Uses of Class
org.indy.PeerThread

Packages that use PeerThread
org.indy   
 

Uses of PeerThread in org.indy
 

Methods in org.indy that return PeerThread
 PeerThread PeerThreadFactory.newThread()
          DOCUMENT ME!
 PeerThread DefaultPeerThreadFactory.newThread()
          DOCUMENT ME!
 PeerThread PeerThreadManager.getThread()
          DOCUMENT ME!
abstract  PeerThread AbstractPeerThreadManager.getThread()
          Returns a new thread from the manager.
protected  PeerThread AbstractPeerThreadManager.createNewThread()
          A conviencie method for descendents to create new threads with their priority set.
 PeerThread CommandEvent.getThread()
          Gets the PeerThread that is handling this command.
 PeerThread DefaultPeerThreadManager.getThread()
          Gets the thread attribute of the IdThreadMgrDefault object
 

Methods in org.indy with parameters of type PeerThread
protected  void TCPServer.doAfterCommandHandler(PeerThread thread)
          Description of the Method
protected  void TCPServer.doBeforeCommandHandler(PeerThread thread, java.lang.String line)
          Description of the Method
protected  void TCPServer.doConnect(PeerThread thread)
          Description of the Method
protected  void TCPServer.doDisconnect(PeerThread thread)
          Description of the Method
protected  void TCPServer.doException(PeerThread thread, IndyException exception)
          Description of the Method
protected  boolean TCPServer.doExecute(PeerThread thread)
          Description of the Method
protected  void TCPServer.doNoCommandHandler(PeerThread thread, java.lang.String data)
          Description of the Method
 void PeerThreadManager.releaseThread(PeerThread thread)
          DOCUMENT ME!
abstract  void AbstractPeerThreadManager.releaseThread(PeerThread thread)
          Returns a thread to this ThreadManager.
 void TCPServerListener.onConnect(PeerThread thread)
          Description of the Method
 void TCPServerListener.onDisconnect(PeerThread thread)
          Description of the Method
 void TCPServerListener.onExecute(PeerThread thread)
           
 void TCPServerListener.onException(PeerThread thread, IndyException exception)
          Description of the Method
 void TCPServerListener.onBeforeCommandHandler(TCPServer sender, PeerThread thread, java.lang.String data)
          Description of the Method
 void TCPServerListener.onAfterCommandHandler(TCPServer sender, PeerThread thread)
          Description of the Method
 void TCPServerListener.onNoCommandHandler(TCPServer sender, PeerThread thread, java.lang.String data)
          Description of the Method
 void DefaultPeerThreadManager.releaseThread(PeerThread thread)
          Description of the Method
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.