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

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

public class ReadChildrenNames
extends Operation

Operation that reads names of children of a given type from an address

Author:
Heiko W. Rupp

Constructor Summary
ReadChildrenNames(Address address, String childType)
          Read children names of a given type below a given address
 
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

ReadChildrenNames

public ReadChildrenNames(Address address,
                         String childType)
Read children names of a given type below a given address

Parameters:
address - Address to look at e.g. /profile/default/subsystem/messaging
childType - e.g. queue


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