|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriptionResponseCode | |
---|---|
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 SubscriptionResponseCode in com.ibm.datapower.wamt.amp |
---|
Fields in com.ibm.datapower.wamt.amp declared as SubscriptionResponseCode | |
---|---|
static SubscriptionResponseCode |
SubscriptionResponseCode.ACTIVE
The requested subscription has been established on the device. |
static SubscriptionResponseCode |
SubscriptionResponseCode.FAULT
The requested subscription is a duplicate of one that already exists. |
static SubscriptionResponseCode |
SubscriptionResponseCode.NONE
The requested subscription does not exist on the device. |
Methods in com.ibm.datapower.wamt.amp that return SubscriptionResponseCode | |
---|---|
static SubscriptionResponseCode |
SubscriptionResponseCode.createWithDuplicate(java.lang.String url)
The requested subscription is a duplicate of one that already exists on the device. |
SubscriptionResponseCode |
Commands.subscribeToDevice(DeviceContext device,
java.lang.String subscriptionId,
StringCollection topics,
java.net.URL callback)
Create a subscription so that the device will inform the callback when a configuration change or related action
happens on the specified device. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |