Uses of Interface
com.iizix.comm.ITransactionProcessor
Packages that use ITransactionProcessor
Package
Description
- Uses of ITransactionProcessor in com.iizigo.commSubinterfaces of ITransactionProcessor in com.iizigo.commModifier and TypeInterfaceDescription- interfaceInterface 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.panelClasses in com.iizigo.panel that implement ITransactionProcessorModifier and TypeClassDescription- classCommunication instance for any panel using web socket transaction to a panel view.
- Uses of ITransactionProcessor in com.iizigo.vs.viewerClasses in com.iizigo.vs.viewer that implement ITransactionProcessorModifier and TypeClassDescription- classThe VS Viewer session transaction communication listener.
- Uses of ITransactionProcessor in com.iizix.commSubinterfaces of ITransactionProcessor in com.iizix.commModifier and TypeInterfaceDescription- interfaceThe client transaction processor extends the normal transaction processor with support for user authentication.
- Uses of ITransactionProcessor in com.iizix.comm.sessionMethods 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 ITransactionProcessorModifierConstructorDescription- SessionTransMgr- (ITransactionProcessor processor) Creates a new session for a new transaction processor.
- Uses of ITransactionProcessor in com.iizix.server.clientClasses in com.iizix.server.client that implement ITransactionProcessorModifier and TypeClassDescription- classThe 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.vsviewerClasses in com.iizix.server.vsviewer that implement ITransactionProcessorModifier and TypeClassDescription- classThe TransactionProcessor contains all the code required to process transactions with the application being run for a single client reconnectable connection.