Uses of Interface
com.compuware.api.topaz.jes.IJob
-
Packages that use IJob Package Description com.compuware.api.topaz.jes Provides classes and exceptions related to JES. -
-
Uses of IJob in com.compuware.api.topaz.jes
Methods in com.compuware.api.topaz.jes that return IJob Modifier and Type Method Description IJob
ISystemLogDataDefinition. getJob()
Returns theIJob
for the system log job.Methods in com.compuware.api.topaz.jes that return types with arguments of type IJob Modifier and Type Method Description List<IJob>
IJESCommandProvider. findJobs(String jobNameFilter, String ownerFilter)
Returns the list of jobs that match the specified job name filter and/or owner filter.List<IJob>
IJESCommandProvider. findJobs(String jobNameFilter, String ownerFilter, int jesLimit)
Returns the list of jobs that match the specified job name filter and/or owner filter.List<IJob>
IJESCommandProvider. findJobs(String jobNameFilter, String ownerFilter, int jesLimit, boolean includePrintQueue, boolean includeExecutionQueue)
Returns the list of jobs that match the specified job name filter and/or owner filter that are on one of the specified JES queues.Constructors in com.compuware.api.topaz.jes with parameters of type IJob Constructor Description JobOutputReader(IJob iJob, int numberLinesToReturn)
Creates a JobOutputReader that reads all of the output of a job.JobOutputReader(IJob iJob, ISysoutDataDefinition ddDefinition, int numberLinesToReturn)
Creates a JobOutputReader that reads the contents of a specific DD for a job.
-