Uses of Interface
com.iizix.comm.session.ISessionTransMgr
Packages that use ISessionTransMgr Package Description com.iizix.comm.session com.iizix.test.client Uses of ISessionTransMgr in com.iizix.comm.session
Classes in com.iizix.comm.session that implement ISessionTransMgr Modifier and Type Class Description class
SessionTransMgr
The Session Transaction Manager is used for keeping track of transaction that have been received or sent to a client on session basis so that a remote session may re-establish a broken communication link.Methods in com.iizix.comm.session that return ISessionTransMgr Modifier and Type Method Description ISessionTransMgr
SessionID. getTransactionManager()
Gets the Session Transaction Manager.Constructors in com.iizix.comm.session with parameters of type ISessionTransMgr Constructor Description SessionID(ISessionTransMgr manager)
Constructs the instance.Uses of ISessionTransMgr in com.iizix.test.client
Classes in com.iizix.test.client that implement ISessionTransMgr Modifier and Type Class Description class
NonUIClient
Class emulating a non-UI client.