Class LogPublisherCfgDefn
java.lang.Object
org.forgerock.opendj.config.AbstractManagedObjectDefinition<LogPublisherCfgClient,LogPublisherCfg>
org.forgerock.opendj.server.config.meta.LogPublisherCfgDefn
public final class LogPublisherCfgDefn
extends AbstractManagedObjectDefinition<LogPublisherCfgClient,LogPublisherCfg>
An interface for querying the Log Publisher managed object
definition meta information.
Log Publishers are responsible for distributing log messages from different loggers to a destination.
-
Method Summary
Modifier and TypeMethodDescriptionGet the "enabled" property definition.static LogPublisherCfgDefn
Get the Log Publisher configuration definition singleton.Get the "java-class" property definition.Methods inherited from class org.forgerock.opendj.config.AbstractManagedObjectDefinition
getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDeprecated, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerDeprecated, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
-
Method Details
-
getInstance
Get the Log Publisher configuration definition singleton.- Returns:
- Returns the Log Publisher configuration definition singleton.
-
getEnabledPropertyDefinition
Get the "enabled" property definition.Indicates whether the Log Publisher is enabled for use.
- Returns:
- Returns the "enabled" property definition.
-
getJavaClassPropertyDefinition
Get the "java-class" property definition.The fully-qualified name of the Java class that provides the Log Publisher implementation.
- Returns:
- Returns the "java-class" property definition.
-