|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mx4j.adaptor.interceptor.Invocation
The invocation information carrier.
Constructor Summary | |
Invocation()
|
Method Summary | |
java.lang.Object[] |
getArguments()
Returns the invocation method arguments |
InvocationContext |
getInvocationContext()
Returns the invocation user-defined information |
java.lang.String |
getMethodName()
Returns the invocation method name |
java.lang.String[] |
getSignature()
Returns the invocation method signature |
void |
setArguments(java.lang.Object[] args)
Sets the arguments of the method to be invoked on the server-side |
void |
setInvocationContext(InvocationContext context)
Sets the invocation user-defined information |
void |
setMethodName(java.lang.String name)
Sets the method name to be invoked on the server-side |
void |
setSignature(java.lang.String[] signature)
Sets the signature of the method to be invoked on the server-side |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Invocation()
Method Detail |
public void setMethodName(java.lang.String name)
setSignature(java.lang.String[])
public void setSignature(java.lang.String[] signature)
setArguments(java.lang.Object[])
public void setArguments(java.lang.Object[] args)
setMethodName(java.lang.String)
public void setInvocationContext(InvocationContext context)
getInvocationContext()
public InvocationContext getInvocationContext()
setInvocationContext(mx4j.adaptor.interceptor.InvocationContext)
public java.lang.String getMethodName()
public java.lang.Object[] getArguments()
public java.lang.String[] getSignature()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |