Package occi :: Module backend :: Class ActionBackend
[hide private]
[frames] | no frames]

Class ActionBackend

source code

object --+
         |
        ActionBackend

A prototype backend which essentially does nothing.

Use this Backend for Action types.

Instance Methods [hide private]
 
action(self, entity, action, attributes, extras)
Call the Resource Management and perform this action.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

action(self, entity, action, attributes, extras)

source code 

Call the Resource Management and perform this action.

entity -- The entity on which the action is going to be performed. action -- The action category definition. attributes -- The acctributes for this action. extras -- Any extra arguments which are defined by the user.