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

Packages that use JobInfo
org.gwe.api   
org.gwe.api.impl   
org.gwe.app.client.web.request   
org.gwe.app.client.web.view   
org.gwe.app.daemon.domain   
org.gwe.persistence.dao   
org.gwe.persistence.model   
org.gwe.persistence.model.live   
org.gwe.persistence.model.order   
org.gwe.persistence.model.order.p2el   
 

Uses of JobInfo in org.gwe.api
 

Methods in org.gwe.api that return JobInfo
 JobInfo ServerAPI4User.getJobDetails(AccountInfo auth, int orderId, int jobNum)
           
 JobInfo Session4ClientAPIEnhancer.getJobDetails(int orderId, int jobNum)
           
 JobInfo Session4ClientAPI.getJobDetails(int orderId, int jobNum)
           
 

Uses of JobInfo in org.gwe.api.impl
 

Methods in org.gwe.api.impl that return JobInfo
 JobInfo ServerAPI4UserImpl.getJobDetails(AccountInfo auth, int orderId, int jobNum)
           
 

Uses of JobInfo in org.gwe.app.client.web.request
 

Fields in org.gwe.app.client.web.request with type parameters of type JobInfo
static Param<java.lang.Integer,JobInfo> Param.JOB_NUM
           
static ConfigParam<java.lang.Integer,JobInfo> ConfigParam.JOB_NUM
           
 

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

Methods in org.gwe.app.client.web.view with parameters of type JobInfo
 java.lang.String Renderer.renderDetails(JobInfo job)
           
 java.lang.String Renderer.renderElements(java.lang.String clusterId, JobInfo job)
           
 

Constructors in org.gwe.app.client.web.view with parameters of type JobInfo
HtmlExecsTable(java.lang.String clusterId, JobInfo job)
           
 

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

Methods in org.gwe.app.daemon.domain that return JobInfo
 JobInfo UserDomain.getJobDetails(int orderId, int jobNum)
           
 

Methods in org.gwe.app.daemon.domain that return types with arguments of type JobInfo
 java.util.List<JobInfo> InternalDomain.selectNextJobBatch()
           
 java.util.List<JobInfo> AgentDomain.selectNextJobBatch()
           
 

Method parameters in org.gwe.app.daemon.domain with type arguments of type JobInfo
 void InternalDomain.launchPreparers(java.util.List<JobInfo> jobs)
           
 void AgentDomain.launchPreparers(java.util.List<JobInfo> jobs)
           
 

Uses of JobInfo in org.gwe.persistence.dao
 

Methods in org.gwe.persistence.dao that return types with arguments of type JobInfo
 java.util.List<JobInfo> JobInfoDAO.getNextSchedulableJobsBatch(int size)
           
 

Methods in org.gwe.persistence.dao with parameters of type JobInfo
 void JobInfoDAO.updateJob(JobInfo job)
           
 

Uses of JobInfo in org.gwe.persistence.model
 

Methods in org.gwe.persistence.model that return JobInfo
 JobInfo JobExecutionInfo.getJob()
           
 

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

Methods in org.gwe.persistence.model with parameters of type JobInfo
 java.lang.String JobInfoIdGenerator.generateId(JobInfo infoObj)
           
 void JobExecutionInfo.setJob(JobInfo job)
           
 

Constructors in org.gwe.persistence.model with parameters of type JobInfo
JobExecutionInfo(JobInfo job)
           
 

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

Methods in org.gwe.persistence.model.live that return JobInfo
 JobInfo JobLive.getInfo()
           
 

Methods in org.gwe.persistence.model.live that return types with arguments of type JobInfo
 java.util.Map<JobInfo,OrderLive> LiveOrders.getJobLiveParams(java.util.List<JobInfo> jobs)
           
 

Method parameters in org.gwe.persistence.model.live with type arguments of type JobInfo
 java.util.Map<JobInfo,OrderLive> LiveOrders.getJobLiveParams(java.util.List<JobInfo> jobs)
           
 java.util.Set<java.lang.Integer> LiveOrders.getJobsOrdersNotStarted(java.util.List<JobInfo> jobs)
           
 void LiveExecutions.prepareExecutions(java.util.Map<JobInfo,OrderLive> jobs)
           
 

Constructors in org.gwe.persistence.model.live with parameters of type JobInfo
JobLive(JobInfo job, OrderLive orderLive)
           
 

Uses of JobInfo in org.gwe.persistence.model.order
 

Methods in org.gwe.persistence.model.order that return types with arguments of type JobInfo
 java.util.List<JobInfo> OrderDescriptor.generateJobs(DaemonConfigDesc config)
           
 

Methods in org.gwe.persistence.model.order with parameters of type JobInfo
abstract  void JobDescriptor.processSystemDependencies(DaemonConfigDesc config, JobInfo job)
           
 

Uses of JobInfo in org.gwe.persistence.model.order.p2el
 

Methods in org.gwe.persistence.model.order.p2el with parameters of type JobInfo
 void PJobDescriptor.processSystemDependencies(DaemonConfigDesc config, JobInfo job)
           
 



Copyright © 2007-2009. All Rights Reserved.