com.liferay.portal.fabric.local.agent
Class LocalFabricAgent
java.lang.Object
com.liferay.portal.fabric.local.agent.LocalFabricAgent
- All Implemented Interfaces:
- FabricAgent, ProcessExecutor
public class LocalFabricAgent
- extends Object
- implements FabricAgent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFabricAgent
public LocalFabricAgent(ProcessExecutor processExecutor)
execute
public <T extends Serializable> FabricWorker<T> execute(ProcessConfig processConfig,
ProcessCallable<T> processCallable)
throws ProcessException
- Specified by:
execute in interface FabricAgent- Specified by:
execute in interface ProcessExecutor
- Throws:
ProcessException
getFabricStatus
public FabricStatus getFabricStatus()
- Specified by:
getFabricStatus in interface FabricAgent
getFabricWorkers
public Collection<? extends FabricWorker<?>> getFabricWorkers()
- Specified by:
getFabricWorkers in interface FabricAgent