Uses of Class
com.iizix.Worker
Uses of Worker in com.iizigo
Methods in com.iizigo that return Worker Modifier and Type Method Description static Worker
Activator. getWorker()
Gets the Worker.Uses of Worker in com.iizigo.comm
Methods in com.iizigo.comm that return Worker Modifier and Type Method Description static Worker
WebSocketServer. getWorker(java.lang.Runnable startedCallback)
Gets the worker instance.Uses of Worker in com.iizigo.panel
Constructors in com.iizigo.panel with parameters of type Worker Constructor Description ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel, Worker worker, java.lang.String lang, java.lang.String theme)
Constructor for a Design Viewer.ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel, Worker worker, java.lang.String lang, java.lang.String theme, boolean isDeviceCast)
Constructor for a Design Viewer.Uses of Worker in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return Worker Modifier and Type Method Description Worker
TerminalDesignerProp. getWorker()
Gets the worker of the session.Uses of Worker in com.iizigo.vs.viewer
Constructors in com.iizigo.vs.viewer with parameters of type Worker Constructor Description VSViewerTransactionCommListener(java.lang.String uri, Worker worker)
The constructor.Uses of Worker in com.iizix
Methods in com.iizix that return Worker Modifier and Type Method Description Worker
SessionInfo. getWorker()
Gets the worker for the session.Methods in com.iizix with parameters of type Worker Modifier and Type Method Description void
SessionInfo. setWorker(Worker worker)
Sets the worker for the session.void
SingleRetriggerableTask. setWorker(Worker worker)
Sets the Worker for the task.Constructors in com.iizix with parameters of type Worker Constructor Description SingleRetriggerableTask(Worker worker)
The single-runner task constructor without Runnable.SingleRetriggerableTask(Worker worker, java.lang.Runnable runnable)
The single-runner task constructor.Uses of Worker in com.iizix.comm
Constructors in com.iizix.comm with parameters of type Worker Constructor Description ServerSocketComm(ServerSocketCommProps properties, Worker worker, ServerSocketCommListener listener)
Creates a new Server Socket Communication channel as UNINITIALIZED.SocketComm(SocketCommProps properties, Worker worker, SocketCommListener listener, javax.net.ssl.SSLEngine engine)
Creates a new Socket Client Communication channel as UNINITIALIZED.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.WebSocketComm(WebSocketCommProps properties, Worker worker, WebSocketCommListener listener, javax.net.ssl.SSLEngine engine)
Creates a new WebSocket Client Communication channel as UNINITIALIZED.WebSocketComm(WebSocketCommProps properties, Worker worker, java.nio.channels.SocketChannel channel, WebSocketCommListener listener, WebSocketAcceptor acceptor)
Creates a new WebSocket Client Communication channel from an accepted socket connection and sets it to as CHECKING_CONNECT_REQUEST, before the negotiation is completed and then becomes CONNECTED.WebSocketServerComm(WebSocketServerCommProps properties, Worker worker, TransactionCommListener listener, WebSocketAcceptor acceptor)
Constructs the WebSocket Server communication engine for the worker in question.WebSocketServerComm(WebSocketServerCommProps properties, Worker worker, WebSocketCommListener listener, WebSocketAcceptor acceptor)
Constructs the WebSocket Server communication engine for the worker in question.Uses of Worker in com.iizix.gyro
Methods in com.iizix.gyro that return Worker Modifier and Type Method Description Worker
IAppSessionGyro. getAppWorker()
Gets the Worker for the Application.Worker
IClientSessionGyro. getClientWorker()
Gets the Worker for the current Client session.Uses of Worker in com.iizix.prop
Methods in com.iizix.prop that return Worker Modifier and Type Method Description Worker
GProp. getAppWorker()
Gets the application session worker.Worker
GProp. getClientWorker()
Gets the client session worker.Methods in com.iizix.prop with parameters of type Worker Modifier and Type Method Description void
GProp. post(Worker worker, java.lang.Runnable runnable)
Post a runnable for invocation at a later stage by the worker thread (or SWT thread for the Designer if the worker parameter is null).Uses of Worker in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return Worker Modifier and Type Method Description Worker
VSActionTXProcess. getWorker()
Gets the worker executing this task.Uses of Worker in com.iizix.server
Fields in com.iizix.server declared as Worker Modifier and Type Field Description protected Worker
AbstractEndPoint. worker
The worker of the Editor.Methods in com.iizix.server that return Worker Modifier and Type Method Description protected Worker
ServerShell. getWorker()
Gets the server worker.Constructors in com.iizix.server with parameters of type Worker Constructor Description WorkerThread(Worker worker, java.lang.Runnable disposeRunnable)
Constructs the worker thread.Uses of Worker in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return Worker Modifier and Type Method Description Worker
AppSessionGyro. getAppWorker()
Gets the Worker for the Application.Worker
ClientSessionGyro. getClientWorker()
Gets the Client Worker.Methods in com.iizix.server.gyro with parameters of type Worker Modifier and Type Method Description ClientSessionGyro
AppSessionGyro. createClientSessionGyro(ClientEndPoint clientEndPoint, Worker worker, EnvProps envProps)
Called to create the ClientSessionGyro for the first client session or for parallel client sessions.Uses of Worker in com.iizix.server.prop
Constructors in com.iizix.server.prop with parameters of type Worker Constructor Description RootPropTransactionSender(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender)
Constructs the instance.Uses of Worker in com.iizix.term
Methods in com.iizix.term that return Worker Modifier and Type Method Description Worker
HostSession. getWorker()
Gets the worker instance of the session.Worker
HostSessionOwner. getWorker()
Gets the worker of the session.Uses of Worker in com.iizix.term.comm
Constructors in com.iizix.term.comm with parameters of type Worker Constructor Description TelnetComm(SessionInfo sessionInfo, TelnetCommProps properties, boolean is3270, Worker worker, TelnetCommListener listener, javax.net.ssl.SSLEngine engine)
Creates a new Telnet Client Communication channel as UNINITIALIZED.Uses of Worker in com.iizix.term.remote
Methods in com.iizix.term.remote that return Worker Modifier and Type Method Description Worker
RemoteHostSession. getWorker()
Gets the worker of the session.Constructors in com.iizix.term.remote with parameters of type Worker Constructor Description RemoteHostSession(Worker worker, HostSessionProps props, boolean needFields, boolean needPopupWindows)
Creates a remote host session controller instance.Uses of Worker in com.iizix.term.server
Methods in com.iizix.term.server that return Worker Modifier and Type Method Description Worker
TerminalHost. getWorker()
Gets the worker of the session.