|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Define a way to detect the status of a write
Method Summary | |
void |
waitForAccept(int maxWaitMs)
wait until the data written is accepted into the outbound pool, which we throttle rather than accept arbitrary data and queue |
void |
waitForCompletion(int maxWaitMs)
wait until the data written either fails or succeeds |
boolean |
writeAccepted()
the write was accepted. |
boolean |
writeFailed()
did the write fail? |
boolean |
writeSuccessful()
did the write succeed? |
Method Detail |
public void waitForCompletion(int maxWaitMs)
public void waitForAccept(int maxWaitMs)
public boolean writeAccepted()
public boolean writeFailed()
public boolean writeSuccessful()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |