Uses of Class
ibi.broker.api.data.console.Job

Packages that use Job
ibi.broker.api.cci   
ibi.broker.api.ws   
ibi.broker.scheduler.plugin   
 

Uses of Job in ibi.broker.api.cci
 

Methods in ibi.broker.api.cci that return Job
 Job[] ConsoleManager.getJobsInQueue()
          Retrieves an Array of all Jobs that are currently on queue to run on the Distribution Server.
 Job[] ConsoleManager.getJobsInQueueByOwner(java.lang.String owner)
          Retrieves an Array of Jobs having a specified owner that are currently on queue to run on the Distribution Server.
 Job[] ConsoleManager.getJobsInQueueByOwnerByServer(java.lang.String owner, java.lang.String serverId)
           
 Job[] ConsoleManager.getRunningJobs()
          Retrieves an array of all Jobs that are currently running on the Distribution Server.
 Job[] ConsoleManager.getRunningJobsByOwner(java.lang.String owner)
          Retrieves an array of all Jobs that are currently running on the Distribution Server which belong to a specified owner.
 Job[] ConsoleManager.getRunningJobsByOwnerByServer(java.lang.String owner, java.lang.String serverId)
           
 

Uses of Job in ibi.broker.api.ws
 

Methods in ibi.broker.api.ws that return Job
 Job[] ConsoleManagerClientSF.getJobsInQueue()
           
 Job[] ConsoleManagerIF.getJobsInQueue(Authenticate authenticate)
           
 Job[] ConsoleManagerWS.getJobsInQueue(Authenticate authenticate)
           
 Job[] ConsoleManagerIF.getJobsInQueueByOwner(Authenticate authenticate, java.lang.String owner)
           
 Job[] ConsoleManagerWS.getJobsInQueueByOwner(Authenticate authenticate, java.lang.String owner)
           
 Job[] ConsoleManagerIF.getJobsInQueueByOwnerByServer(Authenticate authenticate, java.lang.String owner, java.lang.String serverId)
           
 Job[] ConsoleManagerWS.getJobsInQueueByOwnerByServer(Authenticate authenticate, java.lang.String owner, java.lang.String serverId)
           
 Job[] ConsoleManagerClientSF.getRunningJobs()
           
 Job[] ConsoleManagerIF.getRunningJobs(Authenticate authenticate)
           
 Job[] ConsoleManagerWS.getRunningJobs(Authenticate authenticate)
           
 Job[] ConsoleManagerIF.getRunningJobsByOwner(Authenticate authenticate, java.lang.String owner)
           
 Job[] ConsoleManagerWS.getRunningJobsByOwner(Authenticate authenticate, java.lang.String owner)
           
 Job[] ConsoleManagerIF.getRunningJobsByOwnerByServer(Authenticate authenticate, java.lang.String owner, java.lang.String serverId)
           
 Job[] ConsoleManagerWS.getRunningJobsByOwnerByServer(Authenticate authenticate, java.lang.String owner, java.lang.String serverId)
           
 

Methods in ibi.broker.api.ws with parameters of type Job
 void ConsoleManagerClientSF.removeJobsInQueue(Job[] jobs)
           
 

Uses of Job in ibi.broker.scheduler.plugin
 

Methods in ibi.broker.scheduler.plugin that return Job
 Job JobEvent.getJob()
           
 

Methods in ibi.broker.scheduler.plugin with parameters of type Job
 void JobEvent.setJob(Job job)
           
 

Constructors in ibi.broker.scheduler.plugin with parameters of type Job
JobEvent(Job job, DsLog dsLog, java.lang.String action)
           
 



Copyright © 2006 Information Builders, Incorporated.