Package org.jboss.invocation.pooled.server

Class Summary
LRUPool (src) This class is an extention of LRUCachePolicy.
PooledInvoker (src) This invoker pools Threads and client connections to one server socket.
PooledInvokerHA (src) This invoker pools Threads and client connections to one server socket.
ServerThread (src) This Thread object hold a single Socket connection to a client and is kept alive until a timeout happens, or it is aged out of the PooledInvoker's LRU cache.