Uses of Interface
eu.xtreemos.xosd.localallocmgr.frontend.properties.IResourceProperty

Packages that use IResourceProperty
eu.xtreemos.xati.API   
eu.xtreemos.xosd.localallocmgr.frontend   
eu.xtreemos.xosd.localallocmgr.frontend.properties   
eu.xtreemos.xosd.localallocmgr.frontend.wrapper   
eu.xtreemos.xosd.resallocator   
eu.xtreemos.xosd.services   
 

Uses of IResourceProperty in eu.xtreemos.xati.API
 

Methods in eu.xtreemos.xati.API with parameters of type IResourceProperty
static java.lang.Integer XResAllocator.addResourceProperty(java.lang.String __resID, IResourceProperty __property)
          dummy method that allows "on-hand" addition of properties.
 

Uses of IResourceProperty in eu.xtreemos.xosd.localallocmgr.frontend
 

Fields in eu.xtreemos.xosd.localallocmgr.frontend with type parameters of type IResourceProperty
(package private)  java.util.Hashtable<java.lang.Class<?>,IResourceProperty> ResourceProperties.props
           
 

Methods in eu.xtreemos.xosd.localallocmgr.frontend that return IResourceProperty
 IResourceProperty ResourceProperties.get(java.lang.Class<?> property)
           
 

Methods in eu.xtreemos.xosd.localallocmgr.frontend with parameters of type IResourceProperty
 void ResourceProperties.add(IResourceProperty prop)
           
 void ResourceDirectory.addPropertyFor(java.lang.String resourceID, IResourceProperty prop)
           
 

Uses of IResourceProperty in eu.xtreemos.xosd.localallocmgr.frontend.properties
 

Subinterfaces of IResourceProperty in eu.xtreemos.xosd.localallocmgr.frontend.properties
 interface IDynamicResourcePropery
           
 

Classes in eu.xtreemos.xosd.localallocmgr.frontend.properties that implement IResourceProperty
 class FreeDiskProperty
           
 class MaxStaticValue
          used for resources with static max amount value
 

Uses of IResourceProperty in eu.xtreemos.xosd.localallocmgr.frontend.wrapper
 

Methods in eu.xtreemos.xosd.localallocmgr.frontend.wrapper with parameters of type IResourceProperty
 void FrontendWrapper.addResourceProperty(java.lang.String resID, IResourceProperty property)
          dummy method that allows "on-hand" addition of properties.
 

Uses of IResourceProperty in eu.xtreemos.xosd.resallocator
 

Methods in eu.xtreemos.xosd.resallocator with parameters of type IResourceProperty
 java.lang.Integer ResAllocator.addResourceProperty(java.lang.String resID, IResourceProperty property)
          dummy method that allows "on-hand" addition of properties.
 

Uses of IResourceProperty in eu.xtreemos.xosd.services
 

Methods in eu.xtreemos.xosd.services with parameters of type IResourceProperty
 void SResAllocator.addResourceProperty(java.lang.String __resID, IResourceProperty __property)
          dummy method that allows "on-hand" addition of properties.
 void SResAllocator.addResourceProperty(java.lang.String __resID, IResourceProperty __property, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          dummy method that allows "on-hand" addition of properties.
 void SResAllocator.addResourceProperty(java.lang.String __resID, IResourceProperty __property, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          dummy method that allows "on-hand" addition of properties.