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

Packages that use QuiesceStatus
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 QuiesceStatus in com.ibm.datapower.wamt
 

Methods in com.ibm.datapower.wamt that return QuiesceStatus
static QuiesceStatus QuiesceStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QuiesceStatus[] QuiesceStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.ibm.datapower.wamt.amp that return QuiesceStatus
 QuiesceStatus DomainStatus.getQuiesceStatus()
          Get the quiesce 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 QuiesceStatus
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 QuiesceStatus in com.ibm.datapower.wamt.clientAPI
 

Methods in com.ibm.datapower.wamt.clientAPI that return QuiesceStatus
 QuiesceStatus Domain.getQuiesceStatus()
          Get Quiesce Status of this domain.
 QuiesceStatus RuntimeService.getQuiesceStatus()
          Get the quiesce State of this RuntimeService.
 

Constructors in com.ibm.datapower.wamt.clientAPI with parameters of type QuiesceStatus
RuntimeService(java.lang.String name, java.lang.String className, java.lang.String classDisplayName, java.lang.String userComments, AdminStatus adminState, OpStatus opState, boolean needsSave, QuiesceStatus quiesceStatus)
           
 



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