org.jboss.console.remote
Class RemoteMBeanAttributeInvocation

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

public class RemoteMBeanAttributeInvocation
extends Object
implements Serializable

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

Author:
Sacha Labourey
See Also:
Serialized Form

Field Summary
 String attributeName
           
 javax.management.ObjectName targetObjectName
           
 
Constructor Summary
RemoteMBeanAttributeInvocation(javax.management.ObjectName pName, String attribute)
           
 
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

attributeName

public String attributeName
Constructor Detail

RemoteMBeanAttributeInvocation

public RemoteMBeanAttributeInvocation(javax.management.ObjectName pName,
                                      String attribute)


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