Uses of Interface
org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
-
Packages that use ErrorLogPublisherCfgClient 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. -
-
Uses of ErrorLogPublisherCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of ErrorLogPublisherCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
ConsoleErrorLogPublisherCfgClient
A client-side interface for reading and modifying Console Error Log Publisher settings.interface
FileBasedErrorLogPublisherCfgClient
A client-side interface for reading and modifying File Based Error Log Publisher settings.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ErrorLogPublisherCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends ErrorLogPublisherCfgClient,? extends ErrorLogPublisherCfg>
ErrorLogPublisherCfgClient. definition()
Get the configuration definition associated with this Error Log Publisher. -
Uses of ErrorLogPublisherCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ErrorLogPublisherCfgClient Modifier and Type Method Description ErrorLogPublisherCfgClient
ErrorLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends ErrorLogPublisherCfgClient> impl)
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ErrorLogPublisherCfgClient Modifier and Type Method Description ErrorLogPublisherCfgClient
ErrorLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends ErrorLogPublisherCfgClient> impl)
-