Uses of Interface
com.iizix.comm.ITransactionProcessor
Package
Description
Uses of ITransactionProcessor in com.iizigo.comm
Modifier and TypeInterfaceDescriptioninterface
Interface for a Panel View to handle "debug" mode using external browser as editing window along with potential connections.Modifier and TypeMethodDescriptionPanelEditorTransactionProcessor.getViewOnlyConnectionListener()
Gets the transaction listener for "view-only connections".Uses of ITransactionProcessor in com.iizigo.panel
Modifier and TypeClassDescriptionclass
Communication instance for any panel using web socket transaction to a panel view.Uses of ITransactionProcessor in com.iizigo.vs.viewer
Modifier and TypeClassDescriptionclass
The VS Viewer session transaction communication listener.Uses of ITransactionProcessor in com.iizix.comm
Modifier and TypeInterfaceDescriptioninterface
The client transaction processor extends the normal transaction processor with support for user authentication.Uses of ITransactionProcessor in com.iizix.comm.session
Modifier and TypeMethodDescriptionSessionTransMgr.getProcessor()
Gets the transaction processor for unpackaged transactions.ModifierConstructorDescriptionSessionTransMgr
(ITransactionProcessor processor) Creates a new session for a new transaction processor.Uses of ITransactionProcessor 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 ITransactionProcessor 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.