Uses of Class
org.rhq.core.pluginapi.operation.OperationServicesResultCode

Packages that use OperationServicesResultCode
org.rhq.core.pluginapi.operation   
 

Uses of OperationServicesResultCode in org.rhq.core.pluginapi.operation
 

Methods in org.rhq.core.pluginapi.operation that return OperationServicesResultCode
 OperationServicesResultCode OperationServicesResult.getResultCode()
           
static OperationServicesResultCode OperationServicesResultCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationServicesResultCode[] OperationServicesResultCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.pluginapi.operation with parameters of type OperationServicesResultCode
 void OperationServicesResult.setResultCode(OperationServicesResultCode resultCode)
           
 

Constructors in org.rhq.core.pluginapi.operation with parameters of type OperationServicesResultCode
OperationServicesResult(OperationServicesResultCode resultCode)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.