com.unboundid.directory.sdk.proxy.types
Interface CompletedProxyOperationContext

All Superinterfaces:
CompletedOperationContext, OperationContext, ProxyOperationContext

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface CompletedProxyOperationContext
extends ProxyOperationContext, CompletedOperationContext

This interface defines a set of methods that may be used to obtain information about an operation that has been processed by the Directory Proxy Server.


Method Summary
 
Methods inherited from interface com.unboundid.directory.sdk.proxy.types.ProxyOperationContext
getServerContext
 
Methods inherited from interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
getDequeueTime, getEnqueueTime, getProcessingEndTime, getProcessingStartTime, getProcessingTimeMillis, getProcessingTimeNanos, getQueueWaitTimeMillis, getResult
 
Methods inherited from interface com.unboundid.directory.sdk.common.types.OperationContext
getAttachment, getAuthorizationDN, getClientContext, getConnectionID, getInternalRootConnection, getInternalRootConnection, getInternalUserConnection, getInternalUserConnection, getMessageID, getOperationID, getOperationType, getRequest, isInternalOperation, isReplicationOperation, isSecure, setAttachment, toString