public class AggregateReplyNode extends Node
AggregateReplyNode instance
AggregateReply node marks the end of an aggregation fan-in. This node collects replies and combines them into a single compound message
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 7.0.0.2 Release
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_CONTROL |
InputTerminal |
INPUT_TERMINAL_IN |
protected static java.lang.String |
NODE_GRAPHIC_16 |
protected static java.lang.String |
NODE_GRAPHIC_32 |
protected static java.lang.String |
NODE_TYPE_NAME |
OutputTerminal |
OUTPUT_TERMINAL_CATCH |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
OutputTerminal |
OUTPUT_TERMINAL_TIMEOUT |
OutputTerminal |
OUTPUT_TERMINAL_UNKNOWN |
protected static java.lang.String |
PROPERTY_AGGREGATENAME |
protected static java.lang.String |
PROPERTY_TRANSACTIONMODE |
protected static java.lang.String |
PROPERTY_UNSOLICITEDTIMEOUT |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
AggregateReplyNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAggregateName()
Get the AggregateReplyNode "Aggregate name" property
|
protected java.lang.String |
getGraphic16() |
protected java.lang.String |
getGraphic32() |
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
protected NodeProperty[] |
getNodeProperties()
Returns the list of simple properties which are available to set on this node
No instance values are set here.
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
boolean |
getTransactionMode()
Get the AggregateReplyNode "Transaction mode" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
int |
getUnsolicitedTimeout()
Get the AggregateReplyNode Unknown message timeout property
|
AggregateReplyNode |
setAggregateName(java.lang.String value)
Set the AggregateReplyNode "Aggregate name" property
|
AggregateReplyNode |
setTransactionMode(boolean value)
Set the AggregateReplyNode "Transaction mode" property
|
AggregateReplyNode |
setUnsolicitedTimeout(int value)
Set the AggregateReplyNode "Unknown message timeout" 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_AGGREGATENAME
protected static final java.lang.String PROPERTY_UNSOLICITEDTIMEOUT
protected static final java.lang.String PROPERTY_TRANSACTIONMODE
public final InputTerminal INPUT_TERMINAL_CONTROL
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_TIMEOUT
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_CATCH
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_UNKNOWN
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 AggregateReplyNode setAggregateName(java.lang.String value)
value
- String ; the value to set the property "Aggregate name"public java.lang.String getAggregateName()
public AggregateReplyNode setUnsolicitedTimeout(int value)
value
- int ; the value to set the property "Unknown message timeout"public int getUnsolicitedTimeout()
public AggregateReplyNode setTransactionMode(boolean value)
value
- boolean ; the value to set the property "Transaction mode"public boolean 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