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 _ComponentFactoryDel extends Ice._ObjectDel
00024 {
00025 CASTComponentPrx newComponent(String id, String type, boolean newProcess, java.util.Map<String, String> __ctx)
00026 throws IceInternal.LocalExceptionWrapper,
00027 cast.ComponentCreationException;
00028
00029 ManagedComponentPrx newManagedComponent(String id, String type, boolean newProcess, java.util.Map<String, String> __ctx)
00030 throws IceInternal.LocalExceptionWrapper,
00031 cast.ComponentCreationException;
00032
00033 UnmanagedComponentPrx newUnmanagedComponent(String id, String type, boolean newProcess, java.util.Map<String, String> __ctx)
00034 throws IceInternal.LocalExceptionWrapper,
00035 cast.ComponentCreationException;
00036
00037 WorkingMemoryPrx newWorkingMemory(String id, String type, boolean newProcess, java.util.Map<String, String> __ctx)
00038 throws IceInternal.LocalExceptionWrapper,
00039 cast.ComponentCreationException;
00040
00041 TaskManagerPrx newTaskManager(String id, String type, boolean newProcess, java.util.Map<String, String> __ctx)
00042 throws IceInternal.LocalExceptionWrapper,
00043 cast.ComponentCreationException;
00044
00045 String getVersionString(java.util.Map<String, String> __ctx)
00046 throws IceInternal.LocalExceptionWrapper;
00047 }