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

Class MixinBackend

source code

 object --+    
          |    
KindBackend --+
              |
             MixinBackend
Known Subclasses:

A prototype backend which essentially does nothing.

Use this Backend for Mixin types.

Instance Methods [hide private]

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

    Inherited from KindBackend
 
create(self, entity, extras)
Call the Resource Management and create this entity.
source code
 
delete(self, entity, extras)
Call the Resource Management and delete this entity.
source code
 
replace(self, old, new, extras)
Call the Resource Management and update this entity.
source code
 
retrieve(self, entity, extras)
Call the Resource Management and refresh this entity so the client gets up to date information.
source code
 
update(self, old, new, extras)
Call the Resource Management and update this entity.
source code
Properties [hide private]

Inherited from object: __class__