public abstract class RecieverThread extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected ServiceAgent |
iSrvAgent |
| Constructor and Description |
|---|
RecieverThread(String pName,
ServiceAgent pSrvAgent)
Ctor.
|
protected ServiceAgent iSrvAgent
public RecieverThread(String pName, ServiceAgent pSrvAgent)
pName - pSrvAgent - public void start()
public void wait4init()
public void stop()
public void stop(boolean pWait)
pWait - protected abstract void init()
throws ServiceLocationException,
IOException
ServiceLocationExceptionIOExceptionprotected abstract void mainLoop()
throws IOException
IOExceptionprotected abstract void close()
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.