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

Packages that use Identifier
org.objectweb.fractal.rmi Provides a protocol, an object adapter and a binder 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.stub_factories Provides an interface for stub factories. 
 

Uses of Identifier in org.objectweb.fractal.rmi
 

Methods in org.objectweb.fractal.rmi that return Identifier
 Identifier RmiBinder.decode(byte[] data, int offset, int length)
          Decodes an identifier from a buffer portion.
 Identifier RmiAdapter.decode(byte[] data, int offset, int length)
          Decodes an identifier from a buffer portion.
 Identifier RmiBinder.decode(UnMarshaller u)
          Decodes an identifier from the provided unmarshaller.
 Identifier RmiAdapter.decode(UnMarshaller u)
          Decodes an identifier from the provided unmarshaller.
 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 Identifier in org.objectweb.fractal.rmi.stub
 

Fields in org.objectweb.fractal.rmi.stub declared as Identifier
protected  Identifier Stub.id
          The identifier of the remote object to which this stub gives access.
 

Methods in org.objectweb.fractal.rmi.stub that return Identifier
 Identifier[] Stub.getIdentifiers()
          Returns the set of identifiers associated with this reference.
 

Methods in org.objectweb.fractal.rmi.stub with parameters of type Identifier
 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.
 void Stub.setIdentifiers(Identifier[] ids)
          Sets the set of identifiers associated with this reference.
 

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

Methods in org.objectweb.jonathan.apis.binding that return Identifier
 Identifier NamingContext.decode(byte[] data, int offset, int length)
          Decodes an identifier from a buffer portion.
 Identifier NamingContext.decode(UnMarshaller u)
          Decodes an identifier from the provided unmarshaller.
 Identifier NamingContext.export(java.lang.Object itf, Context hints)
          Creates a new identifier for the object interface designated by the itf parameter.
 Identifier[] Reference.getIdentifiers()
          Returns the set of identifiers associated with the target reference.
 

Methods in org.objectweb.jonathan.apis.binding with parameters of type Identifier
 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.
 void Reference.setIdentifiers(Identifier[] ids)
          Sets the set of identifiers associated with the target reference.
 

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

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



Copyright © 2008 OW2 Consortium. All Rights Reserved.