Package osl.handler

Interface Summary
RequestClient This interface defines the methods expected from request handler clients.
 

Class Summary
NetLoader This class allows for run-time additions to the classes used in a running foundry node.
RequestHandler The request handler abstracts over the low-level transport layer interactions by providing an asynchronous/synchronous remote procedure call mechanism.
RequestID This class specifies the identification associated with an asynchronous request.
RequestMsg This class encodes a message sent between request handler sessions.
RequestSession A request handler session is used by clients to interact through the request handler abstraction.
 

Exception Summary
ClassExistsException This exception indicates that an attempt was made to add a new local class, but a class with the given name has already been loaded with the NetLoader.
RequestException This class defines an exception which is thrown when an error is encountered by the request handler or one of its sessions.