00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 package cast.interfaces;
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 public interface _TaskManagerOperations extends _WorkingMemoryReaderComponentOperations
00024 {
00029 void proposeTask(String component, String taskID, String taskName, Ice.Current __current);
00030
00035 void retractTask(String component, String taskID, Ice.Current __current);
00036
00041 void taskComplete(String component, String taskID, cast.cdl.TaskOutcome outcome, Ice.Current __current);
00042
00047 void addManagedComponent(ManagedComponentPrx comp, Ice.Current __current);
00048 }