|
@@ -15,8 +15,7 @@ import org.apache.avalon.framework.context.Context; |
|
|
* This interface represents the <em>Context</em> in which Task is executed. |
|
|
* This interface represents the <em>Context</em> in which Task is executed. |
|
|
* Like other Component APIs the TaskContext represents the communication |
|
|
* Like other Component APIs the TaskContext represents the communication |
|
|
* path between the container and the Task. |
|
|
* path between the container and the Task. |
|
|
* Unlike other APIs the Logging is provided through another interface (LogEnabled) |
|
|
|
|
|
* as is access to Peer components (via Composable). |
|
|
|
|
|
|
|
|
* Unlike other APIs the Logging is provided through another interface (LogEnabled). |
|
|
* |
|
|
* |
|
|
* @author <a href="mailto:peter@apache.org">Peter Donald</a> |
|
|
* @author <a href="mailto:peter@apache.org">Peter Donald</a> |
|
|
* @version $Revision$ $Date$ |
|
|
* @version $Revision$ $Date$ |
|
|