public static class WBEMListenerSBLIM.WBEMListenerImpl
extends java.lang.Object
| Constructor and Description |
|---|
WBEMListenerSBLIM.WBEMListenerImpl(java.lang.String pLocalAddress,
int pPort,
boolean pSSL,
IndicationListener pIndicationListener,
java.util.Properties pProperties)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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 configurationjava.io.IOExceptionprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic void start()
public void stop()
public IndicationListener getIndicationListener()
public int getListenerPort()
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.