org.sblim.slp.internal.sa
public abstract class RecieverThread extends java.lang.Object implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected ServiceAgent |
iSrvAgent |
| Constructor and Description |
|---|
RecieverThread(java.lang.String pName,
ServiceAgent pSrvAgent)
Ctor.
|
protected ServiceAgent iSrvAgent
public RecieverThread(java.lang.String pName,
ServiceAgent pSrvAgent)
pName - pSrvAgent - public void start()
public void wait4init()
public void stop()
public void stop(boolean pWait)
pWait - public void run()
run in interface java.lang.Runnableprotected abstract void init()
throws ServiceLocationException,
java.io.IOException
ServiceLocationExceptionjava.io.IOExceptionprotected abstract void mainLoop()
throws java.io.IOException
java.io.IOExceptionprotected abstract void close()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.