| 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WBEMListener.addListener(IndicationListener pListener,
int pPort,
java.lang.String pTransport)
Add a new listener using the specified port.
|
int |
WBEMListener.addListener(IndicationListener pListener,
int pPort,
java.lang.String pTransport,
java.lang.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,
java.lang.String pTransport) |
int |
WBEMListenerSBLIM.addListener(IndicationListener pListener,
int pPort,
java.lang.String pTransport,
java.lang.String pLocalAddr) |
int |
WBEMListenerSBLIM.addListener(IndicationListener pListener,
int pPort,
java.lang.String pTransport,
java.lang.String pLocalAddr,
java.util.Properties pConfigurationProperties)
Add a new listener using the specified port.
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.