...
| INITIALIZED | ACTIVE |
|---|---|---|
create | - read resource descriptor | |
start |
| - get capabilities |
stop | - reset capabilities | |
destroy | - delete resource descriptor from the database |
Capability
Architecture picture overview
Mantychore links a set of capabilities to a resource where each capability represents a new feature or ability which a resource can do. For example, a router resource will be able to have capabilities related with operations for the 1, 2 and 3 level network. However, a switch resource will only be able to use capabilities for the 1 and 2 level network.
...
The definition of an ActionSet, QueueManager and its functionality will be explained better in the next issue.
Architecture picture overview
ActionSet component
The ActionSet contains the implementation of the operations which a capability can send to a device. For this reason, this ActionSet, will depend of the model, type and protocol to access. Each action is implemented for a device with these parameters. Each action consist of commands being atomic operations which can be executed.
...
