|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOEventProcessingHandler
The IOEvent processing handler, which will be notified about changes
in IOEvent processing statuses.
| Method Summary | |
|---|---|
void |
onComplete(Context context)
IOEvent processing completed. |
void |
onContextManualIOEventControl(Context context)
Processing switched to the manual IOEvent control. |
void |
onContextResume(Context context)
IOEvent processing resumed. |
void |
onContextSuspend(Context context)
IOEvent processing suspended. |
void |
onError(Context context)
Error occurred during IOEvent processing. |
void |
onLeave(Context context)
Detaching IOEvent processing out of this Context. |
void |
onNotRun(Context context)
IOEvent wasn't processed. |
void |
onReregister(Context context)
Reregister IOEvent interest. |
void |
onRerun(Context context)
Re-run IOEvent processing. |
void |
onTerminate(Context context)
Terminate IOEvent processing in this thread, but it's going to
be continued later. |
| Method Detail |
|---|
void onContextSuspend(Context context)
throws java.io.IOException
IOEvent processing suspended.
context -
java.io.IOException
void onContextResume(Context context)
throws java.io.IOException
IOEvent processing resumed.
context -
java.io.IOException
void onContextManualIOEventControl(Context context)
throws java.io.IOException
Connection.enableIOEvent(org.glassfish.grizzly.IOEvent) or
Connection.disableIOEvent(org.glassfish.grizzly.IOEvent) might be
explicitly called.
context -
java.io.IOException
void onReregister(Context context)
throws java.io.IOException
IOEvent interest.
context -
java.io.IOException
void onComplete(Context context)
throws java.io.IOException
IOEvent processing completed.
context -
java.io.IOException
void onLeave(Context context)
throws java.io.IOException
IOEvent processing out of this Context.
context -
java.io.IOException
void onTerminate(Context context)
throws java.io.IOException
IOEvent processing in this thread, but it's going to
be continued later.
context -
java.io.IOException
void onRerun(Context context)
throws java.io.IOException
IOEvent processing.
context -
java.io.IOException
void onError(Context context)
throws java.io.IOException
IOEvent processing.
context -
java.io.IOException
void onNotRun(Context context)
throws java.io.IOException
IOEvent wasn't processed.
context -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||