|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.logs.LogMessage
com.unboundid.ldap.sdk.unboundidds.logs.AccessLogMessage
com.unboundid.ldap.sdk.unboundidds.logs.OperationAccessLogMessage
@NotExtensible @ThreadSafety(level=COMPLETELY_THREADSAFE) public abstract class OperationAccessLogMessage
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.This class provides a data structure that holds information about a log message that may appear in the Directory Server access log about an operation processed by the server.
Constructor Summary | |
---|---|
protected |
OperationAccessLogMessage(LogMessage m)
Creates a new operation access log message from the provided log message. |
Method Summary | |
---|---|
java.lang.Integer |
getMessageID()
Retrieves the message ID for the associated operation. |
java.lang.Long |
getOperationID()
Retrieves the operation ID for the associated operation. |
abstract AccessLogOperationType |
getOperationType()
Retrieves the operation type for the associated operation. |
java.lang.String |
getOrigin()
Retrieves the origin of the associated operation. |
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.AccessLogMessage |
---|
getConnectionID, getInstanceName, getMessageType, getProductName, getStartupID, parse |
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.LogMessage |
---|
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected OperationAccessLogMessage(LogMessage m)
m
- The log message to be parsed as an operation access log message.Method Detail |
---|
public final java.lang.Long getOperationID()
null
if
it is not included in the log message.public final java.lang.Integer getMessageID()
null
if
it is not included in the log message.public final java.lang.String getOrigin()
null
if it is
not included in the log message.public abstract AccessLogOperationType getOperationType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |