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

Packages that use NamingContext
org.objectweb.fractal.rmi Provides a protocol, an object adapter and a binder component. 
org.objectweb.fractal.rmi.io Provides a marshaller and unmarshaller factory component. 
org.objectweb.fractal.rmi.registry Provides a Fractal components registry component. 
org.objectweb.jonathan.apis.binding Provides a set of classes and interfaces for application level identifiers, naming contexts and binders. 
 

Uses of NamingContext in org.objectweb.fractal.rmi
 

Classes in org.objectweb.fractal.rmi that implement NamingContext
 class RmiAdapter
          Provides a very simple object adapter component.
 class RmiBinder
          Provides a very simple binder component to create distributed bindings.
 

Fields in org.objectweb.fractal.rmi declared as NamingContext
protected  NamingContext RmiProtocol.adapter
          The naming context used to decode the object key contained in request messages.
protected  NamingContext RmiBinder.adapter
          The object adapter used to export objects before exporting them with this naming context.
 

Uses of NamingContext in org.objectweb.fractal.rmi.io
 

Fields in org.objectweb.fractal.rmi.io declared as NamingContext
protected  NamingContext RmiUnMarshaller.domain
          The domain used to instantiate is.
protected  NamingContext RmiObjectOutputStream.domain
          The naming context used to export local interfaces, to make them remotely accessible.
protected  NamingContext RmiObjectInputStream.domain
          The naming context used to decode the identifiers contained in Ref objects.
protected  NamingContext RmiMarshallerFactory.domain
          The domain to be used by the (un)marshallers created by this factory.
protected  NamingContext RmiMarshaller.domain
          The domain used to instantiate os.
protected  NamingContext MyRmiObjectInputStream.domain
          The naming context used to decode the identifiers contained in Ref objects.
protected  NamingContext MyRmiMarshallerFactory.domain
          The domain to be used by the (un)marshallers created by this factory.
 

Constructors in org.objectweb.fractal.rmi.io with parameters of type NamingContext
MyRmiObjectInputStream(java.io.InputStream is, NamingContext domain, ContextFactory contextFactory, ClassGenerator loader)
          Constructs a new MyRmiObjectInputStream.
RmiMarshaller(NamingContext domain, ChunkFactory chunkFactory, ContextFactory contextFactory)
          Constructs a new RmiMarshaller.
RmiObjectInputStream(java.io.InputStream is, NamingContext domain, ContextFactory contextFactory)
          Constructs a new RmiObjectInputStream.
RmiObjectOutputStream(java.io.OutputStream os, NamingContext domain)
          Constructs a new RmiObjectOutputStream.
RmiUnMarshaller(NamingContext domain, ContextFactory contextFactory, Chunk chunk, int read, ClassGenerator loader)
          Constructs a new RmiUnMarshaller.
RmiUnMarshaller(NamingContext domain, ContextFactory contextFactory, ChunkProvider provider, ClassGenerator loader)
          Constructs a new RmiUnMarshaller.
 

Uses of NamingContext in org.objectweb.fractal.rmi.registry
 

Methods in org.objectweb.fractal.rmi.registry with parameters of type NamingContext
static NamingService Registry.getRegistry(java.lang.String host, int port, NamingContext binder)
          Returns a reference to the NamingService on the given host and port.
static NamingService Registry.getRegistry(java.lang.String host, NamingContext binder)
          Returns a reference to the NamingService on the given host, for the default port.
 

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.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.