|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.ControllerStateListenerAdapter
public class ControllerStateListenerAdapter
Empty implementation of ControllerStateListener
Constructor Summary | |
---|---|
ControllerStateListenerAdapter()
|
Method Summary | |
---|---|
void |
onException(Throwable e)
Notification: Exception occured during Controller thread execution |
void |
onReady()
Notification: Controller is ready to process connections; SelectorHandler s were initialized |
void |
onStarted()
Nofitication: Controller was started, pipelines were initialized |
void |
onStopped()
Notification: Controller was stopped, all worker threads were stopped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControllerStateListenerAdapter()
Method Detail |
---|
public void onStarted()
ControllerStateListener
onStarted
in interface ControllerStateListener
public void onReady()
ControllerStateListener
SelectorHandler
s were initialized
onReady
in interface ControllerStateListener
public void onStopped()
ControllerStateListener
onStopped
in interface ControllerStateListener
public void onException(Throwable e)
ControllerStateListener
onException
in interface ControllerStateListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |