org.jboss.console.remote
Class RemoteMBeanInvocation
java.lang.Object
org.jboss.console.remote.RemoteMBeanInvocation
- All Implemented Interfaces:
- java.io.Serializable
- public class RemoteMBeanInvocation
- extends java.lang.Object
- implements java.io.Serializable
Stupid JMX invocation implementation. Should support attributes as well, etc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetObjectName
public ObjectName (src) targetObjectName
actionName
public java.lang.String actionName
params
public java.lang.Object[] params
signature
public java.lang.String[] signature
RemoteMBeanInvocation
public RemoteMBeanInvocation(ObjectName (src) pName,
java.lang.String pActionName,
java.lang.Object[] pParams,
java.lang.String[] pSignature)