org.jboss.cache
Class RPCManagerImpl.FlushTracker

java.lang.Object
  extended by org.jboss.cache.RPCManagerImpl.FlushTracker
Enclosing class:
RPCManagerImpl

public class RPCManagerImpl.FlushTracker
extends Object


Constructor Summary
RPCManagerImpl.FlushTracker()
           
 
Method Summary
 void block()
           
 int getFlushCompletionCount()
           
 void unblock()
           
 void waitForFlushCompletion(long timeout)
           
 void waitForFlushStart(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCManagerImpl.FlushTracker

public RPCManagerImpl.FlushTracker()
Method Detail

block

public void block()

unblock

public void unblock()

getFlushCompletionCount

public int getFlushCompletionCount()

waitForFlushCompletion

public void waitForFlushCompletion(long timeout)

waitForFlushStart

public void waitForFlushStart(long timeout)


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