com.ibm.tws.objects.plan.types
Class JobStatusType

java.lang.Object
  extended bycom.ibm.tws.objects.types.OrdinalType
      extended bycom.ibm.tws.objects.plan.types.JobStatusType
All Implemented Interfaces:
java.io.Serializable

public class JobStatusType
extends OrdinalType

This class implements the JobStatus ordinal type. This class is used only in z/OS environment. It adds to the FlowNodeStatusType enumeration, used in the distributed environment, the JOB_STATUS_CANCELLED value.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static JobStatusType JOB_STATUS_BLOCKED
          Status of the Job Blocked
static JobStatusType JOB_STATUS_CANCELLED
          Status of the Job Canceled
static JobStatusType JOB_STATUS_COMPLETED
          Status of the Job Completed
static JobStatusType JOB_STATUS_ERROR
          Status of the Job Error
static JobStatusType JOB_STATUS_HELD
          Status of the Job Held
static JobStatusType JOB_STATUS_READY
          Status of the Job Ready
static JobStatusType JOB_STATUS_STARTED
          Status of the Job Started
static JobStatusType JOB_STATUS_UNDECIDED
          Status of the Job Undecided
static JobStatusType JOB_STATUS_WAITING
          Status of the Job Waiting
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if this object equals to the specified one.
static JobStatusType getInstance(char charValue)
          Returns a reference to the instance of JobStatus that is associated to the specified character.
 int hashCode()
          Returns a hash code for this JobStatus object.
 java.lang.String toString()
          Returns a string representation of this JobStatus object.
 
Methods inherited from class com.ibm.tws.objects.types.OrdinalType
getCharValue, getInstance, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


JOB_STATUS_CANCELLED

public static JobStatusType JOB_STATUS_CANCELLED
Status of the Job Canceled


JOB_STATUS_HELD

public static JobStatusType JOB_STATUS_HELD
Status of the Job Held


JOB_STATUS_WAITING

public static JobStatusType JOB_STATUS_WAITING
Status of the Job Waiting


JOB_STATUS_BLOCKED

public static JobStatusType JOB_STATUS_BLOCKED
Status of the Job Blocked


JOB_STATUS_READY

public static JobStatusType JOB_STATUS_READY
Status of the Job Ready


JOB_STATUS_STARTED

public static JobStatusType JOB_STATUS_STARTED
Status of the Job Started


JOB_STATUS_COMPLETED

public static JobStatusType JOB_STATUS_COMPLETED
Status of the Job Completed


JOB_STATUS_ERROR

public static JobStatusType JOB_STATUS_ERROR
Status of the Job Error


JOB_STATUS_UNDECIDED

public static JobStatusType JOB_STATUS_UNDECIDED
Status of the Job Undecided

Method Detail

getInstance

public static JobStatusType getInstance(char charValue)
Returns a reference to the instance of JobStatus that is associated to the specified character.

Parameters:
charValue - The character used by DAO implementors to store this object as a char.
Returns:
A reference to the corresponding instance for the specified character.

equals

public boolean equals(java.lang.Object object)
Returns true if this object equals to the specified one.

Parameters:
object - The object to be compared with this one.
Returns:
True if this object equals to the given one.

hashCode

public int hashCode()
Returns a hash code for this JobStatus object.

Returns:
The object's hash code.

toString

public java.lang.String toString()
Returns a string representation of this JobStatus object.

Returns:
A text string including the character wrapped by this JobStatus object.


Copyright © 2005 IBM All Rights Reserved.