com.ibm.datapower.wamt.clientAPI
Class Signaler

java.lang.Object
  extended by com.ibm.datapower.wamt.clientAPI.Signaler

public class Signaler
extends java.lang.Object

Send a signal to some third party that informs them we are about to do an update of a device. We send a signal before the device update, and another signal after the device update. This gives the customer a way to do things like taking a device out of a load balancer rotation. All signals go to a single location as a SOAP POST.

The third party is specified by the user, we POST to a user-specified URL and don't care about the response. We just want to tell someone what we are doing.


Field Summary
static java.lang.String COPYRIGHT_2009_2013
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_2009_2013

public static final java.lang.String COPYRIGHT_2009_2013
See Also:
Constant Field Values


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