Uses of Class
com.ibm.tws.objects.model.FlowNodeKey

Packages that use FlowNodeKey
com.ibm.tws.conn.exception   
com.ibm.tws.objects.model   
com.ibm.tws.objects.model.validator   
 

Uses of FlowNodeKey in com.ibm.tws.conn.exception
 

Methods in com.ibm.tws.conn.exception that return FlowNodeKey
 FlowNodeKey ConnJobStreamDepException.getFlowNodeKey()
          Get job or job stream in error
 

Constructors in com.ibm.tws.conn.exception with parameters of type FlowNodeKey
ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, FlowNodeKey flNodeKey, FlowTargetKey jobStreamFlowTargetKeyKey, FlowTargetKey depWCKey, boolean isJobStreamOnWorkstation)
          Constructor
ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, FlowNodeKey flNodeKey, FlowTargetKey jobStrWksKey)
          Constructor
ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, FlowNodeKey flNodeKey, JobStreamKey jobStrKey, FlowTargetKey jobStrWksKey)
          Constructor
ConnJobStreamExtDepException(FlowTargetKey extdepWCKey, JobStreamKey extDepJobStreamKey, FlowNodeKey flowNodeKey, FlowTargetKey jobStreamFlowTargetKey, boolean isJobStreamOnWorkstation)
          Constructor
ConnJobStreamExtDepException(FlowTargetKey extdepWCKey, JobKey extDepJobKey, FlowNodeKey flowNodeKey, FlowTargetKey jobStreamFlowTargetKeyKey, boolean isJobStreamOnWorkstation)
          Constructor
ConnJobStreamFileDepException(FlowTargetKey fileWCKey, java.lang.String fName, FlowNodeKey flowNodeKey, FlowTargetKey jobStreamFlowTargetKey, boolean isJobStreamOnWorkstation)
          Construcotr
ConnJobStreamInternetworkDepException(FlowNodeKey flowNodeKey, FlowTargetKey wksNotXaKey)
          Constructor
ConnJobStreamResourceDepException(FlowTargetKey resWCKey, ResourceKey resKey, FlowNodeKey flowNodeKey, FlowTargetKey jobStreamFlowTargetKey, boolean isJobStreamOnWorkstation)
          Constructor
 

Uses of FlowNodeKey in com.ibm.tws.objects.model
 

Subclasses of FlowNodeKey in com.ibm.tws.objects.model
 class JobKey
          This object represents a job external key, including fields used to identify a job in TWS external interfaces.
 class JobStreamKey
          This object represents a job stream external key, including fields used to identify a job stream in TWS external interfaces.
 

Methods in com.ibm.tws.objects.model that return FlowNodeKey
 FlowNodeKey FlowNode.getKey()
          Returns the FlowNodeKey wrapped by this FlowNode object.
 FlowNodeKey FlowNodeHeader.getKey()
          Returns the FlowNodeKey wrapped by this FlowNodeHeader object.
 

Methods in com.ibm.tws.objects.model with parameters of type FlowNodeKey
 void FlowNode.setKey(FlowNodeKey flowNodeKey)
          Sets the FlowNodeKey to be wrapped by this FlowNode object.
 void FlowNodeHeader.setKey(FlowNodeKey flowNodeKey)
          Sets the FlowNodeKey to be wrapped by this FlowNodeHeader object.
 

Constructors in com.ibm.tws.objects.model with parameters of type FlowNodeKey
FlowNodeHeader(FlowNodeKey flowNodeKey)
          Creates a FlowNodeHeader with the specified key.
FlowNodeHeader(Identifier flowNodeId, FlowNodeKey flowNodeKey)
          Creates a FlowNodeHeader with the specified identifier and key.
 

Uses of FlowNodeKey in com.ibm.tws.objects.model.validator
 

Methods in com.ibm.tws.objects.model.validator with parameters of type FlowNodeKey
 void FlowNodeValidator.validateKey(FlowNodeKey flowNodeKey)
          Validates a FlowNodeKey object.
 



Copyright © 2005 IBM All Rights Reserved.