Uses of Package
org.objectweb.jonathan.apis.protocols

Packages that use org.objectweb.jonathan.apis.protocols
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. 
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.fractal.rmi
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.fractal.rmi.stub
ReplyInterface
          A ReplyInterface holds the reply to a request.
ReplySession
          A reply session is used by a server to send a reply back to a client.
RequestSession
          Request sessions represent the recipient of an invocation for an invocation protocol.
Session_High
          Session_High is the type of sessions used to send messages down to the network; A Session_High is usually a surrogate for a session of type Session_Low exported to a protocol and represented by an session identifier.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.apis.protocols
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
ProtocolInfo
          Tree-like structure to hold the protocol stack info at configuration time.
ReplyInterface
          A ReplyInterface holds the reply to a request.
ReplySession
          A reply session is used by a server to send a reply back to a client.
ServerException
          ServerException is a checked exception encapsulating an applicative exception raised by a remote object.
Session_High
          Session_High is the type of sessions used to send messages down to the network; A Session_High is usually a surrogate for a session of type Session_Low exported to a protocol and represented by an session identifier.
Session_Low
          Session_Low is the type of sessions used to forward messages coming from the network to their actual recipient; Session_Low is also the type of interfaces represented by session identifiers.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.apis.protocols.ip
ProtocolIdentifiers
          Simply, a list of the protocol identifiers used in the exotic protocol graph thingy.
Session_High
          Session_High is the type of sessions used to send messages down to the network; A Session_High is usually a surrogate for a session of type Session_Low exported to a protocol and represented by an session identifier.
Session_Low
          Session_Low is the type of sessions used to forward messages coming from the network to their actual recipient; Session_Low is also the type of interfaces represented by session identifiers.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.apis.stub_factories
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.libs.protocols.tcpip
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
SessionIdentifier
          A session identifier represents an exported session.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.