Uses of Class
com.ibm.datapower.wamt.clientAPI.ManagementStatus

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

Methods in com.ibm.datapower.wamt.clientAPI that return ManagementStatus
 ManagementStatus Device.getManagementStatusOfDevice()
          Get the management status of the device.
 ManagementStatus Device.getManagementStatusOfFirmware()
          Get the management status of the firmware.
 

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



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