Liferay 6.0.5

com.liferay.portal.kernel.management.jmx
Class ListMBeansAction

java.lang.Object
  extended by com.liferay.portal.kernel.management.jmx.BaseJMXManageAction
      extended by com.liferay.portal.kernel.management.jmx.ListMBeansAction
All Implemented Interfaces:
ManageAction, Serializable

public class ListMBeansAction
extends BaseJMXManageAction

See Also:
Serialized Form

Constructor Summary
ListMBeansAction(String domainName)
           
 
Method Summary
 void action()
           
 Set<MBean> getMBeans()
           
 
Methods inherited from class com.liferay.portal.kernel.management.jmx.BaseJMXManageAction
getMBeanServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListMBeansAction

public ListMBeansAction(String domainName)
Method Detail

action

public void action()
            throws ManageActionException
Throws:
ManageActionException

getMBeans

public Set<MBean> getMBeans()

Liferay 6.0.5