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

Packages that use Identifier
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
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.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.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.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
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. 
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. 
 

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

Methods in org.objectweb.david.libs.binding.iiop that return Identifier
 Identifier IIOPBinder.export(java.lang.Object id, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new identifier for the object interface designated by the id parameter.
 Identifier IIOPBinder.decode(byte[] data, int offset, int length)
          Decodes an identifier from a buffer portion.
 Identifier IIOPBinder.decode(UnMarshaller u)
          Decodes an identifier from the provided unmarhaller.
 Identifier IIOPBinder.newId(java.lang.String host, int port, byte[] key)
          Creates an IIOP Identifier.
 

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

Methods in org.objectweb.david.libs.binding.orbs.echannel that return Identifier
 Identifier EventChannelFactory.export(java.lang.Object itf, org.objectweb.jonathan.apis.kernel.Context hints)
          This operation has no meaning in this context: an InternalException is always thrown.
 Identifier EventChannelFactory.decode(byte[] data, int offset, int length)
          Returns an identifier, decoded from a byte array portion.
 Identifier EventChannelFactory.decode(UnMarshaller u)
          Returns an identifier, decoded using an UnMarshaller;
 

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

Methods in org.objectweb.david.libs.binding.orbs.iiop that return Identifier
 Identifier ORBImpl.export(java.lang.Object id, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new identifier for the object interface designated by the id parameter.
 Identifier ORBImpl.decode(byte[] data, int offset, int length)
          Decodes an identifier from a buffer portion.
 Identifier ORBImpl.decode(UnMarshaller u)
          Calls the decode method on the underlying IIOPBinder instance.
 

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

Methods in org.objectweb.david.libs.stub_factories.std that return Identifier
 Identifier[] JDelegate.getIdentifiers()
           
 

Methods in org.objectweb.david.libs.stub_factories.std with parameters of type Identifier
 java.lang.Object JStubFactory.newStub(SessionIdentifier session_id, Identifier[] ids, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new stub.
 void JDelegate.setIdentifiers(Identifier[] ids)
           
 

Constructors in org.objectweb.david.libs.stub_factories.std with parameters of type Identifier
JStubFactory.ClientDelegate(Identifier[] ids, SessionIdentifier session_id, java.lang.Boolean java_serial)
          Creates a new ClientDelegate.
JDelegate(Identifier[] ids)
          Creates a new JDelegate with the provided identifiers.
 

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

Methods in org.objectweb.jeremie.apis.stub_factories with parameters of type Identifier
 java.rmi.server.RemoteStub JRMIStubFactory.newStub(java.lang.Object impl, Identifier id)
          Creates a Jeremie stub to represent the given (remote) object and holding a reference containing the given identifier.
 

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

Methods in org.objectweb.jeremie.libs.binding.echannel that return Identifier
 Identifier EventChannelFactory.export(java.lang.Object itf, org.objectweb.jonathan.apis.kernel.Context hints)
          This operation has no meaning in this context: an InternalException is always thrown.
 Identifier EventChannelFactory.decode(byte[] data, int offset, int length)
          Decode an indentifier representing an event channel out of the supplied array of bytes.
 Identifier EventChannelFactory.decode(UnMarshaller u)
          Decodes an identifier from the provided unmarshaller.
 

Methods in org.objectweb.jeremie.libs.binding.echannel with parameters of type Identifier
 java.lang.Object EventChannelFactory.newStub(SessionIdentifier ep, Identifier[] ids, org.objectweb.jonathan.apis.kernel.Context hints)
          Builds a new stub adapted for one-way event generation
 

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

Methods in org.objectweb.jeremie.libs.binding.jiop that return Identifier
 Identifier JIOP.export(java.lang.Object id, org.objectweb.jonathan.apis.kernel.Context hints)
          Exports the given identifier to an underlying IIOP binder.
 Identifier JIOP.decode(byte[] data, int offset, int length)
          Uses the underlying IIOP binder to decode an identifier from the given buffered data.
 Identifier JIOP.decode(UnMarshaller u)
          Uses the underlying IIOP binder to decode an identifier from the given unmarshaller.
 

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

Fields in org.objectweb.jeremie.libs.stub_factories.std declared as Identifier
protected  Identifier[] RefImpl.ids
          The set of identifiers held by this reference.
 

Methods in org.objectweb.jeremie.libs.stub_factories.std that return Identifier
 Identifier[] DynamicRef.getIdentifiers()
          Returns the identifiers contained in this reference.
 Identifier[] RefImpl.getIdentifiers()
          Returns the identifiers contained in this reference.
 

Methods in org.objectweb.jeremie.libs.stub_factories.std with parameters of type Identifier
 java.rmi.server.RemoteStub StdStubFactory.newStub(java.lang.Object impl, Identifier id)
          Creates a stub object to represent the given (remote) object with a reference containing the given identifier.
 java.lang.Object StdStubFactory.newStub(SessionIdentifier ep, Identifier[] ids, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a stub object with a reference containing the given identifiers and the given session identifier.
 void DynamicRef.setIdentifiers(Identifier[] ids)
          Sets the identifiers contained in this reference to the given identifiers.
 void RefImpl.setIdentifiers(Identifier[] ids)
          Sets the identifiers contained in this reference to the given identifiers.
 

Constructors in org.objectweb.jeremie.libs.stub_factories.std with parameters of type Identifier
RefImpl(Identifier[] ids, MarshallerFactory mfactory)
          Creates a Jeremie reference containing the given object identifiers and marshaller factory.
RefImpl(SessionIdentifier ep, Identifier[] ids, MarshallerFactory mfactory)
          Creates a Jeremie reference containing the given session identifier, object identifiers and marshaller factory.
 

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

Methods in org.objectweb.jonathan.apis.binding that return Identifier
 Identifier NamingContext.export(java.lang.Object itf, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new identifier for the object interface designated by the itf parameter.
 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[] 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, org.objectweb.jonathan.apis.kernel.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, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new stub.
 

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

Methods in org.objectweb.jonathan.libs.binding that return Identifier
 Identifier JDomain.export(java.lang.Object id, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new identifier for the object interface designated by the id parameter.
 Identifier JDomain.decode(byte[] data, int offset, int len)
          Decodes an identifier from a buffer portion.
 Identifier JDomain.decode(UnMarshaller unmarshaller)
          Decodes an identifier from the provided unmarshaller.
 

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

Classes in org.objectweb.jonathan.libs.binding.echannel that implement Identifier
 class EBinder.EId
          EId is an indentifier representing an event channel of a given type and relying on a given multicast address and port.
 

Methods in org.objectweb.jonathan.libs.binding.echannel that return Identifier
 Identifier EBinder.export(java.lang.Object itf, org.objectweb.jonathan.apis.kernel.Context hints)
          This operation has no meaning in this context: an InternalException is always thrown.
 Identifier EBinder.decode(byte[] data, int offset, int length)
          Decode an indentifier (an EId) representing an event channel out of the supplied array of bytes
 Identifier EBinder.decode(UnMarshaller u)
          Decodes an identifier from the provided unmarshaller.
 

Methods in org.objectweb.jonathan.libs.binding.echannel with parameters of type Identifier
 java.lang.Object EBinder.EId.bind(Identifier[] ref, org.objectweb.jonathan.apis.kernel.Context hints)
           
 

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

Methods in org.objectweb.jonathan.libs.binding.moa that return Identifier
 Identifier MinimalAdapter.decode(byte[] data, int offset, int length)
          Decodes an identifier from a buffer portion.
 Identifier MinimalAdapter.decode(UnMarshaller u)
          Decodes an identifier from the provided unmarshaller.
 Identifier MinimalAdapter.export(java.lang.Object impl, org.objectweb.jonathan.apis.kernel.Context hints)
          Exports the provided implementation to the target adapter, and then recursively to the naming context in the context.
 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 Identifier in org.objectweb.jonathan.libs.binding.soa
 

Methods in org.objectweb.jonathan.libs.binding.soa that return Identifier
 Identifier SingleOAdapter.decode(byte[] data, int offset, int length)
          Decodes an identifier from a buffer portion.
 Identifier SingleOAdapter.decode(UnMarshaller u)
          Decodes an identifier from the provided unmarshaller.
 Identifier SingleOAdapter.export(java.lang.Object impl, org.objectweb.jonathan.apis.kernel.Context hints)
          Exports the provided implementation to the target adapter, and then recursively to the naming context in the context.
 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.