org.jboss.console.remote
Class RemoteMBeanInvocation

java.lang.Object
  extended by org.jboss.console.remote.RemoteMBeanInvocation
All Implemented Interfaces:
Serializable

public class RemoteMBeanInvocation
extends Object
implements Serializable

Stupid JMX invocation implementation. Should support attributes as well, etc.

Author:
Sacha Labourey
See Also:
Serialized Form

Field Summary
 String actionName
           
 Object[] params
           
 String[] signature
           
 javax.management.ObjectName targetObjectName
           
 
Constructor Summary
RemoteMBeanInvocation(javax.management.ObjectName pName, String pActionName, Object[] pParams, String[] pSignature)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetObjectName

public javax.management.ObjectName targetObjectName

actionName

public String actionName

params

public Object[] params

signature

public String[] signature
Constructor Detail

RemoteMBeanInvocation

public RemoteMBeanInvocation(javax.management.ObjectName pName,
                             String pActionName,
                             Object[] pParams,
                             String[] pSignature)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.