Uses of Class
org.gwe.persistence.model.JobExecutionInfo

Packages that use JobExecutionInfo
org.gwe.app.client.web.view   
org.gwe.app.daemon.domain   
org.gwe.persistence.dao   
org.gwe.persistence.model   
org.gwe.persistence.model.live   
 

Uses of JobExecutionInfo in org.gwe.app.client.web.view
 

Methods in org.gwe.app.client.web.view with parameters of type JobExecutionInfo
 java.lang.String Renderer.renderDetails(JobExecutionInfo exec)
           
 java.lang.String Renderer.renderStatusImage(JobExecutionInfo exec)
           
 

Uses of JobExecutionInfo in org.gwe.app.daemon.domain
 

Methods in org.gwe.app.daemon.domain that return types with arguments of type JobExecutionInfo
 java.util.List<JobExecutionInfo> UserDomain.getExecutionDetails(int orderId, int jobNum)
           
 

Methods in org.gwe.app.daemon.domain with parameters of type JobExecutionInfo
 void InternalDomain.wrapUpJob(JobExecutionInfo exec)
           
 void AgentDomain.wrapUpJob(JobExecutionInfo exec)
           
 

Uses of JobExecutionInfo in org.gwe.persistence.dao
 

Methods in org.gwe.persistence.dao that return types with arguments of type JobExecutionInfo
 java.util.List<JobExecutionInfo> JobExecutionInfoDAO.getBelongingToJob(java.lang.String jobId)
           
 

Uses of JobExecutionInfo in org.gwe.persistence.model
 

Methods in org.gwe.persistence.model that return JobExecutionInfo
 JobExecutionInfo AllocationInfo.dispose(boolean beatOverdue)
           
 JobExecutionInfo AllocationLive.extractProcessingExecution()
           
 JobExecutionInfo AllocationInfo.extractProcessingExecution()
           
 JobExecutionInfo JobInfo.getExecution()
           
 JobExecutionInfo AllocationLive.getNextProcessingExecutionBlocking()
           
 JobExecutionInfo AllocationInfo.getNextProcessingExecutionBlocking()
           
 JobExecutionInfo AllocationLive.getProcessingExecution()
           
 JobExecutionInfo AllocationInfo.getProcessingExecution()
           
 

Methods in org.gwe.persistence.model that return types with arguments of type JobExecutionInfo
 java.util.List<JobExecutionInfo> JobInfo.getExecutions()
           
 

Methods in org.gwe.persistence.model with parameters of type JobExecutionInfo
 java.lang.String JobExecutionInfoIdGenerator.generateId(JobExecutionInfo infoObj)
           
 void JobInfo.setExecution(JobExecutionInfo execution)
           
 boolean AllocationLive.setProcessingExecution(JobExecutionInfo execution)
           
 boolean AllocationInfo.setProcessingExecution(JobExecutionInfo execution)
           
 

Method parameters in org.gwe.persistence.model with type arguments of type JobExecutionInfo
 void JobInfo.setExecutions(java.util.List<JobExecutionInfo> executions)
           
 

Uses of JobExecutionInfo in org.gwe.persistence.model.live
 

Methods in org.gwe.persistence.model.live that return JobExecutionInfo
 JobExecutionInfo LiveExecutions.getNextPreparedExecution()
           
 JobExecutionInfo LiveExecutions.transitionNextFinishedPreparingToPrepared()
           
 

Methods in org.gwe.persistence.model.live with parameters of type JobExecutionInfo
 void LiveExecutions.addPreparedExecution(JobExecutionInfo exec)
           
 void LiveAllocations.pairNextReadyAllocationWithJob(JobExecutionInfo exec)
           
 



Copyright © 2007-2009. All Rights Reserved.