
Public Member Functions | |
| void | beat (java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | configure (java.util.Map< java.lang.String, java.lang.String > config, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | destroy (java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| String | getID (java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | run (java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | setComponentManager (ComponentManagerPrx man, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | setID (String id, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | setTimeServer (TimeServerPrx ts, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | start (java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | stop (java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | addReader (WorkingMemoryReaderComponentPrx reader, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | addToWorkingMemory (String id, String subarch, String type, String component, Ice.Object entry, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.AlreadyExistsOnWMException, cast.UnknownSubarchitectureException |
| void | deleteFromWorkingMemory (String id, String subarch, String component, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| boolean | exists (String id, String subarch, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.UnknownSubarchitectureException |
| cast.cdl.WorkingMemoryPermissions | getPermissions (String id, String subarch, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| int | getVersionNumber (String id, String subarch, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | getWorkingMemoryEntries (String type, String subarch, int count, String component, cast.cdl.WorkingMemoryEntrySeqHolder entries, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.UnknownSubarchitectureException |
| cast.cdl.WorkingMemoryEntry | getWorkingMemoryEntry (String id, String subarch, String component, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | lockEntry (String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | overwriteWorkingMemory (String id, String subarch, String type, String component, Ice.Object entry, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | receiveChangeEvent (cast.cdl.WorkingMemoryChange wmc, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | registerComponentFilter (cast.cdl.WorkingMemoryChangeFilter filter, int priority, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | registerWorkingMemoryFilter (cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | removeComponentFilter (cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | removeWorkingMemoryFilter (cast.cdl.WorkingMemoryChangeFilter filter, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| void | setWorkingMemory (WorkingMemoryPrx wm, String subarch, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper |
| boolean | tryLockEntry (String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | unlockEntry (String id, String subarch, String component, java.util.Map< String, String > __ctx) throws IceInternal.LocalExceptionWrapper, cast.ConsistencyException, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Definition at line 23 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.addReader | ( | WorkingMemoryReaderComponentPrx | reader, | |
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 434 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.addToWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | type, | |||
| String | component, | |||
| Ice.Object | entry, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.AlreadyExistsOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 480 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.beat | ( | java.util.Map< String, String > | __ctx | ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 26 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.configure | ( | java.util.Map< java.lang.String, java.lang.String > | config, | |
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 63 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.deleteFromWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 538 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.destroy | ( | java.util.Map< String, String > | __ctx | ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 109 of file _WorkingMemoryDelM.java.
| boolean cast.interfaces._WorkingMemoryDelM.exists | ( | String | id, | |
| String | subarch, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 593 of file _WorkingMemoryDelM.java.
| String cast.interfaces._WorkingMemoryDelM.getID | ( | java.util.Map< String, String > | __ctx | ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 146 of file _WorkingMemoryDelM.java.
| cast.cdl.WorkingMemoryPermissions cast.interfaces._WorkingMemoryDelM.getPermissions | ( | String | id, | |
| String | subarch, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 647 of file _WorkingMemoryDelM.java.
| int cast.interfaces._WorkingMemoryDelM.getVersionNumber | ( | String | id, | |
| String | subarch, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 706 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.getWorkingMemoryEntries | ( | String | type, | |
| String | subarch, | |||
| int | count, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryEntrySeqHolder | entries, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 765 of file _WorkingMemoryDelM.java.
| cast.cdl.WorkingMemoryEntry cast.interfaces._WorkingMemoryDelM.getWorkingMemoryEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 820 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.lockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryPermissions | permissions, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 881 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.overwriteWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | type, | |||
| String | component, | |||
| Ice.Object | entry, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 937 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.receiveChangeEvent | ( | cast.cdl.WorkingMemoryChange | wmc, | |
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 995 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.registerComponentFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| int | priority, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 1041 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.registerWorkingMemoryFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| String | subarch, | |||
| int | priority, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 1088 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.removeComponentFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 1136 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.removeWorkingMemoryFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 1182 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.run | ( | java.util.Map< String, String > | __ctx | ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 185 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.setComponentManager | ( | ComponentManagerPrx | man, | |
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 222 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.setID | ( | String | id, | |
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 268 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.setTimeServer | ( | TimeServerPrx | ts, | |
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 314 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.setWorkingMemory | ( | WorkingMemoryPrx | wm, | |
| String | subarch, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 1228 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.start | ( | java.util.Map< String, String > | __ctx | ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 360 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.stop | ( | java.util.Map< String, String > | __ctx | ) | throws IceInternal.LocalExceptionWrapper |
Implements cast.interfaces._CASTComponentDel.
Definition at line 397 of file _WorkingMemoryDelM.java.
| boolean cast.interfaces._WorkingMemoryDelM.tryLockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryPermissions | permissions, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 1275 of file _WorkingMemoryDelM.java.
| void cast.interfaces._WorkingMemoryDelM.unlockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| java.util.Map< String, String > | __ctx | |||
| ) | throws IceInternal.LocalExceptionWrapper, cast.ConsistencyException, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryDel.
Definition at line 1336 of file _WorkingMemoryDelM.java.
1.5.8