javax.wbem.listener

Interface IndicationListener

public interface IndicationListener extends EventListener

This interface is implemented by the code which wants to listen for indications. See the WBEMListenerFactory class for an example.
Method Summary
voidindicationOccured(String pIndicationURL, CIMInstance pIndication)
Called when an indication has been received by the listener

Method Detail

indicationOccured

public void indicationOccured(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/path, pIndicationURL would be set to https://hostname:6111/path pIndication the indication received

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.