Uses of Interface
org.forgerock.opendj.server.config.client.DebugTargetCfgClient
-
Packages that use DebugTargetCfgClient 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 DebugTargetCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client with type parameters of type DebugTargetCfgClient Modifier and Type Method Description <C extends DebugTargetCfgClient>
CDebugLogPublisherCfgClient. createDebugTarget(ManagedObjectDefinition<C,? extends DebugTargetCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Debug Target.Methods in org.forgerock.opendj.server.config.client that return DebugTargetCfgClient Modifier and Type Method Description DebugTargetCfgClient
DebugLogPublisherCfgClient. getDebugTarget(String name)
Gets the named Debug Target.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type DebugTargetCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends DebugTargetCfgClient,? extends DebugTargetCfg>
DebugTargetCfgClient. definition()
Get the configuration definition associated with this Debug Target. -
Uses of DebugTargetCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return DebugTargetCfgClient Modifier and Type Method Description DebugTargetCfgClient
DebugTargetCfgDefn. createClientConfiguration(ManagedObject<? extends DebugTargetCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type DebugTargetCfgClient Modifier and Type Method Description InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg>
DebugLogPublisherCfgDefn. getDebugTargetsRelationDefinition()
Get the "debug-targets" relation definition.InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg>
FileBasedDebugLogPublisherCfgDefn. getDebugTargetsRelationDefinition()
Get the "debug-targets" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type DebugTargetCfgClient Modifier and Type Method Description DebugTargetCfgClient
DebugTargetCfgDefn. createClientConfiguration(ManagedObject<? extends DebugTargetCfgClient> impl)
-