|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.invocation.Invocation
org.apache.ldap.server.invocation.List
Represents an Invocation
on BackingStore.list(Name)
.
Field Summary |
Fields inherited from class org.apache.ldap.server.invocation.Invocation |
contextStack, returnValue |
Constructor Summary | |
List(javax.naming.Name baseName)
|
Method Summary | |
protected java.lang.Object |
doExecute(BackingStore store)
Implement this method to invoke the appropriate operation on the specified store . |
javax.naming.Name |
getBaseName()
|
void |
setBaseName(javax.naming.Name baseName)
|
Methods inherited from class org.apache.ldap.server.invocation.Invocation |
execute, getContextStack, getReturnValue, setContextStack, setReturnValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public List(javax.naming.Name baseName)
Method Detail |
public javax.naming.Name getBaseName()
protected java.lang.Object doExecute(BackingStore store) throws javax.naming.NamingException
Invocation
store
. Returned value will be set as the returnValue
proeprty of this invocation.
doExecute
in class Invocation
javax.naming.NamingException
- if the operation failedpublic void setBaseName(javax.naming.Name baseName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |