August'24: Kamaelia is in maintenance mode and will recieve periodic updates, about twice a year, primarily targeted around Python 3 and ecosystem compatibility. PRs are always welcome. Latest Release: 1.14.32 (2024/3/24)
For examples and more explanations, see the module level docs.
coordinatingassistanttracker([parent]) -> new coordinatingassistanttracker object.
Co-ordinating assistant tracker object tracks values and (component,inboxname) services under names.
Keyword arguments:
Deregister a service that was previously registered.
Raises Axon.AxonExceptions.MultipleServiceDeletion if the service is not/ no longer registered.
Returns list of names values are being tracked under.
Register a named inbox on a component as willing to offer a service with the specified name.
Keyword arguments:
Exceptions that may be raised:
Retrieve the (component, inboxName) service with the specified name.
Retrieve the value tracked (recorded) under the specified name.
Trying to retrieve a value under a name that isn't yet being tracked results in an Axon.AxonExceptions.AccessToUndeclaredTrackedVariable exception being raised.
Returns list of names of registered services
Track (record) the specified value under the specified name.
Once we start tracking a value, we have it's value forever (for now). Trying to track the same named value more than once causes an Axon.AxonExceptions.NamespaceClash exception. This is done to capture problems between interacting components
Update the value being tracked under the specified name with the new value provided.
Trying to update a value under a name that isn't yet being tracked results in an Axon.AxonExceptions.AccessToUndeclaredTrackedVariable exception being raised.
Got a problem with the documentation? Something unclear that could be clearer? Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!
Please leave you feedback here in reply to the documentation thread in the Kamaelia blog.
-- Automatic documentation generator, 09 Dec 2009 at 04:00:25 UTC/GMT