Uses of Interface
org.objectweb.jonathan.apis.stub_factories.StubFactory

Packages that use StubFactory
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.binding.orbs Provides a set of (abstract) classes implementing a CORBA environment: any, typecodes, the protocol-independent parts of ORBs. 
org.objectweb.david.libs.stub_factories.std Provides classes implementing the default David stub factory. 
org.objectweb.jeremie.apis.stub_factories Provides an interface for Jeremie stub factories. 
org.objectweb.jeremie.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
org.objectweb.jonathan.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
 

Uses of StubFactory in org.objectweb.david.libs.binding.iiop
 

Constructors in org.objectweb.david.libs.binding.iiop with parameters of type StubFactory
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 StubFactory in org.objectweb.david.libs.binding.orbs
 

Fields in org.objectweb.david.libs.binding.orbs declared as StubFactory
protected  StubFactory ORBClass.stub_factory
           
 

Methods in org.objectweb.david.libs.binding.orbs with parameters of type StubFactory
 void ORBClass.setStubFactory(StubFactory stub_factory)
           
 

Uses of StubFactory in org.objectweb.david.libs.stub_factories.std
 

Classes in org.objectweb.david.libs.stub_factories.std that implement StubFactory
 class JStubFactory
          Stub factories are factories for client and server stubs.
 

Uses of StubFactory in org.objectweb.jeremie.apis.stub_factories
 

Subinterfaces of StubFactory in org.objectweb.jeremie.apis.stub_factories
 interface JRMIStubFactory
          A JRMIStubFactory is responsible for creating instances of Jeremie stubs.
 

Uses of StubFactory in org.objectweb.jeremie.libs.binding.echannel
 

Classes in org.objectweb.jeremie.libs.binding.echannel that implement StubFactory
 class EventChannelFactory
          The EventChannelFactory service allows the construction of EventChannels providing best-effort unreliable and unordered event dissemination.
 

Uses of StubFactory in org.objectweb.jeremie.libs.stub_factories.std
 

Classes in org.objectweb.jeremie.libs.stub_factories.std that implement StubFactory
 class StdStubFactory
          Provides an implementation of a Jeremie stub factory.
 

Uses of StubFactory in org.objectweb.jonathan.libs.binding.echannel
 

Constructors in org.objectweb.jonathan.libs.binding.echannel with parameters of type StubFactory
EBinder(ChunkFactory chunk_factory, MarshallerFactory marshaller_factory, NamingContext context, StubFactory stub_factory)
          Builds a new EBinder instance