|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mx4j.adaptor.interceptor.Invocation
The invocation information carrier.
Field Summary | |
static java.lang.String |
CLASSLOADER_LOADER
|
static java.lang.String |
CLASSLOADER_MBEAN
|
static java.lang.String |
CLASSLOADER_MBEANSERVER
|
static java.lang.String |
CLASSLOADER_REPOSITORY
|
Constructor Summary | |
Invocation()
|
Method Summary | |
java.lang.Object[] |
getArguments()
Returns the invocation method arguments |
java.lang.String |
getClassLoaderKey()
Returns the key used to identify the classloader to be used as context classloader |
mx4j.adaptor.interceptor.InvocationContext |
getInvocationContext()
Returns the invocation user-defined information |
java.lang.String |
getMethodName()
Returns the invocation method name |
javax.management.ObjectName |
getObjectNameForClassLoader()
Returns the object name to be used to retrieve the classloader used as context classloader |
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 |
setClassLoaderKey(java.lang.String key)
Sets the key used to identify the classloader to be used as context classloader |
void |
setInvocationContext(mx4j.adaptor.interceptor.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 |
setObjectNameForClassLoader(javax.management.ObjectName name)
Sets the object name to be used to retrieve the classloader used as context classloader |
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 |
Field Detail |
public static final java.lang.String CLASSLOADER_MBEANSERVER
public static final java.lang.String CLASSLOADER_REPOSITORY
public static final java.lang.String CLASSLOADER_LOADER
public static final java.lang.String CLASSLOADER_MBEAN
Constructor Detail |
public Invocation()
Method Detail |
public java.lang.String getClassLoaderKey()
setClassLoaderKey(java.lang.String)
public void setClassLoaderKey(java.lang.String key)
getClassLoaderKey()
public void setObjectNameForClassLoader(javax.management.ObjectName name)
getObjectNameForClassLoader()
public javax.management.ObjectName getObjectNameForClassLoader()
setObjectNameForClassLoader(javax.management.ObjectName)
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(mx4j.adaptor.interceptor.InvocationContext context)
getInvocationContext()
public mx4j.adaptor.interceptor.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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |