com.caucho.server.admin
Class ListJmxQueryReply

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

public class ListJmxQueryReply
extends ManagementQueryReply

See Also:
Serialized Form

Nested Class Summary
static class ListJmxQueryReply.Attribute
           
static class ListJmxQueryReply.Bean
           
static class ListJmxQueryReply.Operation
           
static class ListJmxQueryReply.Param
           
 
Constructor Summary
ListJmxQueryReply()
           
 
Method Summary
 void add(ListJmxQueryReply.Bean bean)
           
 java.util.List<ListJmxQueryReply.Bean> getBeans()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListJmxQueryReply

public ListJmxQueryReply()
Method Detail

add

public void add(ListJmxQueryReply.Bean bean)

getBeans

public java.util.List<ListJmxQueryReply.Bean> getBeans()