|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.common.BaseSessionManager
public class BaseSessionManager
Base implementation of SessionManager
s.
Field Summary | |
---|---|
protected ExceptionMonitor |
exceptionMonitor
Current exception monitor. |
Constructor Summary | |
---|---|
protected |
BaseSessionManager()
|
Method Summary | |
---|---|
ExceptionMonitor |
getExceptionMonitor()
Returns the current exception monitor. |
void |
setExceptionMonitor(ExceptionMonitor monitor)
Sets the uncaught exception monitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ExceptionMonitor exceptionMonitor
Constructor Detail |
---|
protected BaseSessionManager()
Method Detail |
---|
public ExceptionMonitor getExceptionMonitor()
SessionManager
getExceptionMonitor
in interface SessionManager
public void setExceptionMonitor(ExceptionMonitor monitor)
SessionManager
null
is specified,
a new instance of DefaultExceptionMonitor
will be set.
setExceptionMonitor
in interface SessionManager
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 |