org.jboss.invocation.pooled.interfaces |
|
Java Source File Name | Type | Comment |
CompatibilityVersion.java | Class | PooledInvokers had a change on its serialization at JBoss 4.0.4. |
OptimizedObjectInputStream.java | Class | An ObjectInputStream subclass used by the MarshalledValue class to
ensure the classes and proxies are loaded using the thread context
class loader. |
OptimizedObjectOutputStream.java | Class | An ObjectOutputStream subclass used by the MarshalledValue class to
ensure the classes and proxies are loaded using the thread context
class loader. |
PooledInvokerProxy.java | Class | Client socket connections are pooled to avoid the overhead of
making a connection. |
PooledMarshalledInvocation.java | Class | The MarshalledInvocation is an invocation that travels. |
PooledMarshalledValue.java | Class | A simple replacement for the RMI MarshalledObject that uses the thread
context class loader for resolving classes and proxies. |
ServerAddress.java | Class | This class encapsulates all the required information for a client to
establish a connection with the server.
It also attempts to provide a fast hash() function since this object
is used as a key in a hashmap mainted by the ConnectionManager. |