| Package | Description |
|---|---|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| com.microfocus.zos.model |
General z/OS specific interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITaurusJob
A z/OS job managed by AWM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaurusJob
Main implementation of
ITaurusJob. |
| Modifier and Type | Method and Description |
|---|---|
IJob |
IJobPart.getJob() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IJob> |
IJobFacility2.getJobs(ISystemImage pImg,
java.lang.String pJobNameFilter,
java.util.Map<java.lang.String,java.lang.String> pAdditionalFilters,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns all jobs that match the given filter criteria.
|
java.util.List<IJob> |
IJobFacility.getJobs(ISystemImage pImg,
java.lang.String pJobNameFilter,
java.lang.String pOwner)
Deprecated.
Returns all jobs that match the given filter criteria.
|
java.util.List<IJob> |
IJobFacility2.getJobsByJobID(ISystemImage pImg,
java.lang.String pJobIDFilter,
java.util.Map<java.lang.String,java.lang.String> pAdditionalFilters,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns all jobs that match the given filter criteria.
|
java.util.List<IJob> |
IJobFacility.getJobsByJobID(ISystemImage pImg,
java.lang.String pJobIDFilter,
java.lang.String pOwner)
Deprecated.
Returns all jobs that match the given filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IJobPart> |
IJobFacility.getJobDDs(ISystemImage pImg,
IJob pJob)
Deprecated.
Obtains a list of
IJobParts for the given job ID. |
java.util.List<IJobPart> |
IJobFacility2.getJobDDs(ISystemImage pImg,
IJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Obtains a list of
IJobParts for the given job ID. |
Copyright © 2015 Micro Focus GmbH. All rights reserved.