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