Package org.infinispan.remoting

Interface Summary
InboundInvocationHandler A globally scoped component, that is able to locate named caches and invoke remotely originating calls on the appropriate cache.
ResponseFilter A mechanism of filtering RPC responses.
RpcManager Provides a mechanism for communicating with other caches in the cluster.
 

Class Summary
InboundInvocationHandlerImpl Sets the cache interceptor chain on an RPCCommand before calling it to perform
ReplicationQueue Periodically (or when certain size is exceeded) takes elements and replicates them.
RpcManagerImpl This component really is just a wrapper around a Transport implementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations.
 

Enum Summary
ResponseMode // TODO: Manik: Document this!
 

Exception Summary
ReplicationException Thrown when a replication problem occurred
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.