|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
public class StoredProcedureExtendedOperationHandler
| Constructor Summary | |
|---|---|
StoredProcedureExtendedOperationHandler()
|
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getExtensionOids()
The OIDs of the extensions supported by this handler. |
java.lang.String |
getOid()
Returns the EXTENSION_OID of the extended request this handler can handle. |
void |
handleExtendedOperation(LdapSession session,
org.apache.directory.shared.ldap.message.ExtendedRequest req)
Handles the specified extended operation. |
void |
setLdapServer(LdapService ldapService)
Sets the LDAP server for this extendedOperation handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoredProcedureExtendedOperationHandler()
| Method Detail |
|---|
public void handleExtendedOperation(LdapSession session,
org.apache.directory.shared.ldap.message.ExtendedRequest req)
throws java.lang.Exception
ExtendedOperationHandler
handleExtendedOperation in interface ExtendedOperationHandlersession - the session object related with current connectionreq - the LDAP Extended operation request
java.lang.Exception - if failed to handle the operationpublic java.lang.String getOid()
ExtendedOperationHandler
getOid in interface ExtendedOperationHandlerpublic java.util.Set<java.lang.String> getExtensionOids()
ExtendedOperationHandler
getExtensionOids in interface ExtendedOperationHandlerpublic void setLdapServer(LdapService ldapService)
ExtendedOperationHandler
setLdapServer in interface ExtendedOperationHandlerldapService - the ldap protocol server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||