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

All Superinterfaces:
OperationContext
All Known Subinterfaces:
CompletedProxyOperationContext

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface ProxyOperationContext
extends OperationContext

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


Method Summary
 ProxyServerContext getServerContext()
          Retrieves information about the Directory Proxy Server in which this operation is being processed.
 
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, toString
 

Method Detail

getServerContext

ProxyServerContext getServerContext()
Retrieves information about the Directory Proxy Server in which this operation is being processed.

Specified by:
getServerContext in interface OperationContext
Returns:
Information about the Directory Proxy Server in which this operation is being processed.