public class SimpleWaitIOCallback extends SyncIOCompletion
Constructor and Description |
---|
SimpleWaitIOCallback() |
Modifier and Type | Method and Description |
---|---|
void |
done()
Method for sync notifications.
|
void |
onError(int errorCode,
String errorMessage)
Method for error notifications.
|
void |
storeLineUp() |
String |
toString() |
void |
waitCompletion() |
boolean |
waitCompletion(long timeout) |
public void done()
AIOCallback
public void onError(int errorCode, String errorMessage)
AIOCallback
public void waitCompletion() throws Exception
waitCompletion
in class SyncIOCompletion
Exception
public void storeLineUp()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.