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()
AIOCallback
public void onError(int errorCode1, String errorMessage1)
AIOCallback
public void waitCompletion() throws InterruptedException, HornetQException
waitCompletion
in class SyncIOCompletion
InterruptedException
HornetQException
public boolean waitCompletion(long timeout) throws InterruptedException, HornetQException
InterruptedException
HornetQException
public void storeLineUp()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.