|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobKey | |
---|---|
com.ibm.tws.conn.exception | |
com.ibm.tws.objects.model | |
com.ibm.tws.objects.model.validator |
Uses of JobKey in com.ibm.tws.conn.exception |
---|
Constructors in com.ibm.tws.conn.exception with parameters of type JobKey | |
ConnJobStreamExtDepException(FlowTargetKey extdepWCKey,
JobKey extDepJobKey,
FlowNodeKey flowNodeKey,
FlowTargetKey jobStreamFlowTargetKeyKey,
boolean isJobStreamOnWorkstation)
Constructor |
Uses of JobKey in com.ibm.tws.objects.model |
---|
Methods in com.ibm.tws.objects.model that return JobKey | |
JobKey |
ExternalDependency.getAbstractJobKey()
Returns the key of the referenced abstract job. |
JobKey |
InternalDependency.getJobKey()
Returns the key of the referenced job. |
static JobKey |
JobKey.parseKey(java.lang.String key)
Parses data from the specified string and creates a new JobKey. |
Methods in com.ibm.tws.objects.model with parameters of type JobKey | |
void |
ExternalDependency.setAbstractJobKey(JobKey key)
Sets the key of the referenced abstract job. |
void |
InternalDependency.setJobKey(JobKey key)
Sets the key of the referenced job. |
Constructors in com.ibm.tws.objects.model with parameters of type JobKey | |
ExternalDependency(Identifier id,
JobKey key)
Creates an ExternalDependency, specifying the identifier and key of the referenced abstract job. |
|
InternalDependency(JobKey key)
Creates an InternalDependency, specifying the key of the referenced job. |
|
InternalDependency(Identifier id,
JobKey key)
Creates an InternalDependency, specifying the identifier and key of the referenced job. |
|
JobHeader(JobKey jobKey)
Creates a JobHeader with the specified key. |
|
JobHeader(Identifier jobId,
JobKey jobKey)
Creates a JobHeader with the specified identifier and key. |
Uses of JobKey in com.ibm.tws.objects.model.validator |
---|
Methods in com.ibm.tws.objects.model.validator with parameters of type JobKey | |
void |
JobValidator.validateKey(JobKey jobKey)
Validates a JobKey object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |