|
||||||||||
| 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; SelectorHandlers were initialized |
void |
onStarted()
Nofitication: Controller was started, thread pool was 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 ControllerStateListenerpublic void onReady()
ControllerStateListenerSelectorHandlers were initialized
onReady in interface ControllerStateListenerpublic void onStopped()
ControllerStateListener
onStopped in interface ControllerStateListenerpublic 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 | |||||||||