mx4j.tools.adaptor.interceptor
Class Invocation
java.lang.Object
mx4j.tools.adaptor.interceptor.Invocation
- Serializable
public class Invocation
extends java.lang.Object
implements Serializable
The invocation information carrier.
Version:
CLASSLOADER_LOADER
public static final String CLASSLOADER_LOADER
CLASSLOADER_MBEAN
public static final String CLASSLOADER_MBEAN
CLASSLOADER_MBEANSERVER
public static final String CLASSLOADER_MBEANSERVER
CLASSLOADER_REPOSITORY
public static final String CLASSLOADER_REPOSITORY
getArguments
public Object[] getArguments()
Returns the invocation method arguments
getClassLoaderKey
public String getClassLoaderKey()
Returns the key used to identify the classloader to be used as context classloader
setClassLoaderKey(String)
getMethodName
public String getMethodName()
Returns the invocation method name
getObjectNameForClassLoader
public javax.management.ObjectName getObjectNameForClassLoader()
Returns the object name to be used to retrieve the classloader used as context classloader
setObjectNameForClassLoader(ObjectName)
getSignature
public String[] getSignature()
Returns the invocation method signature
setArguments
public void setArguments(Object[] args)
Sets the arguments of the method to be invoked on the server-side
setMethodName(String)
setClassLoaderKey
public void setClassLoaderKey(String key)
Sets the key used to identify the classloader to be used as context classloader
getClassLoaderKey()
setMethodName
public void setMethodName(String name)
Sets the method name to be invoked on the server-side
setSignature(String[])
setObjectNameForClassLoader
public void setObjectNameForClassLoader(javax.management.ObjectName name)
Sets the object name to be used to retrieve the classloader used as context classloader
getObjectNameForClassLoader()
setSignature
public void setSignature(String[] signature)
Sets the signature of the method to be invoked on the server-side
setArguments(Object[])
Copyright © 2001-2003 MX4J Team. All Rights Reserved.