public abstract class RPCManagerImpl.FlushTracker extends Object
| Constructor and Description |
|---|
RPCManagerImpl.FlushTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
block() |
int |
getFlushCompletionCount() |
abstract void |
lockProcessingLock() |
abstract void |
lockSuspendProcessingLock() |
void |
unblock() |
abstract void |
unlockProcessingLock() |
abstract void |
unlockSuspendProcessingLock() |
void |
waitForFlushCompletion(long timeout) |
void |
waitForFlushStart(long timeout) |
public void block()
public void unblock()
public int getFlushCompletionCount()
public abstract void lockProcessingLock()
throws InterruptedException
InterruptedExceptionpublic abstract void unlockProcessingLock()
public abstract void lockSuspendProcessingLock()
throws InterruptedException
InterruptedExceptionpublic abstract void unlockSuspendProcessingLock()
public void waitForFlushCompletion(long timeout)
throws InterruptedException
InterruptedExceptionpublic void waitForFlushStart(long timeout)
throws InterruptedException
InterruptedExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.