Uses of Interface
org.objectweb.jonathan.apis.protocols.SessionIdentifier

Packages that use SessionIdentifier
org.objectweb.david.libs.protocols.giop Provides a set of classes implementing the CORBA GIOP protocol. 
org.objectweb.david.libs.stub_factories.std Provides classes implementing the default David stub factory. 
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.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
org.objectweb.jonathan.apis.protocols.ip Provides a set of classes and interfaces refining the binding abstractions in the case of IP protocols, and introduces some connection management abstractions. 
org.objectweb.jonathan.apis.stub_factories Provides an interface for stub factories. 
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.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 SessionIdentifier in org.objectweb.david.libs.protocols.giop
 

Subinterfaces of SessionIdentifier in org.objectweb.david.libs.protocols.giop
 interface GIOPSessionIdentifier
          Public interface of GIOP session identifiers
 

Methods in org.objectweb.david.libs.protocols.giop that return SessionIdentifier
 SessionIdentifier GIOPSessionIdentifier.next()
          Returns the session identifier corresponding to the lower protocol layer.
 

Methods in org.objectweb.david.libs.protocols.giop with parameters of type SessionIdentifier
 GIOPSessionIdentifier GIOPProtocol.newSessionIdentifier(byte[] object_key, SessionIdentifier next)
          Creates a GIOP session identifier.
 

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

Methods in org.objectweb.david.libs.stub_factories.std with parameters of type SessionIdentifier
 Object JStubFactory.newStub(SessionIdentifier session_id, Identifier[] ids, Context hints)
          Creates a new stub.
 

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

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

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

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

Fields in org.objectweb.jeremie.libs.stub_factories.std declared as SessionIdentifier
protected  SessionIdentifier RefImpl.ep
          The session identifier associated with this reference.
 

Methods in org.objectweb.jeremie.libs.stub_factories.std with parameters of type SessionIdentifier
 Object StdStubFactory.newStub(SessionIdentifier ep, Identifier[] ids, Context hints)
          Creates a stub object with a reference containing the given identifiers and the given session identifier.
 

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

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

Methods in org.objectweb.jonathan.apis.protocols that return SessionIdentifier
 SessionIdentifier ProtocolGraph.export(Session_Low hls)
          Exports a session using the graph represented by the target object.
 

Uses of SessionIdentifier in org.objectweb.jonathan.apis.protocols.ip
 

Classes in org.objectweb.jonathan.apis.protocols.ip that implement SessionIdentifier
 class IpSessionIdentifier
          IpSessionIdentifier is a specific SessionIdentifier type for IP protocols.
 

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

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

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

Methods in org.objectweb.jonathan.libs.binding.echannel that return SessionIdentifier
 SessionIdentifier EBinder.EId.getSessionIdentifier()
          Returns a session identifier for the event channel represented by this EId
 

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

Methods in org.objectweb.jonathan.libs.protocols.multicast_ip that return SessionIdentifier
 SessionIdentifier MulticastIpProtocol.newSessionIdentifier(String address, int port)
          Builds a new SessionIdentifier associated with an (IP multicast address, port) pair
 

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

Methods in org.objectweb.jonathan.libs.protocols.rtp that return SessionIdentifier
 SessionIdentifier RTPProtocol.newSessionIdentifier(SessionIdentifier next)
          Builds a new RTP SessionIdentifier
 

Methods in org.objectweb.jonathan.libs.protocols.rtp with parameters of type SessionIdentifier
 SessionIdentifier RTPProtocol.newSessionIdentifier(SessionIdentifier next)
          Builds a new RTP SessionIdentifier