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
00026 public interface TimeServerPrx extends Ice.ObjectPrx
00027 {
00028 public cast.cdl.CASTTime getCASTTime();
00029
00030 public cast.cdl.CASTTime getCASTTime(java.util.Map<String, String> __ctx);
00031
00032 public Ice.AsyncResult begin_getCASTTime();
00033
00034 public Ice.AsyncResult begin_getCASTTime(java.util.Map<String, String> __ctx);
00035
00036 public Ice.AsyncResult begin_getCASTTime(Ice.Callback __cb);
00037
00038 public Ice.AsyncResult begin_getCASTTime(java.util.Map<String, String> __ctx, Ice.Callback __cb);
00039
00040 public Ice.AsyncResult begin_getCASTTime(Callback_TimeServer_getCASTTime __cb);
00041
00042 public Ice.AsyncResult begin_getCASTTime(java.util.Map<String, String> __ctx, Callback_TimeServer_getCASTTime __cb);
00043
00044 public cast.cdl.CASTTime end_getCASTTime(Ice.AsyncResult __result);
00045
00049 public cast.cdl.CASTTime fromTimeOfDayDouble(double todsecs);
00050
00055 public cast.cdl.CASTTime fromTimeOfDayDouble(double todsecs, java.util.Map<String, String> __ctx);
00056
00061 public Ice.AsyncResult begin_fromTimeOfDayDouble(double todsecs);
00062
00068 public Ice.AsyncResult begin_fromTimeOfDayDouble(double todsecs, java.util.Map<String, String> __ctx);
00069
00075 public Ice.AsyncResult begin_fromTimeOfDayDouble(double todsecs, Ice.Callback __cb);
00076
00083 public Ice.AsyncResult begin_fromTimeOfDayDouble(double todsecs, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00084
00090 public Ice.AsyncResult begin_fromTimeOfDayDouble(double todsecs, Callback_TimeServer_fromTimeOfDayDouble __cb);
00091
00098 public Ice.AsyncResult begin_fromTimeOfDayDouble(double todsecs, java.util.Map<String, String> __ctx, Callback_TimeServer_fromTimeOfDayDouble __cb);
00099
00104 public cast.cdl.CASTTime end_fromTimeOfDayDouble(Ice.AsyncResult __result);
00105
00109 public cast.cdl.CASTTime fromTimeOfDay(long secs, long usecs);
00110
00115 public cast.cdl.CASTTime fromTimeOfDay(long secs, long usecs, java.util.Map<String, String> __ctx);
00116
00121 public Ice.AsyncResult begin_fromTimeOfDay(long secs, long usecs);
00122
00128 public Ice.AsyncResult begin_fromTimeOfDay(long secs, long usecs, java.util.Map<String, String> __ctx);
00129
00135 public Ice.AsyncResult begin_fromTimeOfDay(long secs, long usecs, Ice.Callback __cb);
00136
00143 public Ice.AsyncResult begin_fromTimeOfDay(long secs, long usecs, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00144
00150 public Ice.AsyncResult begin_fromTimeOfDay(long secs, long usecs, Callback_TimeServer_fromTimeOfDay __cb);
00151
00158 public Ice.AsyncResult begin_fromTimeOfDay(long secs, long usecs, java.util.Map<String, String> __ctx, Callback_TimeServer_fromTimeOfDay __cb);
00159
00164 public cast.cdl.CASTTime end_fromTimeOfDay(Ice.AsyncResult __result);
00165
00169 public void reset();
00170
00175 public void reset(java.util.Map<String, String> __ctx);
00176
00181 public Ice.AsyncResult begin_reset();
00182
00188 public Ice.AsyncResult begin_reset(java.util.Map<String, String> __ctx);
00189
00195 public Ice.AsyncResult begin_reset(Ice.Callback __cb);
00196
00203 public Ice.AsyncResult begin_reset(java.util.Map<String, String> __ctx, Ice.Callback __cb);
00204
00210 public Ice.AsyncResult begin_reset(Callback_TimeServer_reset __cb);
00211
00218 public Ice.AsyncResult begin_reset(java.util.Map<String, String> __ctx, Callback_TimeServer_reset __cb);
00219
00224 public void end_reset(Ice.AsyncResult __result);
00225 }