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

Packages that use OpStatus
com.ibm.datapower.wamt This package contains classes that are used by the clientAPI and amp packages. 
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 OpStatus in com.ibm.datapower.wamt
 

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

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

Methods in com.ibm.datapower.wamt.clientAPI that return OpStatus
 OpStatus Domain.getOpStatus()
          Get OpStatus of this domain, up (OpState.UP) or down (OpState.DOWN).
 OpStatus RuntimeService.getOpStatus()
          Get the operation state of this RuntimeService, up (OpState.UP) or down (OpState.DOWN)
 

Constructors in com.ibm.datapower.wamt.clientAPI with parameters of type OpStatus
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.