Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 7.0.0.2 Release
public class MQOptimizedFlowNode extends Node
MQOptimizedFlowNode instance
MQOptimizedFlow node is deprecated and is no longer supported in source message flow deployment. Its function is equivalent to MQ's queue-based publish subscribe
This node cannot be used in a *.subflow messageflow.Modifier and Type | Class and Description |
---|---|
static class |
MQOptimizedFlowNode.ENUM_MQOPTIMIZEDFLOW_TRANSACTIONMODE
Deprecated.
ENUM_MQOPTIMIZEDFLOW_TRANSACTIONMODE
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
NODE_GRAPHIC_16
Deprecated.
|
protected static java.lang.String |
NODE_GRAPHIC_32
Deprecated.
|
protected static java.lang.String |
NODE_TYPE_NAME
Deprecated.
|
protected static java.lang.String |
PROPERTY_QUEUENAME
Deprecated.
|
protected static java.lang.String |
PROPERTY_TRANSACTIONMODE
Deprecated.
|
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
MQOptimizedFlowNode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getGraphic16()
Deprecated.
|
protected java.lang.String |
getGraphic32()
Deprecated.
|
InputTerminal[] |
getInputTerminals()
Deprecated.
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Deprecated.
Gets the label name of this node
|
protected NodeProperty[] |
getNodeProperties()
Deprecated.
Returns the list of simple properties which are available to set on this node
No instance values are set here.
|
OutputTerminal[] |
getOutputTerminals()
Deprecated.
Gets the full list of available OutputTerminals for this Node
|
java.lang.String |
getQueueName()
Deprecated.
Get the MQOptimizedFlowNode "QueueName" property
|
MQOptimizedFlowNode.ENUM_MQOPTIMIZEDFLOW_TRANSACTIONMODE |
getTransactionMode()
Deprecated.
Get the MQOptimizedFlowNode "TransactionMode" property
|
java.lang.String |
getTypeName()
Deprecated.
Gets the node type of this node
|
MQOptimizedFlowNode |
setQueueName(java.lang.String value)
Deprecated.
Set the MQOptimizedFlowNode "QueueName" property
|
MQOptimizedFlowNode |
setTransactionMode(MQOptimizedFlowNode.ENUM_MQOPTIMIZEDFLOW_TRANSACTIONMODE value)
Deprecated.
Set the MQOptimizedFlowNode "TransactionMode" property
|
addAdditionalProperty, addMonitorEvent, addNsmapping, clone, createNewInputTerminal, createNewInputTerminal, createNewOutputTerminal, createNewOutputTerminal, findPropertyByName, getAllNodeProperties, getInputTerminal, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getMonitorEvents, getNodeId, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, getUUID, isUdpSupport, removeMonitorEvent, removeNsmapping, setLocation, setLocation, setLongDescription, setMonitorEvents, setNodeId, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
protected static final java.lang.String NODE_TYPE_NAME
protected static final java.lang.String NODE_GRAPHIC_16
protected static final java.lang.String NODE_GRAPHIC_32
protected static final java.lang.String PROPERTY_QUEUENAME
protected static final java.lang.String PROPERTY_TRANSACTIONMODE
protected NodeProperty[] getNodeProperties()
Node
getNodeProperties
in class Node
public InputTerminal[] getInputTerminals()
Node
getInputTerminals
in class Node
public OutputTerminal[] getOutputTerminals()
Node
getOutputTerminals
in class Node
public java.lang.String getTypeName()
Node
getTypeName
in class Node
protected java.lang.String getGraphic16()
protected java.lang.String getGraphic32()
public MQOptimizedFlowNode setQueueName(java.lang.String value)
value
- String ; the value to set the property "QueueName"public java.lang.String getQueueName()
public MQOptimizedFlowNode setTransactionMode(MQOptimizedFlowNode.ENUM_MQOPTIMIZEDFLOW_TRANSACTIONMODE value)
value
- ENUM_MQOPTIMIZEDFLOW_TRANSACTIONMODE ; the value to set the property "TransactionMode"public MQOptimizedFlowNode.ENUM_MQOPTIMIZEDFLOW_TRANSACTIONMODE getTransactionMode()
public java.lang.String getNodeName()
Node
MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow"); Node inputMQNode = mf1.getNodeByName("My Input Node"); inputMQNode.setNodeName("Renamed Input Node");
getNodeName
in class Node