|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogPublisherCfgClient
A client-side interface for reading and modifying Log Publisher settings.
Log Publishers are responsible for distributing log messages from different loggers to a destination.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends LogPublisherCfgClient,? extends LogPublisherCfg> |
definition()
Get the configuration definition associated with this Log Publisher. |
java.lang.Boolean |
isEnabled()
Gets the "enabled" property. |
void |
setEnabled(boolean value)
Sets the "enabled" property. |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends LogPublisherCfgClient,? extends LogPublisherCfg> definition()
definition
in interface ConfigurationClient
java.lang.Boolean isEnabled()
Indicates whether the Log Publisher is enabled for use.
void setEnabled(boolean value) throws IllegalPropertyValueException
Indicates whether the Log Publisher is enabled for use.
value
- The value of the "enabled" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |