|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.sa.RecieverThread
public abstract class RecieverThread
RecieverThread
Field Summary | |
---|---|
protected ServiceAgent |
iSrvAgent
|
Constructor Summary | |
---|---|
RecieverThread(java.lang.String pName,
ServiceAgent pSrvAgent)
Ctor. |
Method Summary | |
---|---|
protected abstract void |
close()
|
protected abstract void |
init()
|
protected abstract void |
mainLoop()
|
void |
run()
|
void |
start()
start |
void |
stop()
stop |
void |
stop(boolean pWait)
stop |
void |
wait4init()
wait4init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ServiceAgent iSrvAgent
Constructor Detail |
---|
public RecieverThread(java.lang.String pName, ServiceAgent pSrvAgent)
pName
- pSrvAgent
- Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |