public interface IndicationListener
extends java.util.EventListener
WBEMListenerFactory
class for an example.Modifier and Type | Method and Description |
---|---|
void |
indicationOccured(java.lang.String pIndicationURL,
CIMInstance pIndication)
Called when an indication has been received by the listener
|
void indicationOccured(java.lang.String pIndicationURL, CIMInstance pIndication)
pIndicationURL
- The URL to which the indication was posted. For example if the
indication was delivered over the https protocol to the
destination listener https://hostname:6111/, pIndicationURL
would be set to https://hostname:6111/.pIndication
- The indication received.Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.