Uses of Interface
eu.xtreemos.xosd.localallocmgr.attributes.handlers.IAttributeHandler

Packages that use IAttributeHandler
eu.xtreemos.xosd.localallocmgr.attributes.handlers   
eu.xtreemos.xosd.localallocmgr.attributes.operations   
eu.xtreemos.xosd.localallocmgr.attributes.storage   
 

Uses of IAttributeHandler in eu.xtreemos.xosd.localallocmgr.attributes.handlers
 

Classes in eu.xtreemos.xosd.localallocmgr.attributes.handlers that implement IAttributeHandler
 class CurrentAmountHandler
          operations needed for interval management for the current amount attribute.
 class OwnersInfoHandler
           
 class SharingHandler
          all operations over the sharing attribute.
 class TimeAttrHandler
          handler for the start/end time attributes
 

Uses of IAttributeHandler in eu.xtreemos.xosd.localallocmgr.attributes.operations
 

Methods in eu.xtreemos.xosd.localallocmgr.attributes.operations with parameters of type IAttributeHandler
static boolean OperationTranslator.translate(OperationTypes operation, IAttributeHandler handler, IAttribute<?> op1, IAttribute<?> op2)
          Returns false if the handler for the attribute does not exists.
 

Uses of IAttributeHandler in eu.xtreemos.xosd.localallocmgr.attributes.storage
 

Fields in eu.xtreemos.xosd.localallocmgr.attributes.storage with type parameters of type IAttributeHandler
(package private)  java.util.Hashtable<java.lang.Class<?>,IAttributeHandler> AttrHandlerStorage.handlers
           
 

Methods in eu.xtreemos.xosd.localallocmgr.attributes.storage that return IAttributeHandler
 IAttributeHandler AttrHandlerStorage.get(java.lang.Class<?> type)
           
 

Methods in eu.xtreemos.xosd.localallocmgr.attributes.storage with parameters of type IAttributeHandler
 void AttrHandlerStorage.add(java.lang.Class<?> type, IAttributeHandler handler)