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 |
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_OUT |
protected static java.lang.String |
PROPERTY_COLLECTIONEXPIRY |
protected static java.lang.String |
PROPERTY_COLLECTIONNAME |
protected static java.lang.String |
PROPERTY_CONFIGURABLESERVICE |
protected static java.lang.String |
PROPERTY_EVENTCOORDINATION |
protected static java.lang.String |
PROPERTY_PERSISTENCEMODE |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
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
|
protected java.lang.String |
getGraphic16() |
protected java.lang.String |
getGraphic32() |
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
|
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
|
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
|
addAdditionalProperty, addMonitorEvent, addNsmapping, clone, createNewInputTerminal, createNewInputTerminal, createNewOutputTerminal, createNewOutputTerminal, findPropertyByName, getAllNodeProperties, 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_COLLECTIONNAME
protected static final java.lang.String PROPERTY_COLLECTIONEXPIRY
protected static final java.lang.String PROPERTY_PERSISTENCEMODE
protected static final java.lang.String PROPERTY_EVENTCOORDINATION
protected static final java.lang.String PROPERTY_CONFIGURABLESERVICE
public final InputTerminal INPUT_TERMINAL_CONTROL
public final OutputTerminal OUTPUT_TERMINAL_EXPIRE
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_CATCH
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
protected NodeProperty[] getNodeProperties()
Node
getNodeProperties
in class Node
public CollectorNode.EventHandlerPropertyTable getEventHandlerPropertyTable()
public InputTerminal[] getInputTerminals()
Node
getInputTerminals
in class Node
public InputTerminal getInputTerminal(java.lang.String terminalName)
Node
getInputTerminal
in class Node
terminalName
- String; the internal terminal namepublic 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 CollectorNode setCollectionName(java.lang.String value)
value
- String ; the value to set the property "Collection name"public java.lang.String getCollectionName()
public CollectorNode setCollectionExpiry(java.lang.String value)
value
- String ; the value to set the property "Collection expiry"public java.lang.String getCollectionExpiry()
public CollectorNode setPersistenceMode(CollectorNode.ENUM_COLLECTOR_PERSISTENCEMODE value)
value
- ENUM_COLLECTOR_PERSISTENCEMODE ; the value to set the property "Persistence Mode"public CollectorNode.ENUM_COLLECTOR_PERSISTENCEMODE getPersistenceMode()
public CollectorNode setEventCoordination(CollectorNode.ENUM_COLLECTOR_EVENTCOORDINATION value)
value
- ENUM_COLLECTOR_EVENTCOORDINATION ; the value to set the property "Event coordination"public CollectorNode.ENUM_COLLECTOR_EVENTCOORDINATION getEventCoordination()
public CollectorNode setConfigurableService(java.lang.String value)
value
- String ; 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