public final class SimpleWaitIOCallback extends SyncIOCompletion
| Constructor and Description |
|---|
SimpleWaitIOCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
done()
Method for sync notifications.
|
void |
onError(int errorCode1,
String errorMessage1)
Method for error notifications.
|
void |
storeLineUp() |
String |
toString() |
void |
waitCompletion() |
boolean |
waitCompletion(long timeout) |
public void done()
AIOCallbackpublic void onError(int errorCode1,
String errorMessage1)
AIOCallbackpublic void waitCompletion()
throws InterruptedException,
HornetQException
waitCompletion in class SyncIOCompletionInterruptedExceptionHornetQExceptionpublic boolean waitCompletion(long timeout)
throws InterruptedException,
HornetQException
InterruptedExceptionHornetQExceptionpublic void storeLineUp()
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.