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


@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface ProxyingRequestProcessor

This interface defines a set of methods that may be used to obtain information about and interact with a proxying request processor and its associated backend servers.


Method Summary
 java.util.List<BackendServer> getBackendServers()
          Retrieves a list of the backend servers for this proxying request processor.
 com.unboundid.ldap.sdk.DN getRequestProcessorBaseDN()
          Retrieves the base DN for the entry-balancing request processor.
 

Method Detail

getRequestProcessorBaseDN

com.unboundid.ldap.sdk.DN getRequestProcessorBaseDN()
Retrieves the base DN for the entry-balancing request processor.

Returns:
The base DN for the entry-balancing request processor.

getBackendServers

java.util.List<BackendServer> getBackendServers()
Retrieves a list of the backend servers for this proxying request processor.

Returns:
A list of the backend servers for this proxying request processor.