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

Packages that use Scheduler
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.protocols.giop Provides a set of classes implementing the CORBA GIOP protocol. 
org.objectweb.david.libs.services.unknown_exception Provides an implementation of the UnknownException service, that lets server side unexpected exceptions be propagated back to the clients. 
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.david.libs.binding.iiop
 

Constructors in org.objectweb.david.libs.binding.iiop with parameters of type Scheduler
IIOPBinder(ProtocolInfo protocol_info, Scheduler scheduler, boolean direct_local_optimization, ChunkFactory chunk_factory, MarshallerFactory marshaller_factory, StubFactory stub_factory, NamingContext context, TaggedComponents ior_components, org.objectweb.jonathan.apis.kernel.Context protocolMappings, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, TcpIpProtocol tcp_protocol, GIOPProtocol giop_protocol)
          Builds a new instance of IIOPBinder.
 

Uses of Scheduler in org.objectweb.david.libs.protocols.giop
 

Constructors in org.objectweb.david.libs.protocols.giop with parameters of type Scheduler
GIOPProtocol(Scheduler scheduler, MarshallerFactory marshaller_factory, ChunkFactory chunk_factory, ServicesHandler services_handler, org.objectweb.jonathan.apis.kernel.ClassPathFinder finder, boolean verbose, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
          Creates a new GIOP Protocol instance.
 

Uses of Scheduler in org.objectweb.david.libs.services.unknown_exception
 

Constructors in org.objectweb.david.libs.services.unknown_exception with parameters of type Scheduler
UnknownExceptionService(CDRMarshallerFactory stream_factory, Scheduler scheduler)
           
 

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, org.objectweb.jonathan.apis.kernel.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.