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 _CASTComponentDel extends Ice._ObjectDel
00024 {
00025 void beat(java.util.Map<String, String> __ctx)
00026 throws IceInternal.LocalExceptionWrapper;
00027
00028 void setID(String id, java.util.Map<String, String> __ctx)
00029 throws IceInternal.LocalExceptionWrapper;
00030
00031 String getID(java.util.Map<String, String> __ctx)
00032 throws IceInternal.LocalExceptionWrapper;
00033
00034 void configure(java.util.Map<java.lang.String, java.lang.String> config, java.util.Map<String, String> __ctx)
00035 throws IceInternal.LocalExceptionWrapper;
00036
00037 void start(java.util.Map<String, String> __ctx)
00038 throws IceInternal.LocalExceptionWrapper;
00039
00040 void run(java.util.Map<String, String> __ctx)
00041 throws IceInternal.LocalExceptionWrapper;
00042
00043 void stop(java.util.Map<String, String> __ctx)
00044 throws IceInternal.LocalExceptionWrapper;
00045
00046 void setComponentManager(ComponentManagerPrx man, java.util.Map<String, String> __ctx)
00047 throws IceInternal.LocalExceptionWrapper;
00048
00049 void setTimeServer(TimeServerPrx ts, java.util.Map<String, String> __ctx)
00050 throws IceInternal.LocalExceptionWrapper;
00051
00052 void destroy(java.util.Map<String, String> __ctx)
00053 throws IceInternal.LocalExceptionWrapper;
00054 }