|
|||||||||
| 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 SessionManagers.
| 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 SessionManagerpublic void setExceptionMonitor(ExceptionMonitor monitor)
SessionManagernull is specified,
a new instance of DefaultExceptionMonitor will be set.
setExceptionMonitor in interface SessionManagermonitor - 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 | ||||||||