Uses of Class
com.iizix.Worker
Packages that use Worker
Package
Description
Uses of Worker in com.iizigo
Methods in com.iizigo that return WorkerUses of Worker in com.iizigo.comm
Methods in com.iizigo.comm that return WorkerUses of Worker in com.iizigo.panel
Constructors in com.iizigo.panel with parameters of type WorkerModifierConstructorDescriptionViewTransactionCommListener
(PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme) Constructor for a Design Viewer.ViewTransactionCommListener
(PanelEditor editor, UIPanelBase panel, Worker worker, String 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 WorkerUses of Worker in com.iizigo.vs.viewer
Constructors in com.iizigo.vs.viewer with parameters of type WorkerModifierConstructorDescriptionVSViewerTransactionCommListener
(String uri, Worker worker) The constructor.Uses of Worker in com.iizix
Modifier and TypeMethodDescriptionvoid
Sets the worker for the session.void
Sets the Worker for the task.ModifierConstructorDescriptionSingleRetriggerableTask
(Worker worker) The single-runner task constructor without Runnable.SingleRetriggerableTask
(Worker worker, Runnable runnable) The single-runner task constructor.Uses of Worker in com.iizix.comm
Constructors in com.iizix.comm with parameters of type WorkerModifierConstructorDescriptionServerSocketComm
(ServerSocketCommProps properties, Worker worker, ServerSocketCommListener listener) Creates a new Server Socket Communication channel as UNINITIALIZED.SocketComm
(SocketCommProps properties, Worker worker, SocketCommListener listener, SSLEngine engine) Creates a new Socket Client Communication channel as UNINITIALIZED.TransactionComm
(TransactionCommProps properties, Worker worker, TransactionCommListener listener, SSLEngine engine) Creates a new Transaction Client Communication channel as UNINITIALIZED.TransactionComm
(TransactionCommProps properties, Worker worker, SocketChannel channel, TransactionCommListener listener, WebSocketAcceptor acceptor) Creates a new Transaction Client Communication channel from a socket channel.WebSocketComm
(WebSocketCommProps properties, Worker worker, WebSocketCommListener listener, SSLEngine engine) Creates a new WebSocket Client Communication channel as UNINITIALIZED.WebSocketComm
(WebSocketCommProps properties, Worker worker, 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 WorkerModifier and TypeMethodDescriptionIAppSessionGyro.getAppWorker()
Gets the Worker for the Application.IClientSessionGyro.getClientWorker()
Gets the Worker for the current Client session.Uses of Worker in com.iizix.prop
Methods in com.iizix.prop that return WorkerModifier and TypeMethodDescriptionGProp.getAppWorker()
Gets the application session worker.GProp.getClientWorker()
Gets the client session worker.Methods in com.iizix.prop with parameters of type WorkerUses of Worker in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return WorkerUses of Worker in com.iizix.server
Fields in com.iizix.server declared as WorkerModifier and TypeFieldDescriptionprotected final Worker
AbstractEndPoint.worker
The worker of the Editor.Methods in com.iizix.server that return WorkerModifier and TypeMethodDescriptionprotected final Worker
ServerShell.getWorker()
Gets the server worker.Constructors in com.iizix.server with parameters of type WorkerModifierConstructorDescriptionWorkerThread
(Worker worker, Runnable disposeRunnable) Constructs the worker thread.Uses of Worker in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return WorkerModifier and TypeMethodDescriptionAppSessionGyro.getAppWorker()
Gets the Worker for the Application.ClientSessionGyro.getClientWorker()
Gets the Client Worker.Methods in com.iizix.server.gyro with parameters of type WorkerModifier and TypeMethodDescriptionAppSessionGyro.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 WorkerModifierConstructorDescriptionRootPropTransactionSender
(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 WorkerUses of Worker in com.iizix.term.comm
Constructors in com.iizix.term.comm with parameters of type WorkerModifierConstructorDescriptionTelnetComm
(SessionInfo sessionInfo, TelnetCommProps properties, boolean is3270, Worker worker, TelnetCommListener listener, 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 WorkerConstructors in com.iizix.term.remote with parameters of type WorkerModifierConstructorDescriptionRemoteHostSession
(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