public class WBEMListenerSBLIM.WBEMListenerImpl extends Object
Constructor and Description |
---|
WBEMListenerSBLIM.WBEMListenerImpl(String pLocalAddress,
int pPort,
boolean pSSL,
EventListener pIndicationListener,
Properties pProperties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
IndicationListener |
getIndicationListener()
Returns the listener we forward the indications to.
|
IndicationListenerSBLIM |
getIndicationListenerSBLIM()
Returns the listener we forward the indications to.
|
int |
getListenerPort()
Returns the listener port.
|
void |
start()
Starts the HTTP server connection receiving the indications.
|
void |
stop()
Stops the HTTP server connection receiving the indications and the
indication handler.
|
public WBEMListenerSBLIM.WBEMListenerImpl(String pLocalAddress, int pPort, boolean pSSL, EventListener pIndicationListener, Properties pProperties) throws 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
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 (an instance of IndicationListener or
IndicationListenerSBLIM).pProperties
- The configuration.IOException
protected void finalize() throws Throwable
public void start()
public void stop()
public IndicationListener getIndicationListener()
public IndicationListenerSBLIM getIndicationListenerSBLIM()
public int getListenerPort()
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.