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

Packages that use SessionIdentifier
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
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.http A set of classes and interfaces specializing the binding abstractions to the HTTP protocol, and abstracting connection management. 
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. 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
 

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

Methods in org.objectweb.david.libs.binding.iiop with parameters of type SessionIdentifier
static ExoticProtocolData ExoticProtocolData.createPData(SessionIdentifier session_id)
           
 

Uses of SessionIdentifier in org.objectweb.david.libs.protocols.giop
 

Subinterfaces of SessionIdentifier in org.objectweb.david.libs.protocols.giop
 interface GIOPSessionIdentifier
          Deprecated. not used anymore. Use the methods carried by SessionIdentifier instead.
 

Methods in org.objectweb.david.libs.protocols.giop that return SessionIdentifier
 SessionIdentifier GIOPProtocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
          Creates a GIOP Session Identifier
 

Methods in org.objectweb.david.libs.protocols.giop with parameters of type SessionIdentifier
 SessionIdentifier GIOPProtocol.createSessionIdentifier(java.util.Properties info, 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
 java.lang.Object JStubFactory.newStub(SessionIdentifier session_id, Identifier[] ids, org.objectweb.jonathan.apis.kernel.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, java.lang.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
 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 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
 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.
 

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.
 SessionIdentifier Protocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
          Creates a new session identifier with the provided info
 SessionIdentifier[] SessionIdentifier.next()
          Return the session identifiers corresponding to the lower level protocol layers, if any
 

Methods in org.objectweb.jonathan.apis.protocols with parameters of type SessionIdentifier
 SessionIdentifier Protocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
          Creates a new session identifier with the provided info
 

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

Classes in org.objectweb.jonathan.apis.protocols.http that implement SessionIdentifier
 class HttpSessionIdentifier
          The superclass of all HTTP session identifiers.
 

Methods in org.objectweb.jonathan.apis.protocols.http that return SessionIdentifier
 SessionIdentifier[] HttpSessionIdentifier.next()
          Returns an empty array: this is a leaf protocol really.
 

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.
 

Methods in org.objectweb.jonathan.apis.protocols.ip that return SessionIdentifier
 SessionIdentifier[] IpSessionIdentifier.next()
          Return an empty array: this is a leaf protocol in the protocol tree.
 

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

Methods in org.objectweb.jonathan.apis.stub_factories with parameters of type SessionIdentifier
 java.lang.Object StubFactory.newStub(SessionIdentifier session_id, Identifier[] ids, org.objectweb.jonathan.apis.kernel.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(java.lang.String address, int port)
          Builds a new SessionIdentifier associated with an (IP multicast address, port) pair
 SessionIdentifier MulticastIpProtocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
           
 

Methods in org.objectweb.jonathan.libs.protocols.multicast_ip with parameters of type SessionIdentifier
 SessionIdentifier MulticastIpProtocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
           
 

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
 SessionIdentifier RTPProtocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
           
 

Methods in org.objectweb.jonathan.libs.protocols.rtp with parameters of type SessionIdentifier
 SessionIdentifier RTPProtocol.newSessionIdentifier(SessionIdentifier next)
          Builds a new RTP SessionIdentifier
 SessionIdentifier RTPProtocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
           
 

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

Methods in org.objectweb.jonathan.libs.protocols.tcpip that return SessionIdentifier
 SessionIdentifier TcpIpProtocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
           
 

Methods in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type SessionIdentifier
 SessionIdentifier TcpIpProtocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)