org.opends.server.admin.std.meta
Class LogPublisherCfgDefn

java.lang.Object
  extended by org.opends.server.admin.AbstractManagedObjectDefinition<LogPublisherCfgClient,LogPublisherCfg>
      extended by org.opends.server.admin.std.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
 BooleanPropertyDefinition getEnabledPropertyDefinition()
          Get the "enabled" property definition.
static LogPublisherCfgDefn getInstance()
          Get the Log Publisher configuration definition singleton.
 
Methods inherited from class org.opends.server.admin.AbstractManagedObjectDefinition
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static LogPublisherCfgDefn getInstance()
Get the Log Publisher configuration definition singleton.

Returns:
Returns the Log Publisher configuration definition singleton.

getEnabledPropertyDefinition

public BooleanPropertyDefinition getEnabledPropertyDefinition()
Get the "enabled" property definition.

Indicates whether the Log Publisher is enabled for use.

Returns:
Returns the "enabled" property definition.