Uses of Interface
com.iizix.comm.session.ISessionStatistics
Packages that use ISessionStatistics Package Description com.iizix.comm.session com.iizix.test.client Uses of ISessionStatistics in com.iizix.comm.session
Subinterfaces of ISessionStatistics in com.iizix.comm.session Modifier and Type Interface Description interface
ISessionTransMgr
Interface normally used by the{@link SessionTransMgr}
, but also used by the test client.Classes in com.iizix.comm.session that implement ISessionStatistics Modifier and Type Class Description class
SessionID
The session ID is used to identify a transaction session that can be used to pick up communication again after a broken link, and also to store additional information about a user and other settings to easy re-establishing a session.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.Uses of ISessionStatistics in com.iizix.test.client
Classes in com.iizix.test.client that implement ISessionStatistics Modifier and Type Class Description class
NonUIClient
Class emulating a non-UI client.