|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndicationListener | |
---|---|
javax.wbem.listener | Provides classes and interfaces for writing WBEM Listeners. |
org.sblim.cimclient | Provides classes and interfaces for SBLIM extensions to JSR48. |
org.sblim.cimclient.internal.wbem.indications | Internal implemenation of the indication processing. |
Uses of IndicationListener in javax.wbem.listener |
---|
Methods in javax.wbem.listener with parameters of type IndicationListener | |
---|---|
int |
WBEMListener.addListener(IndicationListener pListener,
int pPort,
String pTransport)
Add a new listener using the specified port. |
int |
WBEMListener.addListener(IndicationListener pListener,
int pPort,
String pTransport,
String localAddr)
Add a new listener using the specified port. |
Uses of IndicationListener in org.sblim.cimclient |
---|
Methods in org.sblim.cimclient that return IndicationListener | |
---|---|
IndicationListener |
WBEMListenerSBLIM.WBEMListenerImpl.getIndicationListener()
Returns the listener we forward the indications to |
Methods in org.sblim.cimclient with parameters of type IndicationListener | |
---|---|
int |
WBEMListenerSBLIM.addListener(IndicationListener pListener,
int pPort,
String pTransport)
|
int |
WBEMListenerSBLIM.addListener(IndicationListener pListener,
int pPort,
String pTransport,
String pLocalAddr)
|
int |
WBEMListenerSBLIM.addListener(IndicationListener pListener,
int pPort,
String pTransport,
String pLocalAddr,
Properties pConfigurationProperties)
Add a new listener using the specified port. |
Constructors in org.sblim.cimclient with parameters of type IndicationListener | |
---|---|
WBEMListenerSBLIM.WBEMListenerImpl(String pLocalAddress,
int pPort,
boolean pSSL,
IndicationListener pIndicationListener,
Properties pProperties)
Ctor. |
Uses of IndicationListener in org.sblim.cimclient.internal.wbem.indications |
---|
Fields in org.sblim.cimclient.internal.wbem.indications declared as IndicationListener | |
---|---|
protected IndicationListener |
CIMEventDispatcher.iListener
|
Constructors in org.sblim.cimclient.internal.wbem.indications with parameters of type IndicationListener | |
---|---|
CIMEventDispatcher(IndicationListener pListener)
Construct a CIMEventDispatcher object which distributes CIMEvents to the appropriate CIMListener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |