Liferay 6.1.2-ce-ga3

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

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

public class ListMBeansAction
extends BaseJMXManageAction<Set<MBean>>

See Also:
Serialized Form

Constructor Summary
ListMBeansAction(String domainName)
           
 
Method Summary
 Set<MBean> action()
           
 
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 Set<MBean> action()
                  throws ManageActionException
Throws:
ManageActionException

Liferay 6.1.2-ce-ga3