Uses of Interface
org.indy.PeerThreadFactory

Packages that use PeerThreadFactory
org.indy   
 

Uses of PeerThreadFactory in org.indy
 

Classes in org.indy that implement PeerThreadFactory
 class DefaultPeerThreadFactory
          DOCUMENT ME!
 

Methods in org.indy that return PeerThreadFactory
 PeerThreadFactory PeerThreadManager.getThreadFactory()
          DOCUMENT ME!
 PeerThreadFactory AbstractPeerThreadManager.getThreadFactory()
          Returns the ThreadFactory instance used by this ThreadManager
 

Methods in org.indy with parameters of type PeerThreadFactory
 void PeerThreadManager.setThreadFactory(PeerThreadFactory factory)
          DOCUMENT ME!
 void AbstractPeerThreadManager.setThreadFactory(PeerThreadFactory factory)
          Sets the ThreadFactory to use for this manager.
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.