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

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

public class FlowNodeStatusType
extends OrdinalType

This class implements the FlowNodeStatusType ordinal type. It contains the valid values for the status of a Job or a Job Stream. For details about these statuses see the documentation of these classes. These values are also used as as filters values for JobInPlanFilters.STATUS_LIST and JobStreamInPlanFilters.STATUS_LIST. See FlowNodeInternalStatusType for the mapping between Internal statuses and Statuses.

See Also:
JobInPlan, JobStreamInPlan, JobInPlanFilters, JobStreamInPlanFilters, JobStreamInPlanFilters, FlowNodeInternalStatusType, Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static FlowNodeStatusType FLOW_NODE_STATUS_BLOCKED
          Status of the Flow Node Blocked
static FlowNodeStatusType FLOW_NODE_STATUS_CANCELED
          Status of the Flow Node Canceled.
static FlowNodeStatusType FLOW_NODE_STATUS_COMPLETED
          Status of the Flow Node Completed
static FlowNodeStatusType FLOW_NODE_STATUS_ERROR
          Status of the Flow Node Error
static FlowNodeStatusType FLOW_NODE_STATUS_HELD
          Status of the Flow Node Held.
static FlowNodeStatusType FLOW_NODE_STATUS_READY
          Status of the Flow Node Ready
static FlowNodeStatusType FLOW_NODE_STATUS_STARTED
          Status of the Flow Node Started
static FlowNodeStatusType FLOW_NODE_STATUS_UNDECIDED
          Ststus of the Flow Node Undecided
static FlowNodeStatusType FLOW_NODE_STATUS_WAITING
          Status of the Flow Node Waiting
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if this object equals to the specified one.
static FlowNodeStatusType getInstance(char charValue)
          Returns a reference to the instance of FlowNodeStatusType that is associated to the specified character.
 int hashCode()
          Returns a hash code for this FlowNodeStatusType object.
 java.lang.String toString()
          Returns a string representation of this FlowNodeStatusType 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.


FLOW_NODE_STATUS_CANCELED

public static FlowNodeStatusType FLOW_NODE_STATUS_CANCELED
Status of the Flow Node Canceled. It can be set also if JobInPlan.isCanceled() or JobStreamInPlan.isCanceled()


FLOW_NODE_STATUS_HELD

public static FlowNodeStatusType FLOW_NODE_STATUS_HELD
Status of the Flow Node Held. It can be set also if it has a priority zero or if for a Job : JobInPlan.isExternal() and JobInPlan.isHeldByUser() or for a Job Stream: JobStreamInPlan.isExternal() and JobInPlan.isHeldByUser()


FLOW_NODE_STATUS_WAITING

public static FlowNodeStatusType FLOW_NODE_STATUS_WAITING
Status of the Flow Node Waiting


FLOW_NODE_STATUS_BLOCKED

public static FlowNodeStatusType FLOW_NODE_STATUS_BLOCKED
Status of the Flow Node Blocked


FLOW_NODE_STATUS_READY

public static FlowNodeStatusType FLOW_NODE_STATUS_READY
Status of the Flow Node Ready


FLOW_NODE_STATUS_STARTED

public static FlowNodeStatusType FLOW_NODE_STATUS_STARTED
Status of the Flow Node Started


FLOW_NODE_STATUS_COMPLETED

public static FlowNodeStatusType FLOW_NODE_STATUS_COMPLETED
Status of the Flow Node Completed


FLOW_NODE_STATUS_ERROR

public static FlowNodeStatusType FLOW_NODE_STATUS_ERROR
Status of the Flow Node Error


FLOW_NODE_STATUS_UNDECIDED

public static FlowNodeStatusType FLOW_NODE_STATUS_UNDECIDED
Ststus of the Flow Node Undecided

Method Detail

getInstance

public static FlowNodeStatusType getInstance(char charValue)
Returns a reference to the instance of FlowNodeStatusType 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 FlowNodeStatusType object.

Returns:
The object's hash code.

toString

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

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


Copyright © 2005 IBM All Rights Reserved.