org.exoplatform.container.component
Class ExecutionContext

java.lang.Object
  extended by org.exoplatform.container.component.ExecutionContext

public class ExecutionContext
extends Object

Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 17, 2005


Constructor Summary
ExecutionContext()
           
 
Method Summary
 Object execute()
           
 Object executeNextUnit()
           
 void setCurrentExecutionUnit(ExecutionUnit unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContext

public ExecutionContext()
Method Detail

setCurrentExecutionUnit

public void setCurrentExecutionUnit(ExecutionUnit unit)

execute

public Object execute()
               throws Throwable
Throws:
Throwable

executeNextUnit

public Object executeNextUnit()
                       throws Throwable
Throws:
Throwable


Copyright © 2009 eXo Platform SAS. All Rights Reserved.