|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.WBEMListenerSBLIM.WBEMListenerImpl
public static class WBEMListenerSBLIM.WBEMListenerImpl
The real implementation of a listener that starts a HTTP server and processes incoming indications
| Constructor Summary | |
|---|---|
WBEMListenerSBLIM.WBEMListenerImpl(java.lang.String pLocalAddress,
int pPort,
boolean pSSL,
IndicationListener pIndicationListener,
java.util.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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WBEMListenerSBLIM.WBEMListenerImpl(java.lang.String pLocalAddress,
int pPort,
boolean pSSL,
IndicationListener pIndicationListener,
java.util.Properties pProperties)
throws java.io.IOException
pLocalAddress - The local address to bind the port to. If null the port is
bound to all local addresses. For use on multi-homed
systemspPort - 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 topProperties - The configuration
java.io.IOException| Method Detail |
|---|
protected void finalize()
finalize in class java.lang.Objectpublic void start()
public void stop()
public IndicationListener getIndicationListener()
public int getListenerPort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||