Class ExecutionUnit
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.container.component.ExecutionUnit
-
- All Implemented Interfaces:
ComponentPlugin
public abstract class ExecutionUnit extends BaseComponentPlugin
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 17, 2005
-
-
Field Summary
-
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
-
-
Constructor Summary
Constructors Constructor Description ExecutionUnit()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddExecutionUnit(ExecutionUnit next)abstract Objectexecute(ExecutionContext context)ExecutionUnitgetNextUnit()-
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
-
-
-
Method Detail
-
addExecutionUnit
public void addExecutionUnit(ExecutionUnit next)
-
getNextUnit
public ExecutionUnit getNextUnit()
-
execute
public abstract Object execute(ExecutionContext context) throws Throwable
- Throws:
Throwable
-
-