org.rhq.modules.plugins.jbossas7.json
Class WriteAttribute

java.lang.Object
  extended by org.rhq.modules.plugins.jbossas7.json.Operation
      extended by org.rhq.modules.plugins.jbossas7.json.WriteAttribute

public class WriteAttribute
extends Operation

Operation to write one attribute

Author:
Heiko W. Rupp

Constructor Summary
WriteAttribute(Address address)
           
WriteAttribute(Address address, String name, Object value)
           
 
Method Summary
 
Methods inherited from class org.rhq.modules.plugins.jbossas7.json.Operation
addAdditionalProperty, getAdditionalProperties, getAddress, getName, getOperation, getValue, setAdditionalProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WriteAttribute

public WriteAttribute(Address address)

WriteAttribute

public WriteAttribute(Address address,
                      String name,
                      Object value)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.