|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.FlowNodeKey
com.ibm.tws.objects.model.JobKey
This object represents a job external key, including fields used to identify a job in TWS external interfaces. Since a job is identified by its name and a referenced job stream, this class includes a name attribute and a JobStreamKey reference.
Job
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobKey()
Creates an empty JobKey. |
|
JobKey(java.lang.String jobName,
JobStreamKey jstKey)
Creates a JobKey with the specified name and job stream key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this JobKey object are equal to those of the given one. |
JobStreamKey |
getJobStreamKey()
Returns the key of the job stream that includes this job. |
int |
hashCode()
Returns a hash code for this JobKey object. |
static JobKey |
parseKey(java.lang.String key)
Parses data from the specified string and creates a new JobKey. |
void |
setJobStreamKey(JobStreamKey jstKey)
Sets the key of the job stream that includes this job. |
java.lang.String |
toString()
Returns a string representation of this JobKey object. |
Methods inherited from class com.ibm.tws.objects.model.FlowNodeKey |
---|
getName, setName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public JobKey()
public JobKey(java.lang.String jobName, JobStreamKey jstKey)
jobName
- The job name.jstKey
- The key of the job stream that includes this job.Method Detail |
public static JobKey parseKey(java.lang.String key)
key
- The string containing key data.
public JobStreamKey getJobStreamKey()
public void setJobStreamKey(JobStreamKey jstKey)
jstKey
- The key of the job stream that includes this job.public boolean equals(java.lang.Object object)
equals
in class FlowNodeKey
object
- The object to be compared with this one.
public int hashCode()
hashCode
in class FlowNodeKey
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |