Uses of Class
org.infinispan.remoting.transport.DistributedSync.SyncResponse

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

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

Methods in org.infinispan.remoting.transport that return DistributedSync.SyncResponse
 DistributedSync.SyncResponse DistributedSync.blockUntilAcquired(long timeout, TimeUnit timeUnit)
          Blocks until the start of a sync - either by the current RPCManager instance or a remote one - is received.
 DistributedSync.SyncResponse DistributedSync.blockUntilReleased(long timeout, TimeUnit timeUnit)
          Blocks until an ongoing sync ends.
static DistributedSync.SyncResponse DistributedSync.SyncResponse.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DistributedSync.SyncResponse[] DistributedSync.SyncResponse.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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

Methods in org.infinispan.remoting.transport.jgroups that return DistributedSync.SyncResponse
 DistributedSync.SyncResponse FlushBasedDistributedSync.blockUntilAcquired(long timeout, TimeUnit timeUnit)
           
 DistributedSync.SyncResponse FlushBasedDistributedSync.blockUntilReleased(long timeout, TimeUnit timeUnit)
           
 



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