Uses of Package
org.infinispan.remoting

Packages that use org.infinispan.remoting
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
 

Classes in org.infinispan.remoting used by org.infinispan.config
ReplicationQueue
          Periodically (or when certain size is exceeded) takes elements and replicates them.
 

Classes in org.infinispan.remoting used by org.infinispan.configuration.cache
ReplicationQueue
          Periodically (or when certain size is exceeded) takes elements and replicates them.
 

Classes in org.infinispan.remoting used by org.infinispan.remoting
InboundInvocationHandler
          A globally scoped component, that is able to locate named caches and invoke remotely originating calls on the appropriate cache.
ReplicationQueue
          Periodically (or when certain size is exceeded) takes elements and replicates them.
 

Classes in org.infinispan.remoting used by org.infinispan.remoting.rpc
ReplicationQueue
          Periodically (or when certain size is exceeded) takes elements and replicates them.
RpcException
          Thrown when an RPC problem occurred
 

Classes in org.infinispan.remoting used by org.infinispan.remoting.transport
InboundInvocationHandler
          A globally scoped component, that is able to locate named caches and invoke remotely originating calls on the appropriate cache.
 

Classes in org.infinispan.remoting used by org.infinispan.remoting.transport.jgroups
InboundInvocationHandler
          A globally scoped component, that is able to locate named caches and invoke remotely originating calls on the appropriate cache.
 


-->

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