Uses of Class
org.rhq.modules.plugins.jbossas7.json.Result

Packages that use Result
org.rhq.modules.plugins.jbossas7   
org.rhq.modules.plugins.jbossas7.json   
 

Uses of Result in org.rhq.modules.plugins.jbossas7
 

Methods in org.rhq.modules.plugins.jbossas7 that return Result
 Result ASConnection.execute(Operation op)
          Execute the passed Operation and return its Result.
 Result ASConnection.execute(Operation op, boolean isComplex)
          Execute the passed Operation and return its Result.
 

Methods in org.rhq.modules.plugins.jbossas7 with parameters of type Result
protected  OperationResult BaseServerComponent.postProcessResult(String name, Result res)
          Do some post processing of the Result - especially the 'shutdown' operation needs a special treatment.
 

Uses of Result in org.rhq.modules.plugins.jbossas7.json
 

Subclasses of Result in org.rhq.modules.plugins.jbossas7.json
 class ComplexResult
          A result object with a complex 'result' member
 



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