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

java.lang.Object
  extended by com.liferay.portal.kernel.management.jmx.BaseJMXManageAction<javax.management.AttributeList>
      extended by com.liferay.portal.kernel.management.jmx.GetAttributesAction
All Implemented Interfaces:
ManageAction<javax.management.AttributeList>, java.io.Serializable

public class GetAttributesAction
extends BaseJMXManageAction<javax.management.AttributeList>

View Source

Author:
Shuyang Zhou
See Also:
Serialized Form

Constructor Summary
GetAttributesAction(MBean mBean)
           
 
Method Summary
 javax.management.AttributeList 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

GetAttributesAction

public GetAttributesAction(MBean mBean)
Method Detail

action

public javax.management.AttributeList action()
                                      throws ManageActionException
Throws:
ManageActionException