org.gwe.persistence.model
Class AllocationLive

java.lang.Object
  extended by 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

Constructor Summary
AllocationLive(AllocationInfo alloc, DaemonConfigDesc config)
           
 
Method Summary
 void cancelIdleCountdown()
           
 JobExecutionInfo extractProcessingExecution()
           
 JobExecutionInfo getNextProcessingExecutionBlocking()
           
 JobExecutionInfo getProcessingExecution()
           
 boolean isRegistered()
           
 void registerAsRunningOn(ComputeResourceInfo compRes)
           
 void run()
           
 boolean setProcessingExecution(JobExecutionInfo execution)
           
 void startIdleCountdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllocationLive

public AllocationLive(AllocationInfo alloc,
                      DaemonConfigDesc config)
Method Detail

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.