|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessLogPublisherCfg
A server-side interface for querying Access Log Publisher settings.
Access Log Publishers are responsible for distributing access log messages from the access logger to a destination.
Method Summary | |
---|---|
void |
addAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
Register to be notified when this Access Log Publisher is changed. |
java.lang.Class<? extends AccessLogPublisherCfg> |
configurationClass()
Gets the configuration class associated with this Access Log Publisher. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
boolean |
isSuppressInternalOperations()
Gets the "suppress-internal-operations" property. |
boolean |
isSuppressSynchronizationOperations()
Gets the "suppress-synchronization-operations" property. |
void |
removeAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
Deregister an existing Access Log Publisher configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.LogPublisherCfg |
---|
addChangeListener, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends AccessLogPublisherCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface LogPublisherCfg
void addAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
listener
- The Access Log Publisher configuration change listener.void removeAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
listener
- The Access Log Publisher configuration change listener.java.lang.String getJavaClass()
The fully-qualified name of the Java class that provides the Access Log Publisher implementation.
boolean isSuppressInternalOperations()
Indicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
boolean isSuppressSynchronizationOperations()
Indicates whether access messages that are generated by synchronization operations should be suppressed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |