|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.listener.InMemoryExtendedOperationHandler
@Extensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public abstract class InMemoryExtendedOperationHandler
This class defines an API that may be used to provide support for one or more types of extended operations in the in-memory directory server.
Constructor Summary | |
---|---|
InMemoryExtendedOperationHandler()
|
Method Summary | |
---|---|
abstract java.lang.String |
getExtendedOperationHandlerName()
Retrieves the name that should be used for this extended operation handler. |
abstract java.util.List<java.lang.String> |
getSupportedExtendedRequestOIDs()
Retrieves a list of the extended request OIDs supported by this extended operation handler. |
abstract ExtendedResult |
processExtendedOperation(InMemoryRequestHandler handler,
int messageID,
ExtendedRequest request)
Performs the appropriate processing for the provided extended request. |
java.lang.String |
toString()
Retrieves a string representation of this extended operation handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InMemoryExtendedOperationHandler()
Method Detail |
---|
public abstract java.lang.String getExtendedOperationHandlerName()
public abstract java.util.List<java.lang.String> getSupportedExtendedRequestOIDs()
public abstract ExtendedResult processExtendedOperation(InMemoryRequestHandler handler, int messageID, ExtendedRequest request)
handler
- The in-memory request handler that accepted the extended
request.messageID
- The message ID for the LDAP message that the client used
to send the request.request
- The extended request to process, which will have a
request OID which matches one of the OIDs in the list
returned byt the
getSupportedExtendedRequestOIDs()
method.
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |