| Name | Description | Type | Package | Framework |
| AnyhostVerifier | | Interface | org.jboss.invocation.http.interfaces | JBoss Server |
|
| ByValueInvokerInterceptor | An InvokerInterceptor that does not optimize remote invocations. | Class | org.jboss.invocation | JBoss Server |
|
| ClientMethodInterceptor | Handle toString, equals, hashCode locally on the client. | Interface | org.jboss.invocation.http.interfaces | JBoss Server |
|
| HttpInvoker | The HttpInvoker . | Class | org.jboss.invocation.http.server | JBoss Server |
|
| HttpInvokerMBean | The MBean interface for the HTTP invoker. | Interface | org.jboss.invocation.http.server | JBoss Server |
|
| HttpInvokerProxy | The client side Http invoker proxy that posts an invocation to the InvokerServlet using the HttpURLConnection created from the proxy | Interface | org.jboss.invocation.http.interfaces | JBoss Server |
|
| HttpProxyFactory | Create an interface proxy that uses HTTP to communicate with the server side object that exposes the corresponding JMX invoke operation. | Class | org.jboss.invocation.http.server | JBoss Server |
|
| HttpProxyFactoryMBean | An mbean interface for a proxy factory that can expose any interface with RMI compatible semantics for access to remote clients using HTTP | Interface | org.jboss.invocation.http.server | JBoss Server |
|
| Invocation | The Invocation object is the generic object flowing through our interceptors. | Class | org.jboss.invocation | JBoss Server |
|
| InvocationContext | The Invocation Context Describes the context in which this Invocation is being executed in | Class | org.jboss.invocation | JBoss Server |
|
| InvocationException | A nested exception that is used to differentiate application exceptions from communication exceptions. | Class | org.jboss.invocation | JBoss Server |
|
| InvocationKey | Type safe enumeration used for keys in the Invocation object. | Class | org.jboss.invocation | JBoss Server |
|
| InvocationStatistics | A method invocation statistics collection class. | Class | org.jboss.invocation | JBoss Server |
|
| InvocationType | Type safe enumeration used for to identify the invocation types. | Class | org.jboss.invocation | JBoss Server |
|
| Invoker | This invoker carries Invocation in the JMX target node. | Interface | org.jboss.invocation | JBoss Server |
|
| InvokerInterceptor | A very simple implementation of it that branches to the local stuff. | Class | org.jboss.invocation | JBoss Server |
|
| JRMPInvoker | The JRMPInvoker is an RMI implementation that can generate Invocations from RMI/JRMP into the JMX base. | Class | org.jboss.invocation.jrmp.server | JBoss Server |
|
| JRMPInvokerMBean | Fields inherited from interface org. | Interface | org.jboss.invocation.jrmp.server | JBoss Server |
|
| JRMPInvokerProxy | JRMPInvokerProxy, local to the proxy and is capable of delegating to the JRMP implementations | Interface | org.jboss.invocation.jrmp.interfaces | JBoss Server |
|
| JRMPProxyFactory | Create an interface proxy that uses RMI/JRMP to communicate with the server side object that exposes the corresponding JMX invoke operation. | Class | org.jboss.invocation.jrmp.server | JBoss Server |
|
| JRMPProxyFactoryMBean | An mbean interface for a proxy factory that can expose any interface with RMI compatible semantics for access to remote clients using JRMP | Interface | org.jboss.invocation.jrmp.server | JBoss Server |
|
| LRUPool | This class is an extention of LRUCachePolicy. | Class | org.jboss.invocation.pooled.server | JBoss Server |
|
| LocalEJBInvocation | Optimized invocation object for Local interface invocationsVersion:$Revision: 1. | Class | org.jboss.invocation | JBoss Server |
|
| LocalInvoker | The Invoker is a local gate in the JMX system. | Class | org.jboss.invocation.local | JBoss Server |
|
| LocalInvokerMBean | Fields inherited from interface org. | Interface | org.jboss.invocation.local | JBoss Server |
|
| MarshalledInvocation | The MarshalledInvocation is an invocation that travels. | Class | org.jboss.invocation | JBoss Server |
|
| MarshalledValue | A simple replacement for the RMI MarshalledObject that uses the thread context class loader for resolving classes and proxies. | Class | org.jboss.invocation | JBoss Server |
|
| MarshalledValueInputStream | An ObjectInputStream subclass used by the MarshalledValue class to ensure the classes and proxies are loaded using the thread context | Class | org.jboss.invocation | JBoss Server |
|
| MarshalledValueOutputStream | An ObjectOutputStream subclass used by the MarshalledValue class to ensure the classes and proxies are loaded using the thread context | Class | org.jboss.invocation | JBoss Server |
|
| MarshallingInvokerInterceptor | An InvokerInterceptor that does not optimize in VM invocationsVersion:$Revision: 1. | Class | org.jboss.invocation | JBoss Server |
|
| OptimizedObjectInputStream | An ObjectInputStream subclass used by the MarshalledValue class to ensure the classes and proxies are loaded using the thread context | Interface | org.jboss.invocation.pooled.interfaces | JBoss Server |
|
| OptimizedObjectOutputStream | An ObjectOutputStream subclass used by the MarshalledValue class to ensure the classes and proxies are loaded using the thread context | Interface | org.jboss.invocation.pooled.interfaces | JBoss Server |
|
| PayloadKey | Type safe enumeration used for to identify the payloads. | Class | org.jboss.invocation | JBoss Server |
|
| PooledInvoker | This invoker pools Threads and client connections to one server socket. | Class | org.jboss.invocation.pooled.server | JBoss Server |
|
| PooledInvokerMBean | Fields inherited from interface org. | Interface | org.jboss.invocation.pooled.server | JBoss Server |
|
| PooledInvokerProxy | Client socket connections are pooled to avoid the overhead of making a connection. | Interface | org.jboss.invocation.pooled.interfaces | JBoss Server |
|
| PooledInvokerProxy .ClientSocket | | Interface | org.jboss.invocation.pooled.interfaces.PooledInvokerProxy | JBoss Server |
|
| PooledMarshalledInvocation | The MarshalledInvocation is an invocation that travels. | Interface | org.jboss.invocation.pooled.interfaces | JBoss Server |
|
| PooledMarshalledValue | A simple replacement for the RMI MarshalledObject that uses the thread context class loader for resolving classes and proxies. | Interface | org.jboss.invocation.pooled.interfaces | JBoss Server |
|
| ServerAddress | This class encapsulates all the required information for a client to establish a connection with the server. | Interface | org.jboss.invocation.pooled.interfaces | JBoss Server |
|
| ServerThread | 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 | Class | org.jboss.invocation.pooled.server | JBoss Server |
|
| ServiceUnavailableException | An extension of the RMI RemoteException that is used to indicate that there are no target services available for an invocation. | Class | org.jboss.invocation | JBoss Server |
|
| Util | Common client utility methodsVersion:$Revision: 1. | Interface | org.jboss.invocation.http.interfaces | JBoss Server |