Uses of Class
com.ibm.datapower.wamt.amp.SubscriptionState

Packages that use SubscriptionState
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. 
 

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

Fields in com.ibm.datapower.wamt.amp declared as SubscriptionState
static SubscriptionState SubscriptionState.ACTIVE
          This specified subscription exists on the device, and all notifications sent from the device since the subscription request have been acknowledged by the NotificationCatcher.
static SubscriptionState SubscriptionState.FAULT
          The specified subscription has errors, likely due to notifications that the device attempted to send to the NotificationCatcher, but the NotificationCatcher did not acknowledge them for whatever reason.
static SubscriptionState SubscriptionState.NONE
          The specified subscription does not exist.
 

Methods in com.ibm.datapower.wamt.amp that return SubscriptionState
 SubscriptionState PingResponse.getSubscriptionState()
          Get the state of the subscription on the device.
 

Constructors in com.ibm.datapower.wamt.amp with parameters of type SubscriptionState
PingResponse(SubscriptionState subscriptionState)
          Create a new PingResponse object.
 



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