|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.EmptyIOEventProcessingHandler
public class EmptyIOEventProcessingHandler
Empty IOEventProcessingHandler implementation.
| Constructor Summary | |
|---|---|
EmptyIOEventProcessingHandler()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyIOEventProcessingHandler()
| Method Detail |
|---|
public void onContextSuspend(Context context)
throws java.io.IOException
IOEvent processing suspended.
onContextSuspend in interface IOEventProcessingHandlerjava.io.IOException
public void onContextResume(Context context)
throws java.io.IOException
IOEvent processing resumed.
onContextResume in interface IOEventProcessingHandlerjava.io.IOException
public 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.
onContextManualIOEventControl in interface IOEventProcessingHandlerjava.io.IOException
public void onReregister(Context context)
throws java.io.IOException
IOEvent interest.
onReregister in interface IOEventProcessingHandlerjava.io.IOException
public void onComplete(Context context)
throws java.io.IOException
IOEvent processing completed.
onComplete in interface IOEventProcessingHandlerjava.io.IOException
public void onLeave(Context context)
throws java.io.IOException
IOEvent processing out of this Context.
onLeave in interface IOEventProcessingHandlerjava.io.IOException
public void onTerminate(Context context)
throws java.io.IOException
IOEvent processing in this thread, but it's going to
be continued later.
onTerminate in interface IOEventProcessingHandlerjava.io.IOException
public void onRerun(Context context)
throws java.io.IOException
IOEvent processing.
onRerun in interface IOEventProcessingHandlerjava.io.IOException
public void onError(Context context)
throws java.io.IOException
IOEvent processing.
onError in interface IOEventProcessingHandlerjava.io.IOException
public void onNotRun(Context context)
throws java.io.IOException
IOEvent wasn't processed.
onNotRun in interface IOEventProcessingHandlerjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||