Uses of Class
com.ibm.datapower.wamt.OperationStatus

Packages that use OperationStatus
com.ibm.datapower.wamt This package contains classes that are used by the clientAPI and amp packages. 
com.ibm.datapower.wamt.amp The Appliance Management Protocol (AMP) provides an abstraction layer for message and command communication between the Manager and the DataPower devices. 
com.ibm.datapower.wamt.clientAPI The clientAPI package encapsulates the logic for managing DataPower appliances, providing the API that should be used by a user interface to interact with one or more appliances. 
 

Uses of OperationStatus in com.ibm.datapower.wamt
 

Methods in com.ibm.datapower.wamt that return OperationStatus
static OperationStatus[] OperationStatus.toOperationStatusArray(java.util.Collection operationStatusCollection)
          Convert a collection to an array.
 

Methods in com.ibm.datapower.wamt with parameters of type OperationStatus
 void OperationStatus.rollupFrom(OperationStatus[] lowerLevelStati)
          This contains the logic to walk through multiple lower-level status values to determine what the aggregated higher-level status value is.
 

Uses of OperationStatus in com.ibm.datapower.wamt.amp
 

Methods in com.ibm.datapower.wamt.amp that return OperationStatus
 OperationStatus DomainStatus.getOperationStatus()
          Get the operation status of this domain as it had been previously fetched by Commands.getDomainStatus(DeviceContext, String).
 

Constructors in com.ibm.datapower.wamt.amp with parameters of type OperationStatus
DomainStatus(AdminStatus adminState, OperationStatus operationStatus, boolean needsSave, boolean debugState, QuiesceStatus quiesceStatus)
           
DomainStatus(OperationStatus operationStatus, boolean needsSave, boolean debugState, QuiesceStatus quiesceStatus)
          Create an instance of the DomainStatus.
 

Uses of OperationStatus in com.ibm.datapower.wamt.clientAPI
 

Methods in com.ibm.datapower.wamt.clientAPI that return OperationStatus
 OperationStatus ManagedSet.getOperationStatus()
          Get the OperationStatus of this ManagedSet.
 OperationStatus Device.getOperationStatusOfDomain(Domain domain)
          Get the operation status of a managed domain.
 OperationStatus Device.getRollupOperationStatus()
          Rollup the operation status of all the domains on this device, and return that aggregated value.
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.