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

Packages that use SessionIdentifier
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.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.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
 

Uses of SessionIdentifier in org.objectweb.fractal.rmi
 

Methods in org.objectweb.fractal.rmi that return SessionIdentifier
 SessionIdentifier RmiProtocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
          Creates a new session identifier with the provided info.
 

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

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

Fields in org.objectweb.fractal.rmi.stub declared as SessionIdentifier
protected  SessionIdentifier Stub.sessionId
          The identifier of the session that gives access to the remote object.
 

Methods in org.objectweb.fractal.rmi.stub with parameters of type SessionIdentifier
 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 SessionIdentifier in org.objectweb.jonathan.apis.protocols
 

Methods in org.objectweb.jonathan.apis.protocols that return SessionIdentifier
 SessionIdentifier Protocol.createSessionIdentifier(java.util.Properties info, SessionIdentifier[] next)
          Creates a new session identifier with the provided info.
 SessionIdentifier ProtocolGraph.export(Session_Low hls)
          Exports a session using the graph represented by the target object.
 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.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, Context hints)
          Creates a new stub.
 

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)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.