public class ResequenceNode extends Node
ResequenceNode instance
Resequence node reorders a stream of messages into sequential order
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 7.0.0.2 Release
Modifier and Type | Class and Description |
---|---|
static class |
ResequenceNode.ENUM_RESEQUENCE_COMPONENTLEVEL
ENUM_RESEQUENCE_COMPONENTLEVEL
|
static class |
ResequenceNode.ENUM_RESEQUENCE_PERSISTENCEMODE
ENUM_RESEQUENCE_PERSISTENCEMODE
|
static class |
ResequenceNode.ENUM_RESEQUENCE_RETRYMECHANISM
ENUM_RESEQUENCE_RETRYMECHANISM
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
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_EXPIRE |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_MISSING |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_ADDITIONALINSTANCES |
protected static java.lang.String |
PROPERTY_COMPONENTLEVEL |
protected static java.lang.String |
PROPERTY_CONFIGURABLESERVICE |
protected static java.lang.String |
PROPERTY_CORRELATIONPATH |
protected static java.lang.String |
PROPERTY_ENDOFSEQUENCE |
protected static java.lang.String |
PROPERTY_MISSINGMESSAGETIMEOUT |
protected static java.lang.String |
PROPERTY_PERSISTENCEMODE |
protected static java.lang.String |
PROPERTY_RETRYMECHANISM |
protected static java.lang.String |
PROPERTY_SEQUENCEPATH |
protected static java.lang.String |
PROPERTY_STARTOFSEQUENCE |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
ResequenceNode() |
Modifier and Type | Method and Description |
---|---|
int |
getAdditionalInstances()
Get the ResequenceNode Additional instances property
|
ResequenceNode.ENUM_RESEQUENCE_COMPONENTLEVEL |
getComponentLevel()
Get the ResequenceNode "Additional instances pool" property
|
java.lang.String |
getConfigurableService()
Get the ResequenceNode "Configurable service" property
|
java.lang.String |
getCorrelationPath()
Get the ResequenceNode "Path to sequence group identifier" property
|
java.lang.String |
getEndOfSequence()
Get the ResequenceNode "End of sequence definition" 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 |
getMissingMessageTimeout()
Get the ResequenceNode "Missing message timeout" property
|
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
|
ResequenceNode.ENUM_RESEQUENCE_PERSISTENCEMODE |
getPersistenceMode()
Get the ResequenceNode "Persistence Mode" property
|
ResequenceNode.ENUM_RESEQUENCE_RETRYMECHANISM |
getRetryMechanism()
Get the ResequenceNode "Retry mechanism" property
|
java.lang.String |
getSequencePath()
Get the ResequenceNode "Path to sequence number" property
|
java.lang.String |
getStartOfSequence()
Get the ResequenceNode "Start of sequence definition" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
ResequenceNode |
setAdditionalInstances(int value)
Set the ResequenceNode "Additional instances" property
|
ResequenceNode |
setComponentLevel(ResequenceNode.ENUM_RESEQUENCE_COMPONENTLEVEL value)
Set the ResequenceNode "Additional instances pool" property
|
ResequenceNode |
setConfigurableService(java.lang.String value)
Set the ResequenceNode "Configurable service" property
|
ResequenceNode |
setCorrelationPath(java.lang.String value)
Set the ResequenceNode "Path to sequence group identifier" property
|
ResequenceNode |
setEndOfSequence(java.lang.String value)
Set the ResequenceNode "End of sequence definition" property
|
ResequenceNode |
setMissingMessageTimeout(java.lang.String value)
Set the ResequenceNode "Missing message timeout" property
|
ResequenceNode |
setPersistenceMode(ResequenceNode.ENUM_RESEQUENCE_PERSISTENCEMODE value)
Set the ResequenceNode "Persistence Mode" property
|
ResequenceNode |
setRetryMechanism(ResequenceNode.ENUM_RESEQUENCE_RETRYMECHANISM value)
Set the ResequenceNode "Retry mechanism" property
|
ResequenceNode |
setSequencePath(java.lang.String value)
Set the ResequenceNode "Path to sequence number" property
|
ResequenceNode |
setStartOfSequence(java.lang.String value)
Set the ResequenceNode "Start of sequence definition" 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_SEQUENCEPATH
protected static final java.lang.String PROPERTY_CORRELATIONPATH
protected static final java.lang.String PROPERTY_MISSINGMESSAGETIMEOUT
protected static final java.lang.String PROPERTY_STARTOFSEQUENCE
protected static final java.lang.String PROPERTY_ENDOFSEQUENCE
protected static final java.lang.String PROPERTY_PERSISTENCEMODE
protected static final java.lang.String PROPERTY_CONFIGURABLESERVICE
protected static final java.lang.String PROPERTY_RETRYMECHANISM
protected static final java.lang.String PROPERTY_COMPONENTLEVEL
protected static final java.lang.String PROPERTY_ADDITIONALINSTANCES
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_EXPIRE
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_MISSING
public final OutputTerminal OUTPUT_TERMINAL_CATCH
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
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 ResequenceNode setSequencePath(java.lang.String value)
value
- String ; the value to set the property "Path to sequence number"public java.lang.String getSequencePath()
public ResequenceNode setCorrelationPath(java.lang.String value)
value
- String ; the value to set the property "Path to sequence group identifier"public java.lang.String getCorrelationPath()
public ResequenceNode setMissingMessageTimeout(java.lang.String value)
value
- String ; the value to set the property "Missing message timeout"public java.lang.String getMissingMessageTimeout()
public ResequenceNode setStartOfSequence(java.lang.String value)
value
- String ; the value to set the property "Start of sequence definition"public java.lang.String getStartOfSequence()
public ResequenceNode setEndOfSequence(java.lang.String value)
value
- String ; the value to set the property "End of sequence definition"public java.lang.String getEndOfSequence()
public ResequenceNode setPersistenceMode(ResequenceNode.ENUM_RESEQUENCE_PERSISTENCEMODE value)
value
- ENUM_RESEQUENCE_PERSISTENCEMODE ; the value to set the property "Persistence Mode"public ResequenceNode.ENUM_RESEQUENCE_PERSISTENCEMODE getPersistenceMode()
public ResequenceNode setConfigurableService(java.lang.String value)
value
- String ; the value to set the property "Configurable service"public java.lang.String getConfigurableService()
public ResequenceNode setRetryMechanism(ResequenceNode.ENUM_RESEQUENCE_RETRYMECHANISM value)
value
- ENUM_RESEQUENCE_RETRYMECHANISM ; the value to set the property "Retry mechanism"public ResequenceNode.ENUM_RESEQUENCE_RETRYMECHANISM getRetryMechanism()
public ResequenceNode setComponentLevel(ResequenceNode.ENUM_RESEQUENCE_COMPONENTLEVEL value)
value
- ENUM_RESEQUENCE_COMPONENTLEVEL ; the value to set the property "Additional instances pool"public ResequenceNode.ENUM_RESEQUENCE_COMPONENTLEVEL getComponentLevel()
public ResequenceNode setAdditionalInstances(int value)
value
- int ; the value to set the property "Additional instances"public int getAdditionalInstances()
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