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.Runnable
protected abstract void init() throws ServiceLocationException, java.io.IOException
ServiceLocationException
java.io.IOException
protected abstract void mainLoop() throws java.io.IOException
java.io.IOException
protected abstract void close()
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.