public class CollectorNode extends Node
CollectorNode instance
Collector node collects together a set of messages according to specified criteria 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
Modifier and Type | Class and Description |
---|---|
static class |
CollectorNode.ENUM_COLLECTOR_EVENTCOORDINATION
ENUM_COLLECTOR_EVENTCOORDINATION
|
static class |
CollectorNode.ENUM_COLLECTOR_PERSISTENCEMODE
ENUM_COLLECTOR_PERSISTENCEMODE
|
class |
CollectorNode.EventHandlerPropertyTable
EventHandlerPropertyTable instance contains EventHandlerPropertyTableRow rows
|
class |
CollectorNode.EventHandlerPropertyTableRow
EventHandlerPropertyTableRow is used by EventHandlerPropertyTable instance
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_CONTROL |
OutputTerminal |
OUTPUT_TERMINAL_CATCH |
OutputTerminal |
OUTPUT_TERMINAL_EXPIRE |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
CollectorNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionExpiry()
Get the CollectorNode "Collection expiry" property
|
java.lang.String |
getCollectionName()
Get the CollectorNode "Collection name" property
|
java.lang.String |
getConfigurableService()
Get the CollectorNode "Configurable service" property
|
CollectorNode.ENUM_COLLECTOR_EVENTCOORDINATION |
getEventCoordination()
Get the CollectorNode "Event coordination" property
|
CollectorNode.EventHandlerPropertyTable |
getEventHandlerPropertyTable()
Retrieve the Collection definition table for the node CollectorNode
|
InputTerminal |
getInputTerminal(java.lang.String terminalName)
Gets the input terminal for the node.
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
CollectorNode.ENUM_COLLECTOR_PERSISTENCEMODE |
getPersistenceMode()
Get the CollectorNode "Persistence Mode" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
CollectorNode |
setCollectionExpiry(java.lang.String value)
Set the CollectorNode "Collection expiry" property
|
CollectorNode |
setCollectionName(java.lang.String value)
Set the CollectorNode "Collection name" property
|
CollectorNode |
setConfigurableService(java.lang.String value)
Set the CollectorNode "Configurable service" property
|
CollectorNode |
setEventCoordination(CollectorNode.ENUM_COLLECTOR_EVENTCOORDINATION value)
Set the CollectorNode "Event coordination" property
|
CollectorNode |
setPersistenceMode(CollectorNode.ENUM_COLLECTOR_PERSISTENCEMODE value)
Set the CollectorNode "Persistence Mode" property
|
addNsmapping, clone, findPropertyByName, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, isUdpSupport, removeNsmapping, setLocation, setLocation, setLongDescription, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
public final InputTerminal INPUT_TERMINAL_CONTROL
public final OutputTerminal OUTPUT_TERMINAL_EXPIRE
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_CATCH
public final OutputTerminal OUTPUT_TERMINAL_OUT
public CollectorNode.EventHandlerPropertyTable getEventHandlerPropertyTable()
public InputTerminal[] getInputTerminals()
Node
getInputTerminals
in class Node
public InputTerminal getInputTerminal(java.lang.String terminalName)
Node
getInputTerminal
in class Node
public OutputTerminal[] getOutputTerminals()
Node
getOutputTerminals
in class Node
public java.lang.String getTypeName()
Node
getTypeName
in class Node
public CollectorNode setCollectionName(java.lang.String value)
String
- value; the value to set the property "Collection name"public java.lang.String getCollectionName()
public CollectorNode setCollectionExpiry(java.lang.String value)
String
- value; the value to set the property "Collection expiry"public java.lang.String getCollectionExpiry()
public CollectorNode setPersistenceMode(CollectorNode.ENUM_COLLECTOR_PERSISTENCEMODE value)
ENUM_COLLECTOR_PERSISTENCEMODE
- value; the value to set the property "Persistence Mode"public CollectorNode.ENUM_COLLECTOR_PERSISTENCEMODE getPersistenceMode()
public CollectorNode setEventCoordination(CollectorNode.ENUM_COLLECTOR_EVENTCOORDINATION value)
ENUM_COLLECTOR_EVENTCOORDINATION
- value; the value to set the property "Event coordination"public CollectorNode.ENUM_COLLECTOR_EVENTCOORDINATION getEventCoordination()
public CollectorNode setConfigurableService(java.lang.String value)
String
- value; the value to set the property "Configurable service"public java.lang.String getConfigurableService()
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