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

Packages that use Session_High
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. 
 

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

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

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

Methods in org.objectweb.jonathan.apis.protocols that return Session_High
 Session_High SessionIdentifier.bind(Session_Low hls)
          Returns a local session representing the session designated by the provided lower session interface.
 

Methods in org.objectweb.jonathan.apis.protocols with parameters of type Session_High
 void Session_Low.send(JonathanException exception, Session_High session)
          Sends an exception up a protocol stack.
 void Session_Low.send(UnMarshaller message, Session_High session)
          Sends a message up a protocol stack.
 

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

Subinterfaces of Session_High in org.objectweb.jonathan.apis.protocols.ip
 interface IpSession
          Session type for Tcp/Ip protocols.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.