javax.wbem.listener
Interface IndicationListener

All Superinterfaces:
java.util.EventListener

public interface IndicationListener
extends java.util.EventListener

This interface is implemented by the code which wants to listen for indications. See the WBEMListenerFactory class for an example.

Since:
JSR48 1.0.0
See Also:
WBEMListenerFactory

Method Summary
 void indicationOccured(java.lang.String pIndicationURL, CIMInstance pIndication)
          Called when an indication has been received by the listener
 

Method Detail

indicationOccured

public void indicationOccured(java.lang.String pIndicationURL,
                              CIMInstance pIndication)
Called when an indication has been received by the listener

Parameters:
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 /foo/ind
pIndication - the indication received


Java™ WBEM (JSR48) 1.0.0 API