Liferay 6.2-ce-ga5

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

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

public class SetAttributeAction
extends BaseJMXManageAction<Void>

See Also:
Serialized Form

Constructor Summary
SetAttributeAction(ObjectName objectName, String name, Object value)
           
 
Method Summary
 Void 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

SetAttributeAction

public SetAttributeAction(ObjectName objectName,
                          String name,
                          Object value)
Method Detail

action

public Void action()
            throws ManageActionException
Throws:
ManageActionException

Liferay 6.2-ce-ga5