public class ActionExecutionWorker extends Object implements Action<WorkerContext>, Serializable
The final stage of worker start-up. Takes care of executing the worker action.
It is instantiated in the implementation ClassLoader and called from ImplementationClassLoaderWorker.
| Constructor and Description |
|---|
ActionExecutionWorker(Action<WorkerProcessContext> action,
Object workerId,
String displayName,
Address serverAddress) |
public ActionExecutionWorker(Action<WorkerProcessContext> action, Object workerId, String displayName, Address serverAddress)
public void execute(WorkerContext workerContext)
Actionexecute in interface Action<WorkerContext>workerContext - The object to perform the action on.Copyright © 2013. All rights reserved