jason.core.pool
Class TaskContext

java.lang.Object
  |
  +--jason.core.pool.TaskContext

public class TaskContext
extends java.lang.Object

Created Sat Apr 20 19:33:30 2002

TaskContext for the init method of the Task interface.


Constructor Summary
TaskContext(ServiceContext sc)
           
 
Method Summary
 ServiceContext getServiceContext()
           
 void notifyStartTask()
           
 void notifyStopTask()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskContext

public TaskContext(ServiceContext sc)
Method Detail

getServiceContext

public ServiceContext getServiceContext()

notifyStartTask

public void notifyStartTask()

notifyStopTask

public void notifyStopTask()