org.jboss.invocation.pooled.server |
|
Java Source File Name | Type | Comment |
LRUPool.java | Class | This class is an extention of LRUCachePolicy. |
PooledInvoker.java | Class | This invoker pools Threads and client connections to one server socket.
The purpose is to avoid a bunch of failings of RMI.
1. |
PooledInvokerMBean.java | Interface | The PooledInvoker standard MBean interface. |
ServerThread.java | Class | 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. |