|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Base interface for all acceptors and connectors that manage sessions.
You can monitor any uncaught exceptions by setting ExceptionMonitor
by calling setExceptionMonitor(ExceptionMonitor). The default
monitor is DefaultExceptionMonitor.
| Method Summary | |
ExceptionMonitor |
getExceptionMonitor()
Returns the current exception monitor. |
void |
setExceptionMonitor(ExceptionMonitor monitor)
Sets the uncaught exception monitor. |
| Method Detail |
public ExceptionMonitor getExceptionMonitor()
public void setExceptionMonitor(ExceptionMonitor monitor)
null is specified,
a new instance of DefaultExceptionMonitor will be set.
monitor - A new instance of DefaultExceptionMonitor is set
if null is specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||