Package com.ibm.ulc.comm

Interface Summary
ICallable Interface for dispatching or handling a request.
IChild Insert the type's description here.
IConnection Interface for client/server connections.
IConnectionController An interface to get control over interesting connection events.
IORBListener A listener interface to listen to interesting communication events.
IParent Insert the type's description here.
IRequestFilter Implement this interface when you want to filter message traffic between the UI and the ULC application at the Request level.
IRequestListener Implement this interface when you want to monitor message traffic between the UI and the ULC application at the Request level.
IRequestProcessor Interface for queuing requests to be executed.
ISocketFactory Interface for the ULC Socket factory.
 

Class Summary
CloseRequest Wraps a Connection.close call as a request.
Common Common constants, some version stuff
DefaultSocketFactory A default implementation for the ISocketFactory interface.
DeferredRequest This type was created in VisualAge.
ExitWriterRequest This request is posted into the writer queue to wake up the thread that is servicing it so that it can be killed.
ORBConnection A connection with an associated object space.
ORBRequest Encapsulates a request for a registered object.
Registry An object registry used to manage an object space.
Request Encapsulates a request.
Server The framework for a server.
ThreadPool A RequestProcessor implementation based on a thread pool with worker threads.
UlcConnection A connection to a ULC peer.
UlcSocketTransport An implemention for ULC transports using sockets.
UlcSocketTransportServer A default implemention for ULC transport server using sockets.
UlcTransport An abstraction for ULC transports.
UlcTransportServer An abstraction for ULC transport servers.
 

Exception Summary
UlcTransportException