public abstract class AbstractPlacementService extends Object implements IPlacementService, org.osgi.service.cm.ManagedService
| Constructor and Description |
|---|
AbstractPlacementService() |
| Modifier and Type | Method and Description |
|---|---|
PlacementResult |
determinePlacement(String vmUuuid)
Determines an initial placement for a VM.
|
InitialPlacementAlgorithm |
getPlacementAlgorithm() |
void |
updated(Dictionary<String,?> properties) |
public final PlacementResult determinePlacement(String vmUuuid)
IPlacementServicedeterminePlacement in interface IPlacementServicevmUuuid - The UUID of the VM for which a placement is to be determined.public InitialPlacementAlgorithm getPlacementAlgorithm()
public void updated(Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationException