Uses of Interface
com.iizix.comm.ITransactionCreator
Package
Description
Uses of ITransactionCreator in com.iizigo.panel
Uses of ITransactionCreator in com.iizix.comm
Uses of ITransactionCreator in com.iizix.comm.session
Modifier and TypeClassDescriptionclass
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 ITransactionCreator in com.iizix.prop
Modifier and TypeMethodDescriptionPropMgr.getSendTransaction
(ITransactionCreator transCreator) Gets a transaction for sending.Uses of ITransactionCreator in com.iizix.server
Modifier and TypeClassDescriptionclass
An implementation of a common end point for an Editor, Server or Monitor.class
The main class for an Server session running in the Server.Uses of ITransactionCreator in com.iizix.server.client
Modifier and TypeClassDescriptionclass
The TransactionProcessor contains all the code required to process transactions with the application being run for a single client reconnectable connection.Uses of ITransactionCreator in com.iizix.server.loadbalancer
Modifier and TypeClassDescriptionclass
The Load Balancer end point web socket connection.Uses of ITransactionCreator in com.iizix.server.monitor
Modifier and TypeClassDescriptionclass
End point for the Virtualized Monitor that transports a proxy of a VirtualsPropCnr of a client to a viewer or monitor.Uses of ITransactionCreator in com.iizix.server.prop
Modifier and TypeInterfaceDescriptioninterface
Interface for send transaction.Uses of ITransactionCreator in com.iizix.server.run.remote
Modifier and TypeClassDescriptionclass
End point for the Remote Customized iiziRun Builder that transports a proxy of a RuntimeBuilderProps to build the app.Uses of ITransactionCreator in com.iizix.server.vsviewer
Modifier and TypeClassDescriptionclass
The TransactionProcessor contains all the code required to process transactions with the application being run for a single client reconnectable connection.