
Public Member Functions | |
| int | getVersionNumber (String id, String subarch, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| cast.cdl.WorkingMemoryPermissions | getPermissions (String id, String subarch, 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 |
| 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 |
| void | setWorkingMemory (WorkingMemoryPrx wm, String subarch, 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 | overwriteWorkingMemory (String id, String subarch, String type, String component, Ice.Object entry, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| void | deleteFromWorkingMemory (String id, String subarch, String component, Ice.Current __current) throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
| cast.cdl.WorkingMemoryEntry | getWorkingMemoryEntry (String id, String subarch, String component, 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 |
| void | registerComponentFilter (cast.cdl.WorkingMemoryChangeFilter filter, int priority, Ice.Current __current) |
| void | removeComponentFilter (cast.cdl.WorkingMemoryChangeFilter filter, Ice.Current __current) |
| void | registerWorkingMemoryFilter (cast.cdl.WorkingMemoryChangeFilter filter, String subarch, int priority, Ice.Current __current) |
| void | removeWorkingMemoryFilter (cast.cdl.WorkingMemoryChangeFilter filter, Ice.Current __current) |
| void | addReader (WorkingMemoryReaderComponentPrx reader, Ice.Current __current) |
| void | receiveChangeEvent (cast.cdl.WorkingMemoryChange wmc, Ice.Current __current) |
Package Functions | |
| boolean | exists (String id, String subarch, Ice.Current __current) throws cast.UnknownSubarchitectureException |
Definition at line 23 of file _WorkingMemoryOperations.java.
| void cast.interfaces._WorkingMemoryOperations.addReader | ( | WorkingMemoryReaderComponentPrx | reader, | |
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.addToWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | type, | |||
| String | component, | |||
| Ice.Object | entry, | |||
| Ice.Current | __current | |||
| ) | throws cast.AlreadyExistsOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.deleteFromWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| boolean cast.interfaces._WorkingMemoryOperations.exists | ( | String | id, | |
| String | subarch, | |||
| Ice.Current | __current | |||
| ) | throws cast.UnknownSubarchitectureException [package] |
Implemented in cast.interfaces._WorkingMemoryTie.
| cast.cdl.WorkingMemoryPermissions cast.interfaces._WorkingMemoryOperations.getPermissions | ( | String | id, | |
| String | subarch, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| int cast.interfaces._WorkingMemoryOperations.getVersionNumber | ( | String | id, | |
| String | subarch, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.getWorkingMemoryEntries | ( | String | type, | |
| String | subarch, | |||
| int | count, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryEntrySeqHolder | entries, | |||
| Ice.Current | __current | |||
| ) | throws cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| cast.cdl.WorkingMemoryEntry cast.interfaces._WorkingMemoryOperations.getWorkingMemoryEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.lockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryPermissions | permissions, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.overwriteWorkingMemory | ( | String | id, | |
| String | subarch, | |||
| String | type, | |||
| String | component, | |||
| Ice.Object | entry, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.receiveChangeEvent | ( | cast.cdl.WorkingMemoryChange | wmc, | |
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.registerComponentFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| int | priority, | |||
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.registerWorkingMemoryFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| String | subarch, | |||
| int | priority, | |||
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.removeComponentFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.removeWorkingMemoryFilter | ( | cast.cdl.WorkingMemoryChangeFilter | filter, | |
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.setWorkingMemory | ( | WorkingMemoryPrx | wm, | |
| String | subarch, | |||
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._WorkingMemoryTie.
| boolean cast.interfaces._WorkingMemoryOperations.tryLockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| cast.cdl.WorkingMemoryPermissions | permissions, | |||
| Ice.Current | __current | |||
| ) | throws cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._WorkingMemoryOperations.unlockEntry | ( | String | id, | |
| String | subarch, | |||
| String | component, | |||
| Ice.Current | __current | |||
| ) | throws cast.ConsistencyException, cast.DoesNotExistOnWMException, cast.UnknownSubarchitectureException |
Implemented in cast.interfaces._WorkingMemoryTie.
1.5.8