Uses of Interface
org.infinispan.remoting.transport.DistributedSync

Packages that use DistributedSync
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
 

Uses of DistributedSync in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport that return DistributedSync
 DistributedSync Transport.getDistributedSync()
           
 

Uses of DistributedSync in org.infinispan.remoting.transport.jgroups
 

Classes in org.infinispan.remoting.transport.jgroups that implement DistributedSync
 class JGroupsDistSync
          A DistributedSync based on JGroups' FLUSH protocol
 

Methods in org.infinispan.remoting.transport.jgroups that return DistributedSync
 DistributedSync JGroupsTransport.getDistributedSync()
           
 

Constructors in org.infinispan.remoting.transport.jgroups with parameters of type DistributedSync
CommandAwareRpcDispatcher(org.jgroups.Channel channel, JGroupsTransport transport, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, DistributedSync distributedSync, long distributedSyncTimeout)
           
 



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