org.sblim.cimclient
public static class WBEMListenerSBLIM.WBEMListenerImpl extends Object
| Constructor Summary | |
|---|---|
| WBEMListenerImpl(String pLocalAddress, int pPort, boolean pSSL, IndicationListener pIndicationListener, Properties pProperties)
Ctor.
| |
| Method Summary | |
|---|---|
| protected void | finalize() |
| IndicationListener | getIndicationListener()
Returns the listener we forward the indications to
|
| int | getListenerPort()
Returns the listener port
|
| void | start()
start |
| void | stop()
stop |
Parameters: pLocalAddress The local address to bind the port to. If null the port is bound to all local addresses. For use on multi-homed systems pPort The port to listen on. If zero any free port will be chosen. pSSL SSL secured connection ? pIndicationListener The indication listener to forward the incoming indications to pProperties The configuration
Throws: IOException
Returns: The listener
Returns: The listener port