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 WorkingMemoryPrx extends CASTComponentPrx
00024 {
00025 public boolean exists(String id, String subarch)
00026 throws cast.UnknownSubarchitectureException;
00027
00028 public boolean exists(String id, String subarch, java.util.Map<String, String> __ctx)
00029 throws cast.UnknownSubarchitectureException;
00030
00031 public Ice.AsyncResult begin_exists(String id, String subarch);
00032
00033 public Ice.AsyncResult begin_exists(String id, String subarch, java.util.Map<String, String> __ctx);
00034
00035 public Ice.AsyncResult begin_exists(String id, String subarch, Ice.Callback __cb);
00036
00037 public Ice.AsyncResult begin_exists(String id, String subarch, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00038
00039 public Ice.AsyncResult begin_exists(String id, String subarch, Callback_WorkingMemory_exists __cb);
00040
00041 public Ice.AsyncResult begin_exists(String id, String subarch, java.util.Map<String, String> __ctx, Callback_WorkingMemory_exists __cb);
00042
00043 public boolean end_exists(Ice.AsyncResult __result)
00044 throws cast.UnknownSubarchitectureException;
00045
00046 public int getVersionNumber(String id, String subarch)
00047 throws cast.DoesNotExistOnWMException,
00048 cast.UnknownSubarchitectureException;
00049
00050 public int getVersionNumber(String id, String subarch, java.util.Map<String, String> __ctx)
00051 throws cast.DoesNotExistOnWMException,
00052 cast.UnknownSubarchitectureException;
00053
00054 public Ice.AsyncResult begin_getVersionNumber(String id, String subarch);
00055
00056 public Ice.AsyncResult begin_getVersionNumber(String id, String subarch, java.util.Map<String, String> __ctx);
00057
00058 public Ice.AsyncResult begin_getVersionNumber(String id, String subarch, Ice.Callback __cb);
00059
00060 public Ice.AsyncResult begin_getVersionNumber(String id, String subarch, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00061
00062 public Ice.AsyncResult begin_getVersionNumber(String id, String subarch, Callback_WorkingMemory_getVersionNumber __cb);
00063
00064 public Ice.AsyncResult begin_getVersionNumber(String id, String subarch, java.util.Map<String, String> __ctx, Callback_WorkingMemory_getVersionNumber __cb);
00065
00066 public int end_getVersionNumber(Ice.AsyncResult __result)
00067 throws cast.DoesNotExistOnWMException,
00068 cast.UnknownSubarchitectureException;
00069
00070 public cast.cdl.WorkingMemoryPermissions getPermissions(String id, String subarch)
00071 throws cast.DoesNotExistOnWMException,
00072 cast.UnknownSubarchitectureException;
00073
00074 public cast.cdl.WorkingMemoryPermissions getPermissions(String id, String subarch, java.util.Map<String, String> __ctx)
00075 throws cast.DoesNotExistOnWMException,
00076 cast.UnknownSubarchitectureException;
00077
00078 public Ice.AsyncResult begin_getPermissions(String id, String subarch);
00079
00080 public Ice.AsyncResult begin_getPermissions(String id, String subarch, java.util.Map<String, String> __ctx);
00081
00082 public Ice.AsyncResult begin_getPermissions(String id, String subarch, Ice.Callback __cb);
00083
00084 public Ice.AsyncResult begin_getPermissions(String id, String subarch, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00085
00086 public Ice.AsyncResult begin_getPermissions(String id, String subarch, Callback_WorkingMemory_getPermissions __cb);
00087
00088 public Ice.AsyncResult begin_getPermissions(String id, String subarch, java.util.Map<String, String> __ctx, Callback_WorkingMemory_getPermissions __cb);
00089
00090 public cast.cdl.WorkingMemoryPermissions end_getPermissions(Ice.AsyncResult __result)
00091 throws cast.DoesNotExistOnWMException,
00092 cast.UnknownSubarchitectureException;
00093
00094 public void lockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions)
00095 throws cast.DoesNotExistOnWMException,
00096 cast.UnknownSubarchitectureException;
00097
00098 public void lockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map<String, String> __ctx)
00099 throws cast.DoesNotExistOnWMException,
00100 cast.UnknownSubarchitectureException;
00101
00102 public Ice.AsyncResult begin_lockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions);
00103
00104 public Ice.AsyncResult begin_lockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map<String, String> __ctx);
00105
00106 public Ice.AsyncResult begin_lockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, Ice.Callback __cb);
00107
00108 public Ice.AsyncResult begin_lockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00109
00110 public Ice.AsyncResult begin_lockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, Callback_WorkingMemory_lockEntry __cb);
00111
00112 public Ice.AsyncResult begin_lockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map<String, String> __ctx, Callback_WorkingMemory_lockEntry __cb);
00113
00114 public void end_lockEntry(Ice.AsyncResult __result)
00115 throws cast.DoesNotExistOnWMException,
00116 cast.UnknownSubarchitectureException;
00117
00118 public boolean tryLockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions)
00119 throws cast.DoesNotExistOnWMException,
00120 cast.UnknownSubarchitectureException;
00121
00122 public boolean tryLockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map<String, String> __ctx)
00123 throws cast.DoesNotExistOnWMException,
00124 cast.UnknownSubarchitectureException;
00125
00126 public Ice.AsyncResult begin_tryLockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions);
00127
00128 public Ice.AsyncResult begin_tryLockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map<String, String> __ctx);
00129
00130 public Ice.AsyncResult begin_tryLockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, Ice.Callback __cb);
00131
00132 public Ice.AsyncResult begin_tryLockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00133
00134 public Ice.AsyncResult begin_tryLockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, Callback_WorkingMemory_tryLockEntry __cb);
00135
00136 public Ice.AsyncResult begin_tryLockEntry(String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map<String, String> __ctx, Callback_WorkingMemory_tryLockEntry __cb);
00137
00138 public boolean end_tryLockEntry(Ice.AsyncResult __result)
00139 throws cast.DoesNotExistOnWMException,
00140 cast.UnknownSubarchitectureException;
00141
00142 public void unlockEntry(String id, String subarch, String component)
00143 throws cast.ConsistencyException,
00144 cast.DoesNotExistOnWMException,
00145 cast.UnknownSubarchitectureException;
00146
00147 public void unlockEntry(String id, String subarch, String component, java.util.Map<String, String> __ctx)
00148 throws cast.ConsistencyException,
00149 cast.DoesNotExistOnWMException,
00150 cast.UnknownSubarchitectureException;
00151
00152 public Ice.AsyncResult begin_unlockEntry(String id, String subarch, String component);
00153
00154 public Ice.AsyncResult begin_unlockEntry(String id, String subarch, String component, java.util.Map<String, String> __ctx);
00155
00156 public Ice.AsyncResult begin_unlockEntry(String id, String subarch, String component, Ice.Callback __cb);
00157
00158 public Ice.AsyncResult begin_unlockEntry(String id, String subarch, String component, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00159
00160 public Ice.AsyncResult begin_unlockEntry(String id, String subarch, String component, Callback_WorkingMemory_unlockEntry __cb);
00161
00162 public Ice.AsyncResult begin_unlockEntry(String id, String subarch, String component, java.util.Map<String, String> __ctx, Callback_WorkingMemory_unlockEntry __cb);
00163
00164 public void end_unlockEntry(Ice.AsyncResult __result)
00165 throws cast.ConsistencyException,
00166 cast.DoesNotExistOnWMException,
00167 cast.UnknownSubarchitectureException;
00168
00169 public void setWorkingMemory(WorkingMemoryPrx wm, String subarch);
00170
00171 public void setWorkingMemory(WorkingMemoryPrx wm, String subarch, java.util.Map<String, String> __ctx);
00172
00173 public Ice.AsyncResult begin_setWorkingMemory(WorkingMemoryPrx wm, String subarch);
00174
00175 public Ice.AsyncResult begin_setWorkingMemory(WorkingMemoryPrx wm, String subarch, java.util.Map<String, String> __ctx);
00176
00177 public Ice.AsyncResult begin_setWorkingMemory(WorkingMemoryPrx wm, String subarch, Ice.Callback __cb);
00178
00179 public Ice.AsyncResult begin_setWorkingMemory(WorkingMemoryPrx wm, String subarch, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00180
00181 public Ice.AsyncResult begin_setWorkingMemory(WorkingMemoryPrx wm, String subarch, Callback_WorkingMemory_setWorkingMemory __cb);
00182
00183 public Ice.AsyncResult begin_setWorkingMemory(WorkingMemoryPrx wm, String subarch, java.util.Map<String, String> __ctx, Callback_WorkingMemory_setWorkingMemory __cb);
00184
00185 public void end_setWorkingMemory(Ice.AsyncResult __result);
00186
00187 public void addToWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry)
00188 throws cast.AlreadyExistsOnWMException,
00189 cast.UnknownSubarchitectureException;
00190
00191 public void addToWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, java.util.Map<String, String> __ctx)
00192 throws cast.AlreadyExistsOnWMException,
00193 cast.UnknownSubarchitectureException;
00194
00195 public Ice.AsyncResult begin_addToWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry);
00196
00197 public Ice.AsyncResult begin_addToWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, java.util.Map<String, String> __ctx);
00198
00199 public Ice.AsyncResult begin_addToWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, Ice.Callback __cb);
00200
00201 public Ice.AsyncResult begin_addToWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00202
00203 public Ice.AsyncResult begin_addToWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, Callback_WorkingMemory_addToWorkingMemory __cb);
00204
00205 public Ice.AsyncResult begin_addToWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, java.util.Map<String, String> __ctx, Callback_WorkingMemory_addToWorkingMemory __cb);
00206
00207 public void end_addToWorkingMemory(Ice.AsyncResult __result)
00208 throws cast.AlreadyExistsOnWMException,
00209 cast.UnknownSubarchitectureException;
00210
00211 public void overwriteWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry)
00212 throws cast.DoesNotExistOnWMException,
00213 cast.UnknownSubarchitectureException;
00214
00215 public void overwriteWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, java.util.Map<String, String> __ctx)
00216 throws cast.DoesNotExistOnWMException,
00217 cast.UnknownSubarchitectureException;
00218
00219 public Ice.AsyncResult begin_overwriteWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry);
00220
00221 public Ice.AsyncResult begin_overwriteWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, java.util.Map<String, String> __ctx);
00222
00223 public Ice.AsyncResult begin_overwriteWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, Ice.Callback __cb);
00224
00225 public Ice.AsyncResult begin_overwriteWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00226
00227 public Ice.AsyncResult begin_overwriteWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, Callback_WorkingMemory_overwriteWorkingMemory __cb);
00228
00229 public Ice.AsyncResult begin_overwriteWorkingMemory(String id, String subarch, String type, String component, Ice.Object entry, java.util.Map<String, String> __ctx, Callback_WorkingMemory_overwriteWorkingMemory __cb);
00230
00231 public void end_overwriteWorkingMemory(Ice.AsyncResult __result)
00232 throws cast.DoesNotExistOnWMException,
00233 cast.UnknownSubarchitectureException;
00234
00235 public void deleteFromWorkingMemory(String id, String subarch, String component)
00236 throws cast.DoesNotExistOnWMException,
00237 cast.UnknownSubarchitectureException;
00238
00239 public void deleteFromWorkingMemory(String id, String subarch, String component, java.util.Map<String, String> __ctx)
00240 throws cast.DoesNotExistOnWMException,
00241 cast.UnknownSubarchitectureException;
00242
00243 public Ice.AsyncResult begin_deleteFromWorkingMemory(String id, String subarch, String component);
00244
00245 public Ice.AsyncResult begin_deleteFromWorkingMemory(String id, String subarch, String component, java.util.Map<String, String> __ctx);
00246
00247 public Ice.AsyncResult begin_deleteFromWorkingMemory(String id, String subarch, String component, Ice.Callback __cb);
00248
00249 public Ice.AsyncResult begin_deleteFromWorkingMemory(String id, String subarch, String component, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00250
00251 public Ice.AsyncResult begin_deleteFromWorkingMemory(String id, String subarch, String component, Callback_WorkingMemory_deleteFromWorkingMemory __cb);
00252
00253 public Ice.AsyncResult begin_deleteFromWorkingMemory(String id, String subarch, String component, java.util.Map<String, String> __ctx, Callback_WorkingMemory_deleteFromWorkingMemory __cb);
00254
00255 public void end_deleteFromWorkingMemory(Ice.AsyncResult __result)
00256 throws cast.DoesNotExistOnWMException,
00257 cast.UnknownSubarchitectureException;
00258
00259 public cast.cdl.WorkingMemoryEntry getWorkingMemoryEntry(String id, String subarch, String component)
00260 throws cast.DoesNotExistOnWMException,
00261 cast.UnknownSubarchitectureException;
00262
00263 public cast.cdl.WorkingMemoryEntry getWorkingMemoryEntry(String id, String subarch, String component, java.util.Map<String, String> __ctx)
00264 throws cast.DoesNotExistOnWMException,
00265 cast.UnknownSubarchitectureException;
00266
00267 public Ice.AsyncResult begin_getWorkingMemoryEntry(String id, String subarch, String component);
00268
00269 public Ice.AsyncResult begin_getWorkingMemoryEntry(String id, String subarch, String component, java.util.Map<String, String> __ctx);
00270
00271 public Ice.AsyncResult begin_getWorkingMemoryEntry(String id, String subarch, String component, Ice.Callback __cb);
00272
00273 public Ice.AsyncResult begin_getWorkingMemoryEntry(String id, String subarch, String component, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00274
00275 public Ice.AsyncResult begin_getWorkingMemoryEntry(String id, String subarch, String component, Callback_WorkingMemory_getWorkingMemoryEntry __cb);
00276
00277 public Ice.AsyncResult begin_getWorkingMemoryEntry(String id, String subarch, String component, java.util.Map<String, String> __ctx, Callback_WorkingMemory_getWorkingMemoryEntry __cb);
00278
00279 public cast.cdl.WorkingMemoryEntry end_getWorkingMemoryEntry(Ice.AsyncResult __result)
00280 throws cast.DoesNotExistOnWMException,
00281 cast.UnknownSubarchitectureException;
00282
00283 public void getWorkingMemoryEntries(String type, String subarch, int count, String component, cast.cdl.WorkingMemoryEntrySeqHolder entries)
00284 throws cast.UnknownSubarchitectureException;
00285
00286 public void getWorkingMemoryEntries(String type, String subarch, int count, String component, cast.cdl.WorkingMemoryEntrySeqHolder entries, java.util.Map<String, String> __ctx)
00287 throws cast.UnknownSubarchitectureException;
00288
00289 public Ice.AsyncResult begin_getWorkingMemoryEntries(String type, String subarch, int count, String component);
00290
00291 public Ice.AsyncResult begin_getWorkingMemoryEntries(String type, String subarch, int count, String component, java.util.Map<String, String> __ctx);
00292
00293 public Ice.AsyncResult begin_getWorkingMemoryEntries(String type, String subarch, int count, String component, Ice.Callback __cb);
00294
00295 public Ice.AsyncResult begin_getWorkingMemoryEntries(String type, String subarch, int count, String component, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00296
00297 public Ice.AsyncResult begin_getWorkingMemoryEntries(String type, String subarch, int count, String component, Callback_WorkingMemory_getWorkingMemoryEntries __cb);
00298
00299 public Ice.AsyncResult begin_getWorkingMemoryEntries(String type, String subarch, int count, String component, java.util.Map<String, String> __ctx, Callback_WorkingMemory_getWorkingMemoryEntries __cb);
00300
00301 public void end_getWorkingMemoryEntries(cast.cdl.WorkingMemoryEntrySeqHolder entries, Ice.AsyncResult __result)
00302 throws cast.UnknownSubarchitectureException;
00303
00304 public void registerComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, int priority);
00305
00306 public void registerComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, int priority, java.util.Map<String, String> __ctx);
00307
00308 public Ice.AsyncResult begin_registerComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, int priority);
00309
00310 public Ice.AsyncResult begin_registerComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, int priority, java.util.Map<String, String> __ctx);
00311
00312 public Ice.AsyncResult begin_registerComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, int priority, Ice.Callback __cb);
00313
00314 public Ice.AsyncResult begin_registerComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, int priority, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00315
00316 public Ice.AsyncResult begin_registerComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, int priority, Callback_WorkingMemory_registerComponentFilter __cb);
00317
00318 public Ice.AsyncResult begin_registerComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, int priority, java.util.Map<String, String> __ctx, Callback_WorkingMemory_registerComponentFilter __cb);
00319
00320 public void end_registerComponentFilter(Ice.AsyncResult __result);
00321
00322 public void removeComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter);
00323
00324 public void removeComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map<String, String> __ctx);
00325
00326 public Ice.AsyncResult begin_removeComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter);
00327
00328 public Ice.AsyncResult begin_removeComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map<String, String> __ctx);
00329
00330 public Ice.AsyncResult begin_removeComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, Ice.Callback __cb);
00331
00332 public Ice.AsyncResult begin_removeComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00333
00334 public Ice.AsyncResult begin_removeComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, Callback_WorkingMemory_removeComponentFilter __cb);
00335
00336 public Ice.AsyncResult begin_removeComponentFilter(cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map<String, String> __ctx, Callback_WorkingMemory_removeComponentFilter __cb);
00337
00338 public void end_removeComponentFilter(Ice.AsyncResult __result);
00339
00340 public void registerWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority);
00341
00342 public void registerWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, java.util.Map<String, String> __ctx);
00343
00344 public Ice.AsyncResult begin_registerWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority);
00345
00346 public Ice.AsyncResult begin_registerWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, java.util.Map<String, String> __ctx);
00347
00348 public Ice.AsyncResult begin_registerWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, Ice.Callback __cb);
00349
00350 public Ice.AsyncResult begin_registerWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00351
00352 public Ice.AsyncResult begin_registerWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, Callback_WorkingMemory_registerWorkingMemoryFilter __cb);
00353
00354 public Ice.AsyncResult begin_registerWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, java.util.Map<String, String> __ctx, Callback_WorkingMemory_registerWorkingMemoryFilter __cb);
00355
00356 public void end_registerWorkingMemoryFilter(Ice.AsyncResult __result);
00357
00358 public void removeWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter);
00359
00360 public void removeWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map<String, String> __ctx);
00361
00362 public Ice.AsyncResult begin_removeWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter);
00363
00364 public Ice.AsyncResult begin_removeWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map<String, String> __ctx);
00365
00366 public Ice.AsyncResult begin_removeWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, Ice.Callback __cb);
00367
00368 public Ice.AsyncResult begin_removeWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00369
00370 public Ice.AsyncResult begin_removeWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, Callback_WorkingMemory_removeWorkingMemoryFilter __cb);
00371
00372 public Ice.AsyncResult begin_removeWorkingMemoryFilter(cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map<String, String> __ctx, Callback_WorkingMemory_removeWorkingMemoryFilter __cb);
00373
00374 public void end_removeWorkingMemoryFilter(Ice.AsyncResult __result);
00375
00376 public void addReader(WorkingMemoryReaderComponentPrx reader);
00377
00378 public void addReader(WorkingMemoryReaderComponentPrx reader, java.util.Map<String, String> __ctx);
00379
00380 public Ice.AsyncResult begin_addReader(WorkingMemoryReaderComponentPrx reader);
00381
00382 public Ice.AsyncResult begin_addReader(WorkingMemoryReaderComponentPrx reader, java.util.Map<String, String> __ctx);
00383
00384 public Ice.AsyncResult begin_addReader(WorkingMemoryReaderComponentPrx reader, Ice.Callback __cb);
00385
00386 public Ice.AsyncResult begin_addReader(WorkingMemoryReaderComponentPrx reader, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00387
00388 public Ice.AsyncResult begin_addReader(WorkingMemoryReaderComponentPrx reader, Callback_WorkingMemory_addReader __cb);
00389
00390 public Ice.AsyncResult begin_addReader(WorkingMemoryReaderComponentPrx reader, java.util.Map<String, String> __ctx, Callback_WorkingMemory_addReader __cb);
00391
00392 public void end_addReader(Ice.AsyncResult __result);
00393
00394 public void receiveChangeEvent(cast.cdl.WorkingMemoryChange wmc);
00395
00396 public void receiveChangeEvent(cast.cdl.WorkingMemoryChange wmc, java.util.Map<String, String> __ctx);
00397
00398 public Ice.AsyncResult begin_receiveChangeEvent(cast.cdl.WorkingMemoryChange wmc);
00399
00400 public Ice.AsyncResult begin_receiveChangeEvent(cast.cdl.WorkingMemoryChange wmc, java.util.Map<String, String> __ctx);
00401
00402 public Ice.AsyncResult begin_receiveChangeEvent(cast.cdl.WorkingMemoryChange wmc, Ice.Callback __cb);
00403
00404 public Ice.AsyncResult begin_receiveChangeEvent(cast.cdl.WorkingMemoryChange wmc, java.util.Map<String, String> __ctx, Ice.Callback __cb);
00405
00406 public Ice.AsyncResult begin_receiveChangeEvent(cast.cdl.WorkingMemoryChange wmc, Callback_WorkingMemory_receiveChangeEvent __cb);
00407
00408 public Ice.AsyncResult begin_receiveChangeEvent(cast.cdl.WorkingMemoryChange wmc, java.util.Map<String, String> __ctx, Callback_WorkingMemory_receiveChangeEvent __cb);
00409
00410 public void end_receiveChangeEvent(Ice.AsyncResult __result);
00411 }