|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.indy.BaseComponent | +--org.indy.AbstractPeerThreadManager | +--org.indy.DefaultPeerThreadManager
Default implementation of PeerThreadManager
Constructor Summary | |
DefaultPeerThreadManager()
|
Method Summary | |
PeerThread |
getThread()
Gets the thread attribute of the IdThreadMgrDefault object |
void |
releaseThread(PeerThread thread)
Description of the Method |
void |
terminateThreads()
DOCUMENT ME! |
Methods inherited from class org.indy.AbstractPeerThreadManager |
createNewThread, getPriority, getThreadFactory, setPriority, setThreadFactory |
Methods inherited from class org.indy.BaseComponent |
getVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.indy.PeerThreadManager |
getPriority, getThreadFactory, setPriority, setThreadFactory |
Constructor Detail |
public DefaultPeerThreadManager()
Method Detail |
public PeerThread getThread()
getThread
in interface PeerThreadManager
getThread
in class AbstractPeerThreadManager
IdThreadMgrError
- Description of the Exceptionpublic void releaseThread(PeerThread thread) throws java.lang.InterruptedException
releaseThread
in interface PeerThreadManager
releaseThread
in class AbstractPeerThreadManager
thread
- Description of the Parameterpublic void terminateThreads() throws java.lang.InterruptedException
terminateThreads
in interface PeerThreadManager
java.lang.InterruptedException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |