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 _TaskManagerDel extends _WorkingMemoryReaderComponentDel
00024 {
00025 void proposeTask(String component, String taskID, String taskName, java.util.Map<String, String> __ctx)
00026 throws IceInternal.LocalExceptionWrapper;
00027
00028 void retractTask(String component, String taskID, java.util.Map<String, String> __ctx)
00029 throws IceInternal.LocalExceptionWrapper;
00030
00031 void taskComplete(String component, String taskID, cast.cdl.TaskOutcome outcome, java.util.Map<String, String> __ctx)
00032 throws IceInternal.LocalExceptionWrapper;
00033
00034 void addManagedComponent(ManagedComponentPrx comp, java.util.Map<String, String> __ctx)
00035 throws IceInternal.LocalExceptionWrapper;
00036 }