Liferay 6.0.4

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

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

public class SetAttributeAction
extends BaseJMXManageAction


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.0.4