Package org.openorb.net

General network services including transport initialization, address management, client and server bindings and server management.

See:
          Description

Interface Summary
AdapterManager This is the interface for an object adapter manager.
Address General address for a binding target.
Channel General interface for a communications channel.
ClientChannel Client channel interface.
ClientManager  
ClientProtocol The client protocol is used to generate client bindings from an IOR and may perform some management of the client channels.
ClientRequest Interface for client requests.
ServerChannel A server channel represents a connection with a client through which requests can be issued.
ServerManager This class is the controller for most server side operations.
ServerManager.AdapterManager This is the interface for an object adapter manager.
ServerProtocol The server protocol represents a listen point at which clients may create a ServerChannel object through which to issue requests.
ServerRequest Interface for server requests.
Transport Transport for messages.
TransportClientInitializer Interface for creating sockets.
TransportServerInitializer Instances of this interface manage listening for incoming connection requests.
 

Class Summary
AbstractAddress Base class which implements much of the Address functionality.
AbstractClientRequest Base class which implements some of the ClientRequest functionality.
AbstractServerRequest Base class which implements most of the server request functionality.
ClientBinding A client binding represents a potential request path between client and server.
ClientManagerImpl  
LocalClientRequest This is a very hacked version of the IIOPClientRequest to route calls inside the ORB.
LocalServerRequest This class represents a server request for a server that is hosted on the same ORB than the client
RequestIDAllocator  
ServerManagerImpl This class is the controler for most server side operations.
TransportAssociationHolder Holder for binding information.
 

Exception Summary
AdapterHoldingException Base class which implements much of the Address functionality.
RebindChannelException This exception is thrown to indicate the target channel has been replaced with a new implementation.
 

Package org.openorb.net Description

General network services including transport initialization, address management, client and server bindings and server management.