Uses of Interface
com.iizix.server.prop.IRootPropTransactionSender
Uses of IRootPropTransactionSender in com.iizix.server
Classes in com.iizix.server that implement IRootPropTransactionSender 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 IRootPropTransactionSender in com.iizix.server.client
Classes in com.iizix.server.client that implement IRootPropTransactionSender 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 IRootPropTransactionSender in com.iizix.server.loadbalancer
Classes in com.iizix.server.loadbalancer that implement IRootPropTransactionSender Modifier and Type Class Description class
LoadBalancerEndPoint
The Load Balancer end point web socket connection.Uses of IRootPropTransactionSender in com.iizix.server.monitor
Classes in com.iizix.server.monitor that implement IRootPropTransactionSender 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 IRootPropTransactionSender in com.iizix.server.prop
Constructors in com.iizix.server.prop with parameters of type IRootPropTransactionSender Constructor Description RootPropTransactionSender(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender)
Constructs the instance.Uses of IRootPropTransactionSender in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IRootPropTransactionSender 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 IRootPropTransactionSender in com.iizix.server.vsviewer
Classes in com.iizix.server.vsviewer that implement IRootPropTransactionSender 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.