public class TwineballRequestNode extends Node
TwineballRequestNode instance
A node used to implement the TwineBall adapter in outbound mode
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 |
TwineballRequestNode.ENUM_TWINEBALLREQUEST_TRANSACTIONMODE
ENUM_TWINEBALLREQUEST_TRANSACTIONMODE
|
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_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_ADAPTERCOMPONENT |
protected static java.lang.String |
PROPERTY_COPYLOCALENVIRONMENT |
protected static java.lang.String |
PROPERTY_DATALOCATION |
protected static java.lang.String |
PROPERTY_DEFAULTMETHOD |
protected static java.lang.String |
PROPERTY_MESSAGEDOMAINPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGEFORMATPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGESETPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGETYPEPROPERTY |
protected static java.lang.String |
PROPERTY_METHODLOCATION |
protected static java.lang.String |
PROPERTY_OUTPUTDATALOCATION |
protected static java.lang.String |
PROPERTY_TRANSACTIONMODE |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
TwineballRequestNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdapterComponent()
Get the TwineballRequestNode "Primary adapter component" property
|
boolean |
getCopyLocalEnvironment()
Get the TwineballRequestNode "Copy local environment" property
|
java.lang.String |
getDataLocation()
Get the TwineballRequestNode "Data location" property
|
java.lang.String |
getDefaultMethod()
Get the TwineballRequestNode "Default method" 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 |
getMessageDomainProperty()
Get the TwineballRequestNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the TwineballRequestNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the TwineballRequestNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the TwineballRequestNode "Message" property
|
java.lang.String |
getMethodLocation()
Get the TwineballRequestNode "Method location" 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.
|
java.lang.String |
getOutputDataLocation()
Get the TwineballRequestNode "Output data location" property
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
TwineballRequestNode.ENUM_TWINEBALLREQUEST_TRANSACTIONMODE |
getTransactionMode()
Get the TwineballRequestNode "Transaction mode" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
TwineballRequestNode |
setAdapterComponent(java.lang.String value)
Set the TwineballRequestNode "Primary adapter component" property
|
TwineballRequestNode |
setCopyLocalEnvironment(boolean value)
Set the TwineballRequestNode "Copy local environment" property
|
TwineballRequestNode |
setDataLocation(java.lang.String value)
Set the TwineballRequestNode "Data location" property
|
TwineballRequestNode |
setDefaultMethod(java.lang.String value)
Set the TwineballRequestNode "Default method" property
|
TwineballRequestNode |
setMessageDomainProperty(java.lang.String value)
Set the TwineballRequestNode "Message domain" property
|
TwineballRequestNode |
setMessageFormatProperty(java.lang.String value)
Set the TwineballRequestNode "Physical format" property
|
TwineballRequestNode |
setMessageSetProperty(java.lang.String value)
Set the TwineballRequestNode "Message model" property
|
TwineballRequestNode |
setMessageTypeProperty(java.lang.String value)
Set the TwineballRequestNode "Message" property
|
TwineballRequestNode |
setMethodLocation(java.lang.String value)
Set the TwineballRequestNode "Method location" property
|
TwineballRequestNode |
setOutputDataLocation(java.lang.String value)
Set the TwineballRequestNode "Output data location" property
|
TwineballRequestNode |
setTransactionMode(TwineballRequestNode.ENUM_TWINEBALLREQUEST_TRANSACTIONMODE value)
Set the TwineballRequestNode "Transaction mode" 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_ADAPTERCOMPONENT
protected static final java.lang.String PROPERTY_DEFAULTMETHOD
protected static final java.lang.String PROPERTY_MESSAGEDOMAINPROPERTY
protected static final java.lang.String PROPERTY_MESSAGESETPROPERTY
protected static final java.lang.String PROPERTY_MESSAGETYPEPROPERTY
protected static final java.lang.String PROPERTY_MESSAGEFORMATPROPERTY
protected static final java.lang.String PROPERTY_TRANSACTIONMODE
protected static final java.lang.String PROPERTY_METHODLOCATION
protected static final java.lang.String PROPERTY_DATALOCATION
protected static final java.lang.String PROPERTY_OUTPUTDATALOCATION
protected static final java.lang.String PROPERTY_COPYLOCALENVIRONMENT
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
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 TwineballRequestNode setAdapterComponent(java.lang.String value)
value
- String ; the value to set the property "Primary adapter component"public java.lang.String getAdapterComponent()
public TwineballRequestNode setDefaultMethod(java.lang.String value)
value
- String ; the value to set the property "Default method"public java.lang.String getDefaultMethod()
public TwineballRequestNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public TwineballRequestNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public TwineballRequestNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public TwineballRequestNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public TwineballRequestNode setTransactionMode(TwineballRequestNode.ENUM_TWINEBALLREQUEST_TRANSACTIONMODE value)
value
- ENUM_TWINEBALLREQUEST_TRANSACTIONMODE ; the value to set the property "Transaction mode"public TwineballRequestNode.ENUM_TWINEBALLREQUEST_TRANSACTIONMODE getTransactionMode()
public TwineballRequestNode setMethodLocation(java.lang.String value)
value
- String ; the value to set the property "Method location"public java.lang.String getMethodLocation()
public TwineballRequestNode setDataLocation(java.lang.String value)
value
- String ; the value to set the property "Data location"public java.lang.String getDataLocation()
public TwineballRequestNode setOutputDataLocation(java.lang.String value)
value
- String ; the value to set the property "Output data location"public java.lang.String getOutputDataLocation()
public TwineballRequestNode setCopyLocalEnvironment(boolean value)
value
- boolean ; the value to set the property "Copy local environment"public boolean getCopyLocalEnvironment()
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