Liferay 6.1.2-ce-ga3

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

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

public class GetAttributesAction
extends BaseJMXManageAction<AttributeList>

See Also:
Serialized Form

Constructor Summary
GetAttributesAction(MBean mBean)
           
 
Method Summary
 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 AttributeList action()
                     throws ManageActionException
Throws:
ManageActionException

Liferay 6.1.2-ce-ga3