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)

Axon.AdaptiveCommsComponent.py

Version: Axon 1.0

Pydoc Style Documentation

class AdaptiveCommsComponent(Axon.Component.component)

Method resolution order:

Data and other attributes inherited from Axon.Component.component:

Methods defined here:

__init__(self)

addInbox(self, *args)

addOutbox(self, *args)

trackResource(self, resource, inbox)

trackResourceInformation(self, resource, inboxes, outboxes, information)

retrieveTrackedResource(self, inbox)

retrieveTrackedResourceInformation(self, resource)

ceaseTrackingResource(self, resource)

deleteInbox(self, name)

deleteOutbox(self, name)

Testdoc Documentation

__init__

addInbox

addOutbox

deleteInbox

deleteOutbox

trackResource,retrieveTrackedResource

trackResourceInformation, retrieveTrackedResourceInformation

Michael, December 2004