java.util.EventListener
public interface IndicationListenerSBLIM
extends java.util.EventListener
WBEMListenerFactory
class for an example.
The difference between this interface and IndicationListener
is
that the JSR48 standard (javax.wbem.listener.IndicationListener
)
does not allow for the listener to receive the IP of the indication sender
whereas this internal interface (
org.sblim.cimclinet.IndicationListenerSBLIM
) does.Modifier and Type | Method | Description |
---|---|---|
void |
indicationOccured(java.lang.String pIndicationURL,
CIMInstance pIndication,
java.net.InetAddress pSenderIP) |
Called when an indication has been received by the listener
|
void indicationOccured(java.lang.String pIndicationURL, CIMInstance pIndication, java.net.InetAddress pSenderIP)
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.pSenderIP
- The internet address of the indication sender.Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.