org.gwe.persistence.model
Class AllocationLive
java.lang.Object
org.gwe.persistence.model.AllocationLive
- All Implemented Interfaces:
- java.lang.Runnable
public class AllocationLive
- extends java.lang.Object
- implements java.lang.Runnable
- Since:
- Dec 31, 2008
- Author:
- Marco Ruiz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllocationLive
public AllocationLive(AllocationInfo alloc,
DaemonConfigDesc config)
isRegistered
public boolean isRegistered()
registerAsRunningOn
public void registerAsRunningOn(ComputeResourceInfo compRes)
startIdleCountdown
public void startIdleCountdown()
cancelIdleCountdown
public void cancelIdleCountdown()
getProcessingExecution
public JobExecutionInfo getProcessingExecution()
extractProcessingExecution
public JobExecutionInfo extractProcessingExecution()
getNextProcessingExecutionBlocking
public JobExecutionInfo getNextProcessingExecutionBlocking()
setProcessingExecution
public boolean setProcessingExecution(JobExecutionInfo execution)
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
Copyright © 2007-2009. All Rights Reserved.