00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 package cast.examples.autogen;
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00026 public interface WordServerAsComponentPrx extends cast.interfaces.CASTComponentPrx
00027 {
00028 public String getNewWord();
00029
00030 public String getNewWord(java.util.Map<String, String> __ctx);
00031
00032 public Ice.AsyncResult begin_getNewWord();
00033
00034 public Ice.AsyncResult begin_getNewWord(java.util.Map<String, String> __ctx);
00035
00036 public Ice.AsyncResult begin_getNewWord(Ice.Callback __cb);
00037
00038 public Ice.AsyncResult begin_getNewWord(java.util.Map<String, String> __ctx, Ice.Callback __cb);
00039
00040 public Ice.AsyncResult begin_getNewWord(Callback_WordServerAsComponent_getNewWord __cb);
00041
00042 public Ice.AsyncResult begin_getNewWord(java.util.Map<String, String> __ctx, Callback_WordServerAsComponent_getNewWord __cb);
00043
00044 public String end_getNewWord(Ice.AsyncResult __result);
00045 }