Package com.iizix.comm.session
Interface ISessionTransMgr
- All Superinterfaces:
ISessionStatistics
- All Known Implementing Classes:
NonUIClient
,SessionTransMgr
Interface normally used by the
{@link SessionTransMgr}
, but also used by the test client.- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
doDispose
(boolean doAbort) Called when the session ID has been disposed of by a call to its dispose method.Methods inherited from interface com.iizix.comm.session.ISessionStatistics
getLastConnectionTime, getProperties, getProperty, getSessionStatistics, setProperty
Method Details
doDispose
void doDispose(boolean doAbort) Called when the session ID has been disposed of by a call to its dispose method.- Parameters:
doAbort
- Abort-flag, if true pending transaction are not sent.