|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessLogPublisherCfgClient
A client-side interface for reading and modifying Access Log Publisher settings.
Access Log Publishers are responsible for distributing access log messages from the access logger to a destination.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends AccessLogPublisherCfgClient,? extends AccessLogPublisherCfg> |
definition()
Get the configuration definition 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 |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setSuppressInternalOperations(java.lang.Boolean value)
Sets the "suppress-internal-operations" property. |
void |
setSuppressSynchronizationOperations(java.lang.Boolean value)
Sets the "suppress-synchronization-operations" property. |
Methods inherited from interface org.opends.server.admin.std.client.LogPublisherCfgClient |
---|
isEnabled, setEnabled |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends AccessLogPublisherCfgClient,? extends AccessLogPublisherCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogPublisherCfgClient
java.lang.String getJavaClass()
The fully-qualified name of the Java class that provides the Access Log Publisher implementation.
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
The fully-qualified name of the Java class that provides the Access Log Publisher implementation.
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.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.
void setSuppressInternalOperations(java.lang.Boolean value) throws IllegalPropertyValueException
Indicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
value
- The value of the "suppress-internal-operations" property.
IllegalPropertyValueException
- If the new value is invalid.boolean isSuppressSynchronizationOperations()
Indicates whether access messages that are generated by synchronization operations should be suppressed.
void setSuppressSynchronizationOperations(java.lang.Boolean value) throws IllegalPropertyValueException
Indicates whether access messages that are generated by synchronization operations should be suppressed.
value
- The value of the "suppress-synchronization-operations" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |