|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.amp.SubscriptionState
public class SubscriptionState
Provides enumerated values and helper methods for the state of the
subscription as reported by the device. This is similar to
SubscriptionResponseCode
, but reports only on the current state, not
the response to a state change request.
Commands.pingDevice(DeviceContext, String)
Field Summary | |
---|---|
static 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 java.lang.String |
COPYRIGHT_2009_2013
|
static 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 |
NONE
The specified subscription does not exist. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object that)
Compare two objects to see if they are equivalent. |
int |
hashCode()
|
java.lang.String |
toString()
Get a human-readable String representation of this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT_2009_2013
public static final SubscriptionState ACTIVE
public static final SubscriptionState NONE
Commands.subscribeToDevice(DeviceContext, String, StringCollection, URL)
.
You should assume that notifications from the device have been lost.
public static final SubscriptionState FAULT
Method Detail |
---|
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
that
- the other object to compare to "this"
ACTIVE
,
NONE
,
FAULT
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |