Uses of Interface
com.iizix.comm.ITransactionProcessor
Packages that use ITransactionProcessor
Package
Description
Uses of ITransactionProcessor in com.iizigo.comm
Subinterfaces of ITransactionProcessor in com.iizigo.commModifier and TypeInterfaceDescriptioninterface
Interface for a Panel View to handle "debug" mode using external browser as editing window along with potential connections.Methods in com.iizigo.comm that return ITransactionProcessorModifier and TypeMethodDescriptionPanelEditorTransactionProcessor.getViewOnlyConnectionListener()
Gets the transaction listener for "view-only connections".Uses of ITransactionProcessor in com.iizigo.panel
Classes in com.iizigo.panel that implement ITransactionProcessorModifier and TypeClassDescriptionclass
Communication instance for any panel using web socket transaction to a panel view.Uses of ITransactionProcessor in com.iizigo.vs.viewer
Classes in com.iizigo.vs.viewer that implement ITransactionProcessorModifier and TypeClassDescriptionclass
The VS Viewer session transaction communication listener.Uses of ITransactionProcessor in com.iizix.comm
Subinterfaces of ITransactionProcessor in com.iizix.commModifier and TypeInterfaceDescriptioninterface
The client transaction processor extends the normal transaction processor with support for user authentication.Uses of ITransactionProcessor in com.iizix.comm.session
Methods in com.iizix.comm.session that return ITransactionProcessorModifier and TypeMethodDescriptionSessionTransMgr.getProcessor()
Gets the transaction processor for unpackaged transactions.Constructors in com.iizix.comm.session with parameters of type ITransactionProcessorModifierConstructorDescriptionSessionTransMgr
(ITransactionProcessor processor) Creates a new session for a new transaction processor.Uses of ITransactionProcessor in com.iizix.server.client
Classes in com.iizix.server.client that implement ITransactionProcessorModifier 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
Classes in com.iizix.server.vsviewer that implement ITransactionProcessorModifier and TypeClassDescriptionclass
The TransactionProcessor contains all the code required to process transactions with the application being run for a single client reconnectable connection.