Uses of Interface
org.objectweb.jonathan.apis.binding.NamingContext

Packages that use NamingContext
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.binding.moa Provides a simple adapter implementation, as a table of objects. 
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.binding.orbs.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.david.libs.binding.orbs.iiop Provides an CORBA-compliant IIOP ORB implementation. 
org.objectweb.david.libs.binding.soa Provides a simple adapter implementation, as a table of objects. 
org.objectweb.jeremie.apis.binding Provides a set of basic interfaces for handling remote object identifiers (identifiers for java.rmi.Remote objects). 
org.objectweb.jeremie.apis.presentation Provides a set of basic interfaces for high-level presentations of remote method invocations. 
org.objectweb.jeremie.libs.binding.jiop Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP. 
org.objectweb.jeremie.libs.presentation.std Provides a default implementation of a Jeremie marshaller factory. 
org.objectweb.jonathan.apis.binding Provides a set of classes and interfaces for application level identifiers, naming contexts and binders. 
org.objectweb.jonathan.libs.binding Provides the default domain implementation. 
org.objectweb.jonathan.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jonathan.libs.binding.moa Provides classes implementing a minimal object adapter. 
org.objectweb.jonathan.libs.binding.soa Provides classes implementing an adaptor for a single object. 
org.objectweb.jonathan.libs.protocols.multicast_ip Provides an encapsulation of the IP multicast protocol 
org.objectweb.jonathan.libs.protocols.rtp Provides an implementation of the RTP protocol. 
 

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

Classes in org.objectweb.david.libs.binding.iiop that implement NamingContext
 class IIOPBinder
          IIOPBinder implements the IIOP protocol (GIOP/TCP/IP).
 

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

Fields in org.objectweb.david.libs.binding.moa declared as NamingContext
protected  NamingContext MOAImpl.nc
          The naming context responsible for distribution handling.
 

Methods in org.objectweb.david.libs.binding.moa with parameters of type NamingContext
 void MOAImpl.export(org.omg.CORBA.portable.ObjectImpl impl, org.objectweb.jonathan.apis.kernel.Context hints, NamingContext nc)
          Exports a CORBA object implementation to the target adapter, and recursively to the provided naming context.
 

