Uses of Interface
org.objectweb.jonathan.apis.resources.Scheduler

Packages that use Scheduler
org.objectweb.fractal.rmi Provides a protocol, an object adapter and a binder component. 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
org.objectweb.jonathan.libs.resources Provides implementations for various resources and managers. 
 

Uses of Scheduler in org.objectweb.fractal.rmi
 

Fields in org.objectweb.fractal.rmi declared as Scheduler
protected  Scheduler RmiProtocol.scheduler
          The scheduler used to synchronized threads for waiting reply messages.
 

Uses of Scheduler in org.objectweb.jonathan.libs.protocols.tcpip
 

Fields in org.objectweb.jonathan.libs.protocols.tcpip declared as Scheduler
protected  Scheduler TcpIpProtocol.scheduler
           
 

Constructors in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type Scheduler
TcpIpProtocol(TcpIpConnectionMgr connection_mgr, Scheduler scheduler, ChunkFactory chunk_factory, MarshallerFactory mf, ContextFactory context_factory)
          Constructs a new instance of TcpIpProtocol.
 

Uses of Scheduler in org.objectweb.jonathan.libs.resources
 

Classes in org.objectweb.jonathan.libs.resources that implement Scheduler
 class JScheduler
          Default scheduler implementation.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.