org.opends.server.admin.std.server
Interface GetConnectionIdExtendedOperationHandlerCfg

All Superinterfaces:
Configuration, ExtendedOperationHandlerCfg

public interface GetConnectionIdExtendedOperationHandlerCfg
extends ExtendedOperationHandlerCfg

A server-side interface for querying Get Connection Id Extended Operation Handler settings.

The Get Connection Id Extended Operation Handler provides a mechanism for clients to obtain the internal connection ID that the server uses to reference their client connection.


Method Summary
 void addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
          Register to be notified when this Get Connection Id Extended Operation Handler is changed.
 java.lang.Class<? extends GetConnectionIdExtendedOperationHandlerCfg> configurationClass()
          Gets the configuration class associated with this Get Connection Id Extended Operation Handler.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void removeGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
          Deregister an existing Get Connection Id Extended Operation Handler configuration change listener.
 
Methods inherited from interface org.opends.server.admin.std.server.ExtendedOperationHandlerCfg
addChangeListener, isEnabled, removeChangeListener
 
Methods inherited from interface org.opends.server.admin.Configuration
dn
 

Method Detail

configurationClass

java.lang.Class<? extends GetConnectionIdExtendedOperationHandlerCfg> configurationClass()
Gets the configuration class associated with this Get Connection Id Extended Operation Handler.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface ExtendedOperationHandlerCfg
Returns:
Returns the configuration class associated with this Get Connection Id Extended Operation Handler.

addGetConnectionIdChangeListener

void addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
Register to be notified when this Get Connection Id Extended Operation Handler is changed.

Parameters:
listener - The Get Connection Id Extended Operation Handler configuration change listener.

removeGetConnectionIdChangeListener

void removeGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
Deregister an existing Get Connection Id Extended Operation Handler configuration change listener.

Parameters:
listener - The Get Connection Id Extended Operation Handler configuration change listener.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Get Connection Id Extended Operation Handler implementation.

Specified by:
getJavaClass in interface ExtendedOperationHandlerCfg
Returns:
Returns the value of the "java-class" property.