|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ulc.comm.UlcTransportServer
An abstraction for ULC transport servers.
Field Summary | |
static boolean |
fgDebug
|
Constructor Summary | |
UlcTransportServer()
UlcTransportServer constructor. |
Method Summary | |
static UlcTransportServer |
create(java.lang.String urlString,
Server caller)
The factory method to create a concrete transport server depending on the protocol specified in the URL. |
protected Server |
getCallingServer()
|
protected java.lang.String |
getUrlString()
|
abstract void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static boolean fgDebug
Constructor Detail |
public UlcTransportServer()
Method Detail |
public static UlcTransportServer create(java.lang.String urlString, Server caller) throws UlcTransportException
protected Server getCallingServer()
protected java.lang.String getUrlString()
public abstract void start() throws UlcTransportException
public void stop() throws UlcTransportException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |