com.caucho.server.admin
Class ListJmxQueryReply.Bean

java.lang.Object
  extended by com.caucho.server.admin.ListJmxQueryReply.Bean
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ListJmxQueryReply

public static class ListJmxQueryReply.Bean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ListJmxQueryReply.Bean()
           
 
Method Summary
 void add(ListJmxQueryReply.Attribute attr)
           
 void add(ListJmxQueryReply.Operation op)
           
 java.util.List<ListJmxQueryReply.Attribute> getAttributes()
           
 java.lang.String getName()
           
 java.util.List<ListJmxQueryReply.Operation> getOperations()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListJmxQueryReply.Bean

public ListJmxQueryReply.Bean()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

add

public void add(ListJmxQueryReply.Attribute attr)

add

public void add(ListJmxQueryReply.Operation op)

getAttributes

public java.util.List<ListJmxQueryReply.Attribute> getAttributes()

getOperations

public java.util.List<ListJmxQueryReply.Operation> getOperations()