com.caucho.admin.action
Class ListJmxAction

java.lang.Object
  extended by com.caucho.admin.action.AbstractJmxAction
      extended by com.caucho.admin.action.ListJmxAction
All Implemented Interfaces:
AdminAction

public class ListJmxAction
extends AbstractJmxAction
implements AdminAction


Constructor Summary
ListJmxAction()
           
 
Method Summary
 ListJmxQueryReply execute(java.lang.String pattern, boolean isPrintAttributes, boolean isPrintValues, boolean isPrintOperations, boolean isAllBeans, boolean isUsePlatform)
           
 
Methods inherited from class com.caucho.admin.action.AbstractJmxAction
getSignature, sort, toValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListJmxAction

public ListJmxAction()
Method Detail

execute

public ListJmxQueryReply execute(java.lang.String pattern,
                                 boolean isPrintAttributes,
                                 boolean isPrintValues,
                                 boolean isPrintOperations,
                                 boolean isAllBeans,
                                 boolean isUsePlatform)
                          throws ConfigException,
                                 javax.management.JMException,
                                 java.lang.ClassNotFoundException
Throws:
ConfigException
javax.management.JMException
java.lang.ClassNotFoundException