Uses of Interface
com.iizix.comm.ITransactionCreator
Uses of ITransactionCreator in com.iizigo.panel
Classes in com.iizigo.panel that implement ITransactionCreator Modifier and Type Class Description class
ClientSideEditor
Class for client-side editor.Uses of ITransactionCreator in com.iizix.comm
Classes in com.iizix.comm that implement ITransactionCreator Modifier and Type Class Description class
TransactionComm
Class to handle the Transaction protocol.Uses of ITransactionCreator in com.iizix.comm.session
Classes in com.iizix.comm.session that implement ITransactionCreator 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.Uses of ITransactionCreator in com.iizix.prop
Methods in com.iizix.prop with parameters of type ITransactionCreator Modifier and Type Method Description SendTransaction
PropMgr. getSendTransaction(ITransactionCreator transCreator)
Gets a transaction for sending.Uses of ITransactionCreator in com.iizix.server
Classes in com.iizix.server that implement ITransactionCreator Modifier and Type Class Description class
AbstractEndPoint
An implementation of a common end point for an Editor, Server or Monitor.class
ServerSession
The main class for an Server session running in the Server.Uses of ITransactionCreator in com.iizix.server.client
Classes in com.iizix.server.client that implement ITransactionCreator Modifier and Type Class Description class
ClientTransactionProcessor
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
Classes in com.iizix.server.loadbalancer that implement ITransactionCreator Modifier and Type Class Description class
LoadBalancerEndPoint
The Load Balancer end point web socket connection.Uses of ITransactionCreator in com.iizix.server.monitor
Classes in com.iizix.server.monitor that implement ITransactionCreator Modifier and Type Class Description class
VirtualizedMonitorEndPoint
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
Subinterfaces of ITransactionCreator in com.iizix.server.prop Modifier and Type Interface Description interface
IRootPropTransactionSender
Interface for send transaction.Uses of ITransactionCreator in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement ITransactionCreator Modifier and Type Class Description class
RemoteBuilderEndPoint
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
Classes in com.iizix.server.vsviewer that implement ITransactionCreator Modifier and Type Class Description class
VSViewerTransactionProcessor
The TransactionProcessor contains all the code required to process transactions with the application being run for a single client reconnectable connection.