public class DefaultWorkerProcess extends Object implements WorkerProcess
| Constructor and Description |
|---|
DefaultWorkerProcess(int connectTimeoutValue,
TimeUnit connectTimeoutUnits) |
| Modifier and Type | Method and Description |
|---|---|
Action<ConnectEvent<ObjectConnection>> |
getConnectAction() |
ObjectConnection |
getConnection() |
void |
setExecHandle(ExecHandle execHandle) |
void |
start() |
String |
toString() |
ExecResult |
waitForStop() |
public DefaultWorkerProcess(int connectTimeoutValue,
TimeUnit connectTimeoutUnits)
public void setExecHandle(ExecHandle execHandle)
public Action<ConnectEvent<ObjectConnection>> getConnectAction()
public ObjectConnection getConnection()
getConnection in interface WorkerProcesspublic void start()
start in interface WorkerProcesspublic ExecResult waitForStop()
waitForStop in interface WorkerProcessCopyright © 2013. All rights reserved