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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdone, onErrorpublic void done()
IOCallbackpublic void onError(int errorCode1,
String errorMessage1)
IOCallbackpublic void waitCompletion()
throws InterruptedException,
ActiveMQException
waitCompletion in class SyncIOCompletionInterruptedExceptionActiveMQExceptionpublic boolean waitCompletion(long timeout)
throws InterruptedException,
ActiveMQException
public void storeLineUp()
Copyright © 2021 JBoss by Red Hat. All rights reserved.