
Public Member Functions | |
| _WorkingMemoryTie () | |
| _WorkingMemoryTie (_WorkingMemoryOperations delegate) | |
| java.lang.Object | ice_delegate () |
| void | ice_delegate (java.lang.Object delegate) |
| boolean | equals (java.lang.Object rhs) |
| int | hashCode () |
| void | beat (Ice.Current __current) |
| void | configure (java.util.Map< java.lang.String, java.lang.String > config, Ice.Current __current) |
| void | destroy (Ice.Current __current) |
| String | getID (Ice.Current __current) |
| void | run (Ice.Current __current) |
| void | setComponentManager (ComponentManagerPrx man, Ice.Current __current) |
| void | setID (String id, Ice.Current __current) |
| void | setTimeServer (TimeServerPrx ts, Ice.Current __current) |
| void | start (Ice.Current __current) |
| void | stop (Ice.Current __current) |
| void | addReader (WorkingMemoryReaderComponentPrx reader, Ice.Current __current) |
| void | addToWorkingMemory (String id, String subarch, String type, String component, Ice.Object entry, Ice.Current __current) throws cast.AlreadyExistsOnWMException, cast.UnknownSubarchitectureException |
| void | deleteFromWorkingMemory (String id, String subarch, String component, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| boolean | exists (String id, String subarch, Ice.Current __current) throws cast.UnknownSubarchitectureException |
| cast.cdl.WorkingMemoryPermissions | getPermissions (String id, String subarch, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| int | getVersionNumber (String id, String subarch, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | getWorkingMemoryEntries (String type, String subarch, int count, String component, cast.cdl.WorkingMemoryEntrySeqHolder entries, Ice.Current __current) throws cast.UnknownSubarchitectureException |
| cast.cdl.WorkingMemoryEntry | getWorkingMemoryEntry (String id, String subarch, String component, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | lockEntry (String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | overwriteWorkingMemory (String id, String subarch, String type, String component, Ice.Object entry, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | receiveChangeEvent (cast.cdl.WorkingMemoryChange wmc, Ice.Current __current) |
| void | registerComponentFilter (cast.cdl.WorkingMemoryChangeFilter filter, int priority, Ice.Current __current) |
| void | registerWorkingMemoryFilter (cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, Ice.Current __current) |
| void | removeComponentFilter (cast.cdl.WorkingMemoryChangeFilter filter, Ice.Current __current) |
| void | removeWorkingMemoryFilter (cast.cdl.WorkingMemoryChangeFilter filter, Ice.Current __current) |
| void | setWorkingMemory (WorkingMemoryPrx wm, String subarch, Ice.Current __current) |
| boolean | tryLockEntry (String id, String subarch, String component, cast.cdl.WorkingMemoryPermissions permissions, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | unlockEntry (String id, String subarch, String component, Ice.Current __current) throws cast.ConsistencyException, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Definition at line 23 of file _WorkingMemoryTie.java.
| cast.interfaces._WorkingMemoryTie._WorkingMemoryTie | ( | ) |
Definition at line 26 of file _WorkingMemoryTie.java.
| cast.interfaces._WorkingMemoryTie._WorkingMemoryTie | ( | _WorkingMemoryOperations | delegate | ) |
Definition at line 31 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.addReader | ( | WorkingMemoryReaderComponentPrx | reader, | |
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 130 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.addToWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | type, | |||
| String | component, | |||
| Ice.Object | entry, | |||
| Ice.Current | __current | |||
| ) | throws cast.AlreadyExistsOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 136 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.beat | ( | Ice.Current | __current | ) |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 70 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.configure | ( | java.util.Map< java.lang.String, java.lang.String > | config, | |
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 76 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.deleteFromWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 144 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.destroy | ( | Ice.Current | __current | ) |
Destroy the component. This removes it from CAST server.
| __current | The Current object for the invocation. |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 82 of file _WorkingMemoryTie.java.
| boolean cast.interfaces._WorkingMemoryTie.equals | ( | java.lang.Object | rhs | ) |
Definition at line 49 of file _WorkingMemoryTie.java.
| boolean cast.interfaces._WorkingMemoryTie.exists | ( | String | id, | |
| String | subarch, | |||
| Ice.Current | __current | |||
| ) | throws cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 152 of file _WorkingMemoryTie.java.
| String cast.interfaces._WorkingMemoryTie.getID | ( | Ice.Current | __current | ) |
Get the id of this component.
| __current | The Current object for the invocation. |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 88 of file _WorkingMemoryTie.java.
| cast.cdl.WorkingMemoryPermissions cast.interfaces._WorkingMemoryTie.getPermissions | ( | String | id, | |
| String | subarch, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 159 of file _WorkingMemoryTie.java.
| int cast.interfaces._WorkingMemoryTie.getVersionNumber | ( | String | id, | |
| String | subarch, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 167 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.getWorkingMemoryEntries | ( | String | type, | |
| String | subarch, | |||
| int | count, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryEntrySeqHolder | entries, | |||
| Ice.Current | __current | |||
| ) | throws cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 175 of file _WorkingMemoryTie.java.
| cast.cdl.WorkingMemoryEntry cast.interfaces._WorkingMemoryTie.getWorkingMemoryEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 182 of file _WorkingMemoryTie.java.
| int cast.interfaces._WorkingMemoryTie.hashCode | ( | ) |
Definition at line 64 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.ice_delegate | ( | java.lang.Object | delegate | ) |
Definition at line 43 of file _WorkingMemoryTie.java.
| java.lang.Object cast.interfaces._WorkingMemoryTie.ice_delegate | ( | ) |
Definition at line 37 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.lockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryPermissions | permissions, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 190 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.overwriteWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | type, | |||
| String | component, | |||
| Ice.Object | entry, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 198 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.receiveChangeEvent | ( | cast.cdl.WorkingMemoryChange | wmc, | |
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 206 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.registerComponentFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| int | priority, | |||
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 212 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.registerWorkingMemoryFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| String | subarch, | |||
| int | priority, | |||
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 218 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.removeComponentFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 224 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.removeWorkingMemoryFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 230 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.run | ( | Ice.Current | __current | ) |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 94 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.setComponentManager | ( | ComponentManagerPrx | man, | |
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 100 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.setID | ( | String | id, | |
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 106 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.setTimeServer | ( | TimeServerPrx | ts, | |
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 112 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.setWorkingMemory | ( | WorkingMemoryPrx | wm, | |
| String | subarch, | |||
| Ice.Current | __current | |||
| ) |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 236 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.start | ( | Ice.Current | __current | ) |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 118 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.stop | ( | Ice.Current | __current | ) |
Implements cast.interfaces._CASTComponentOperations.
Definition at line 124 of file _WorkingMemoryTie.java.
| boolean cast.interfaces._WorkingMemoryTie.tryLockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryPermissions | permissions, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 242 of file _WorkingMemoryTie.java.
| void cast.interfaces._WorkingMemoryTie.unlockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| Ice.Current | __current | |||
| ) | throws cast.ConsistencyException, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implements cast.interfaces._WorkingMemoryOperations.
Definition at line 250 of file _WorkingMemoryTie.java.
1.5.8