org.jboss.console.remote
Class RemoteMBeanAttributeInvocation

java.lang.Object
  extended byorg.jboss.console.remote.RemoteMBeanAttributeInvocation
All Implemented Interfaces:
java.io.Serializable

public class RemoteMBeanAttributeInvocation
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 java.lang.String attributeName
           
 ObjectName (src) targetObjectName
           
 
Constructor Summary
RemoteMBeanAttributeInvocation(ObjectName (src)  pName, java.lang.String attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetObjectName

public ObjectName (src)  targetObjectName

attributeName

public java.lang.String attributeName
Constructor Detail

RemoteMBeanAttributeInvocation

public RemoteMBeanAttributeInvocation(ObjectName (src)  pName,
                                      java.lang.String attribute)