|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.invocation.Invocation
Represents a call from JNDI Context
to ContextPartitionNexus
.
Constructor Summary | |
Invocation(javax.naming.Context caller,
java.lang.String name)
Creates a new instance that represents an invocation without parameters. |
|
Invocation(javax.naming.Context caller,
java.lang.String name,
java.lang.Object[] parameters)
Creates a new instance. |
Method Summary | |
javax.naming.Context |
getCaller()
Returns the JNDI Context which made this invocation. |
java.lang.String |
getName()
Returns the name of the called method. |
java.util.List |
getParameters()
Returns the list of parameters parameters passed to the called method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Invocation(javax.naming.Context caller, java.lang.String name)
name
- the name of the called methodpublic Invocation(javax.naming.Context caller, java.lang.String name, java.lang.Object[] parameters)
name
- the name of the called methodparameters
- the array of parameters passed to the called methodMethod Detail |
public javax.naming.Context getCaller()
Context
which made this invocation.
public java.lang.String getName()
public java.util.List getParameters()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |