Uses of Interface
org.objectweb.jonathan.apis.kernel.Context

Packages that use Context
org.objectweb.fractal.jonathan Provides Fractal compliant sub classes of some Jonathan classes. 
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.stub Provides a stub and skeleton factory component based on ASM
org.objectweb.jonathan.apis.binding Provides a set of classes and interfaces for application level identifiers, naming contexts and binders. 
org.objectweb.jonathan.apis.kernel   
org.objectweb.jonathan.apis.presentation Provides a set of classes and interfaces for presentation protocols (marshallers and unmarshallers). 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
org.objectweb.jonathan.apis.resources Provides a set of classes and interfaces dealing with resource management. 
org.objectweb.jonathan.apis.stub_factories Provides an interface for stub factories. 
org.objectweb.jonathan.libs.helpers   
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
 

Uses of Context in org.objectweb.fractal.jonathan
 

Methods in org.objectweb.fractal.jonathan that return Context
 Context JContextFactory.newContext()
           
 Context JContextFactory.newContext(Context context)
           
 

Methods in org.objectweb.fractal.jonathan with parameters of type Context
 Context JContextFactory.newContext(Context context)
           
 

Uses of Context in org.objectweb.fractal.rmi
 

Methods in org.objectweb.fractal.rmi with parameters of type Context
 ProtocolGraph RmiProtocol.createProtocolGraph(ProtocolGraph[] subgraphs, Context hints)
          Creates a new protocol graph with a number of given sub protocol graphs.
 Identifier RmiBinder.export(java.lang.Object obj, Context hints)
          Creates a new identifier for the object interface designated by the obj parameter.
 Identifier RmiAdapter.export(java.lang.Object obj, Context hints)
          Creates a new identifier for the object interface designated by the obj parameter.
 

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

Methods in org.objectweb.fractal.rmi.io that return Context
 Context RmiUnMarshaller.getContext()
          Returns a Context associated with this unmarshaller.
 Context RmiMarshaller.getContext()
          Returns a Context associated with this marshaller.
 

Uses of Context in org.objectweb.fractal.rmi.stub
 

Methods in org.objectweb.fractal.rmi.stub with parameters of type Context
 java.lang.Object RmiStubFactory.newStub(SessionIdentifier sessionId, Identifier[] ids, Context hints)
          Creates a new stub.
 java.lang.Object MyRmiStubFactory.newStub(SessionIdentifier sessionId, Identifier[] ids, Context hints)
          Creates a new stub.
 

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

Methods in org.objectweb.jonathan.apis.binding with parameters of type Context
 java.lang.Object Identifier.bind(Identifier[] ref, Context hints)
          The bind operation returns an object giving access to the object interface referenced by the target identifier.
 Identifier NamingContext.export(java.lang.Object itf, Context hints)
          Creates a new identifier for the object interface designated by the itf parameter.
 

Uses of Context in org.objectweb.jonathan.apis.kernel
 

Methods in org.objectweb.jonathan.apis.kernel that return Context
 Context Context.addOrGetContext(Name _name)
           
 Context Context.addOrGetContext(java.lang.String _name, char _separator)
           
 Context Context.getScope()
          Returns the scope of the target context;
 Context ContextFactory.newContext()
          Returns a new Context instance.
 Context ContextFactory.newContext(Context scope)
          Returns a new Context instance with scope scope.
 Context Context.setScope(Context scope)
          Sets the scope of the target context;
 

Methods in org.objectweb.jonathan.apis.kernel with parameters of type Context
 Context ContextFactory.newContext(Context scope)
          Returns a new Context instance with scope scope.
 Context Context.setScope(Context scope)
          Sets the scope of the target context;
 

Uses of Context in org.objectweb.jonathan.apis.presentation
 

Methods in org.objectweb.jonathan.apis.presentation that return Context
 Context UnMarshaller.getContext()
          Returns a Context associated with this unmarshaller.
 Context Marshaller.getContext()
          Returns a Context associated with this marshaller.
 

Uses of Context in org.objectweb.jonathan.apis.protocols
 

Methods in org.objectweb.jonathan.apis.protocols that return Context
 Context ProtocolInfo.getHints()
           
 Context SessionIdentifier.getInfo()
          Yield info about this session, as a Context.
 

Methods in org.objectweb.jonathan.apis.protocols with parameters of type Context
 ProtocolGraph Protocol.createProtocolGraph(ProtocolGraph[] subgraphs, Context hints)
          Creates a new protocol graph with a number of given sub protocol graphs.
 void ProtocolInfo.setHints(Context hints)
          Set the hints that may help things to happen smoothly (e.g. configure the port in TCP/IP, ...).
 

Uses of Context in org.objectweb.jonathan.apis.resources
 

Methods in org.objectweb.jonathan.apis.resources that return Context
 Context Job.getContext()
          Returns a context associated with the target Job.
 

Uses of Context in org.objectweb.jonathan.apis.stub_factories
 

Methods in org.objectweb.jonathan.apis.stub_factories with parameters of type Context
 java.lang.Object StubFactory.newStub(SessionIdentifier session_id, Identifier[] ids, Context hints)
          Creates a new stub.
 

Uses of Context in org.objectweb.jonathan.libs.helpers
 

Methods in org.objectweb.jonathan.libs.helpers that return Context
static Context LogConfiguration.newConfiguration(java.lang.Class c)
           
 

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

Methods in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type Context
 ProtocolGraph TcpIpProtocol.createProtocolGraph(ProtocolGraph[] lower, Context hints)
          Creates a new ProtocolGraph
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.