Package org.jboss.invocation.pooled.interfaces

Class Summary
OptimizedObjectInputStream (src) An ObjectInputStream subclass used by the MarshalledValue class to ensure the classes and proxies are loaded using the thread context class loader.
OptimizedObjectOutputStream (src) An ObjectOutputStream subclass used by the MarshalledValue class to ensure the classes and proxies are loaded using the thread context class loader.
PooledInvokerProxy (src) Client socket connections are pooled to avoid the overhead of making a connection.
PooledInvokerProxy.ClientSocket (src)  
PooledMarshalledInvocation (src) The MarshalledInvocation is an invocation that travels.
PooledMarshalledValue (src) A simple replacement for the RMI MarshalledObject that uses the thread context class loader for resolving classes and proxies.
ServerAddress (src) This class encapsulates all the required information for a client to establish a connection with the server.