Constructors in org.objectweb.david.libs.binding.moa with parameters of type NamingContext
MOAImpl(NamingContext orb, DelegateFactory dfactory, MinimalAdapter adapter, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
           
 

Uses of NamingContext in org.objectweb.david.libs.binding.orbs
 

Fields in org.objectweb.david.libs.binding.orbs declared as NamingContext
protected  NamingContext ORBClass.domain
           
 

Methods in org.objectweb.david.libs.binding.orbs with parameters of type NamingContext
 void ORBClass.setDomain(NamingContext domain)
           
 

Uses of NamingContext in org.objectweb.david.libs.binding.orbs.echannel
 

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

Uses of NamingContext in org.objectweb.david.libs.binding.orbs.iiop
 

Classes in org.objectweb.david.libs.binding.orbs.iiop that implement NamingContext
 class ORBImpl
          Encapsulates a IIOPBinder instance under a CORBA compliant interface, by extending ORBClass.
 

Uses of NamingContext in org.objectweb.david.libs.binding.soa
 

Fields in org.objectweb.david.libs.binding.soa declared as NamingContext
protected  NamingContext SOAImpl.nc
          The naming context responsible for distribution handling.
 

Methods in org.objectweb.david.libs.binding.soa with parameters of type NamingContext
 void SOAImpl.export(org.omg.CORBA.portable.ObjectImpl impl, org.objectweb.jonathan.apis.kernel.Context hints, NamingContext nc)
          Exports a CORBA object implementation to the target adapter, and recursively to the provided naming context.
 

Constructors in org.objectweb.david.libs.binding.soa with parameters of type NamingContext
SOAImpl(NamingContext orb, DelegateFactory dfactory, SingleOAdapter adapter, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
           
 

Uses of NamingContext in org.objectweb.jeremie.apis.binding
 

Subinterfaces of NamingContext in org.objectweb.jeremie.apis.binding
 interface JRMIBFactory
          The JRMIBFactory type designates binders that can create and manage distributed bindings.
 

Uses of NamingContext in org.objectweb.jeremie.apis.presentation
 

Methods in org.objectweb.jeremie.apis.presentation that return NamingContext
 NamingContext JRMIStream.domain()
          Retrieves a domain with which to encode and decode Jeremie identifiers in the stream.
 

Uses of NamingContext in org.objectweb.jeremie.libs.binding.jiop
 

Classes in org.objectweb.jeremie.libs.binding.jiop that implement NamingContext
 class JIOP
          Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP.
 

Uses of NamingContext in org.objectweb.jeremie.libs.presentation.std
 

Fields in org.objectweb.jeremie.libs.presentation.std declared as NamingContext
protected  NamingContext StdMarshallerFactory.domain
          The domain parameter used to encode references.
 

Constructors in org.objectweb.jeremie.libs.presentation.std with parameters of type NamingContext
StdMarshallerFactory(ChunkFactory chunk_factory, NamingContext domain, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
           
 

Uses of NamingContext in org.objectweb.jonathan.apis.binding
 

Methods in org.objectweb.jonathan.apis.binding that return NamingContext
 NamingContext Identifier.getContext()
          Returns the naming context associated with the target identifier.
 

Uses of NamingContext in org.objectweb.jonathan.libs.binding
 

Classes in org.objectweb.jonathan.libs.binding that implement NamingContext
 class JDomain
          Default domain implementation.
 

Methods in org.objectweb.jonathan.libs.binding that return NamingContext
 NamingContext JDomain.bind(int jid)
          Returns the context registered under jid in the target context.
 

Methods in org.objectweb.jonathan.libs.binding with parameters of type NamingContext
 void JDomain.export(NamingContext context, int jid)
          Registers the provided context under jid in the target context.
 

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

Classes in org.objectweb.jonathan.libs.binding.echannel that implement NamingContext
 class EBinder
          EBinder is a binder allowing the construction of Event Channels following a publish-subscribe interaction style.
 

Methods in org.objectweb.jonathan.libs.binding.echannel that return NamingContext
 NamingContext EBinder.EId.getContext()
           
 

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

Uses of NamingContext in org.objectweb.jonathan.libs.binding.moa
 

Classes in org.objectweb.jonathan.libs.binding.moa that implement NamingContext
 class MinimalAdapter
          MinimalAdapter is a class of simple object adapters, simply maintaining a table of Java objects.
 

Methods in org.objectweb.jonathan.libs.binding.moa with parameters of type NamingContext
 Identifier MinimalAdapter.export(java.lang.Object impl, org.objectweb.jonathan.apis.kernel.Context hints, NamingContext nc)
          Exports the provided implementation to the target adapter, and then recursively to the provided naming context.
 

Uses of NamingContext in org.objectweb.jonathan.libs.binding.soa
 

Classes in org.objectweb.jonathan.libs.binding.soa that implement NamingContext
 class SingleOAdapter
          SingleOAdapter is an adapter for a single, persistent object.
 

Methods in org.objectweb.jonathan.libs.binding.soa with parameters of type NamingContext
 Identifier SingleOAdapter.export(java.lang.Object impl, org.objectweb.jonathan.apis.kernel.Context hints, NamingContext nc)
          Exports the provided implementation to the target adapter, and then recursively to the provided naming context.
 

Uses of NamingContext in org.objectweb.jonathan.libs.protocols.multicast_ip
 

Methods in org.objectweb.jonathan.libs.protocols.multicast_ip with parameters of type NamingContext
 Protocol MulticastIpProtocol.createProtocol(NamingContext adapter)
           
 

Uses of NamingContext in org.objectweb.jonathan.libs.protocols.rtp
 

Methods in org.objectweb.jonathan.libs.protocols.rtp with parameters of type NamingContext
 Protocol RTPProtocol.createProtocol(NamingContext adapter)