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

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

public class ReadChildrenResources
extends Operation

Operation that reads children of a given type from an address

Author:
Heiko W. Rupp

Constructor Summary
ReadChildrenResources(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

ReadChildrenResources

public ReadChildrenResources(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.