Uses of Interface
org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
-
Packages that use ConnectionHandlerCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of ConnectionHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ConnectionHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends ConnectionHandlerCfgClient,? extends ConnectionHandlerCfg>ConnectionHandlerCfgClient. definition()Get the configuration definition associated with this Connection Handler.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type ConnectionHandlerCfg Modifier and Type Method Description <C extends ConnectionHandlerCfgClient>
CRootCfgClient. createConnectionHandler(ManagedObjectDefinition<C,? extends ConnectionHandlerCfg> d, String name, Collection<PropertyException> exceptions)Creates a new Connection Handler. -
Uses of ConnectionHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ConnectionHandlerCfg Modifier and Type Method Description ConnectionHandlerCfgConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ConnectionHandlerCfg Modifier and Type Method Description InstantiableRelationDefinition<ConnectionHandlerCfgClient,ConnectionHandlerCfg>RootCfgDefn. getConnectionHandlersRelationDefinition()Get the "connection-handlers" relation definition.Class<ConnectionHandlerCfg>ConnectionHandlerCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ConnectionHandlerCfg Modifier and Type Method Description ConnectionHandlerCfgConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of ConnectionHandlerCfg in org.forgerock.opendj.server.config.server
Subinterfaces of ConnectionHandlerCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceHTTPConnectionHandlerCfgA server-side interface for querying HTTP Connection Handler settings.interfaceJMXConnectionHandlerCfgA server-side interface for querying JMX Connection Handler settings.interfaceLDAPConnectionHandlerCfgA server-side interface for querying LDAP Connection Handler settings.interfaceLDIFConnectionHandlerCfgA server-side interface for querying LDIF Connection Handler settings.interfaceSNMPConnectionHandlerCfgA server-side interface for querying SNMP Connection Handler settings.Methods in org.forgerock.opendj.server.config.server that return ConnectionHandlerCfg Modifier and Type Method Description ConnectionHandlerCfgRootCfg. getConnectionHandler(String name)Gets the named Connection Handler.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type ConnectionHandlerCfg Modifier and Type Method Description Class<? extends ConnectionHandlerCfg>ConnectionHandlerCfg. configurationClass()Gets the configuration class associated with this Connection Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type ConnectionHandlerCfg Modifier and Type Method Description voidConnectionHandlerCfg. addChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg> listener)Register to be notified when this Connection Handler is changed.voidRootCfg. addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)Registers to be notified when new Connection Handlers are added.voidRootCfg. addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)Registers to be notified when existing Connection Handlers are deleted.voidConnectionHandlerCfg. removeChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg> listener)Deregister an existing Connection Handler configuration change listener.voidRootCfg. removeConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)Deregisters an existing Connection Handler configuration add listener.voidRootCfg. removeConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)Deregisters an existing Connection Handler configuration delete listener.
-