Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IndicationListener |
WBEMListenerSBLIM.WBEMListenerImpl.getIndicationListener()
Returns the listener we forward the indications to
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
WBEMListenerSBLIM.WBEMListenerImpl(String pLocalAddress,
int pPort,
boolean pSSL,
IndicationListener pIndicationListener,
Properties pProperties)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
protected IndicationListener |
CIMEventDispatcher.iListener |
Constructor and Description |
---|
CIMEventDispatcher(IndicationListener pListener)
Construct a CIMEventDispatcher object which distributes CIMEvents to the
appropriate CIMListener.
|
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.