|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session_High | |
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. |
Uses of Session_High in org.objectweb.jeremie.libs.stub_factories.std |
Fields in org.objectweb.jeremie.libs.stub_factories.std declared as Session_High | |
protected Session_High |
RefImpl.session
The protocol session high object associated with this reference. |
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(UnMarshaller message,
Session_High session)
Sends a message up a protocol stack. |
void |
Session_Low.send(org.objectweb.jonathan.apis.kernel.JonathanException exception,
Session_High session)
Sends an exception 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |