Uses of Interface
com.iizix.comm.TransactionCommListener
Packages that use TransactionCommListener Package Description com.iizix.comm com.iizix.comm.client com.iizix.comm.session com.iizix.comm.test com.iizix.test.client Uses of TransactionCommListener in com.iizix.comm
Subinterfaces of TransactionCommListener in com.iizix.comm Modifier and Type Interface Description interface
TransactionCommListener2
The Transaction communication listener for direct data.Methods in com.iizix.comm that return TransactionCommListener Modifier and Type Method Description TransactionCommListener
TransactionComm. getListener()
Gets the listener of the communications link.Constructors in com.iizix.comm with parameters of type TransactionCommListener Constructor Description TransactionComm(TransactionCommListener listener, int maxCount, int minLength, int maxLength, boolean isVerbose)
Creates a new Transaction processor for the server-side web socket implementation for external web servers such as Jetty or GlassFish.TransactionComm(TransactionCommProps properties, Worker worker, TransactionCommListener listener, javax.net.ssl.SSLEngine engine)
Creates a new Transaction Client Communication channel as UNINITIALIZED.TransactionComm(TransactionCommProps properties, Worker worker, java.nio.channels.SocketChannel channel, TransactionCommListener listener, WebSocketAcceptor acceptor)
Creates a new Transaction Client Communication channel from a socket channel.WebSocketServerComm(WebSocketServerCommProps properties, Worker worker, TransactionCommListener listener, WebSocketAcceptor acceptor)
Constructs the WebSocket Server communication engine for the worker in question.Uses of TransactionCommListener in com.iizix.comm.client
Subinterfaces of TransactionCommListener in com.iizix.comm.client Modifier and Type Interface Description interface
IClientInstanceListener
Interface used to listen to changes in client connection states.Uses of TransactionCommListener in com.iizix.comm.session
Classes in com.iizix.comm.session that implement TransactionCommListener 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 TransactionCommListener in com.iizix.comm.test
Classes in com.iizix.comm.test that implement TransactionCommListener Modifier and Type Class Description class
TransactionProcessor
The transaction processor for inbound connections from WebSockets.Uses of TransactionCommListener in com.iizix.test.client
Classes in com.iizix.test.client that implement TransactionCommListener Modifier and Type Class Description class
NonUIClient
Class emulating a non-UI client.