public class JDEdwardsInputNode extends Node
JDEdwardsInputNode instance
A node used to implement the JDEdwards adapter in inbound 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 |
JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_COMPONENTLEVEL
ENUM_JDEDWARDSINPUT_COMPONENTLEVEL
|
static class |
JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_RETRYMECHANISM
ENUM_JDEDWARDSINPUT_RETRYMECHANISM
|
static class |
JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_SECONDARYADAPTERMODE
ENUM_JDEDWARDSINPUT_SECONDARYADAPTERMODE
|
static class |
JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_TRANSACTIONMODE
ENUM_JDEDWARDSINPUT_TRANSACTIONMODE
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
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 |
protected static java.lang.String |
PROPERTY_ADAPTERCOMPONENT |
protected static java.lang.String |
PROPERTY_ADDITIONALINSTANCES |
protected static java.lang.String |
PROPERTY_COMPONENTLEVEL |
protected static java.lang.String |
PROPERTY_LABELPREFIX |
protected static java.lang.String |
PROPERTY_LONGRETRYINTERVAL |
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_RETRYMECHANISM |
protected static java.lang.String |
PROPERTY_RETRYTHRESHOLD |
protected static java.lang.String |
PROPERTY_SECONDARYADAPTERMODE |
protected static java.lang.String |
PROPERTY_SETDESTINATIONLIST |
protected static java.lang.String |
PROPERTY_SHORTRETRYINTERVAL |
protected static java.lang.String |
PROPERTY_TRANSACTIONMODE |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
JDEdwardsInputNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdapterComponent()
Get the JDEdwardsInputNode "Primary adapter component" property
|
int |
getAdditionalInstances()
Get the JDEdwardsInputNode Additional instances property
|
JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_COMPONENTLEVEL |
getComponentLevel()
Get the JDEdwardsInputNode "Additional instances pool" 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 |
getLabelPrefix()
Get the JDEdwardsInputNode "Label prefix" property
|
int |
getLongRetryInterval()
Get the JDEdwardsInputNode Long retry interval property
|
java.lang.String |
getMessageDomainProperty()
Get the JDEdwardsInputNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the JDEdwardsInputNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the JDEdwardsInputNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the JDEdwardsInputNode "Message" 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
|
JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_RETRYMECHANISM |
getRetryMechanism()
Get the JDEdwardsInputNode "Retry mechanism" property
|
int |
getRetryThreshold()
Get the JDEdwardsInputNode Retry threshold property
|
JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_SECONDARYADAPTERMODE |
getSecondaryAdapterMode()
Get the JDEdwardsInputNode "Secondary adapter mode" property
|
boolean |
getSetDestinationList()
Get the JDEdwardsInputNode "Set destination list" property
|
int |
getShortRetryInterval()
Get the JDEdwardsInputNode Short retry interval property
|
JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_TRANSACTIONMODE |
getTransactionMode()
Get the JDEdwardsInputNode "Transaction mode" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
JDEdwardsInputNode |
setAdapterComponent(java.lang.String value)
Set the JDEdwardsInputNode "Primary adapter component" property
|
JDEdwardsInputNode |
setAdditionalInstances(int value)
Set the JDEdwardsInputNode "Additional instances" property
|
JDEdwardsInputNode |
setComponentLevel(JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_COMPONENTLEVEL value)
Set the JDEdwardsInputNode "Additional instances pool" property
|
JDEdwardsInputNode |
setLabelPrefix(java.lang.String value)
Set the JDEdwardsInputNode "Label prefix" property
|
JDEdwardsInputNode |
setLongRetryInterval(int value)
Set the JDEdwardsInputNode "Long retry interval" property
|
JDEdwardsInputNode |
setMessageDomainProperty(java.lang.String value)
Set the JDEdwardsInputNode "Message domain" property
|
JDEdwardsInputNode |
setMessageFormatProperty(java.lang.String value)
Set the JDEdwardsInputNode "Physical format" property
|
JDEdwardsInputNode |
setMessageSetProperty(java.lang.String value)
Set the JDEdwardsInputNode "Message model" property
|
JDEdwardsInputNode |
setMessageTypeProperty(java.lang.String value)
Set the JDEdwardsInputNode "Message" property
|
JDEdwardsInputNode |
setRetryMechanism(JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_RETRYMECHANISM value)
Set the JDEdwardsInputNode "Retry mechanism" property
|
JDEdwardsInputNode |
setRetryThreshold(int value)
Set the JDEdwardsInputNode "Retry threshold" property
|
JDEdwardsInputNode |
setSecondaryAdapterMode(JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_SECONDARYADAPTERMODE value)
Set the JDEdwardsInputNode "Secondary adapter mode" property
|
JDEdwardsInputNode |
setSetDestinationList(boolean value)
Set the JDEdwardsInputNode "Set destination list" property
|
JDEdwardsInputNode |
setShortRetryInterval(int value)
Set the JDEdwardsInputNode "Short retry interval" property
|
JDEdwardsInputNode |
setTransactionMode(JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_TRANSACTIONMODE value)
Set the JDEdwardsInputNode "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_SECONDARYADAPTERMODE
protected static final java.lang.String PROPERTY_SETDESTINATIONLIST
protected static final java.lang.String PROPERTY_LABELPREFIX
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_COMPONENTLEVEL
protected static final java.lang.String PROPERTY_ADDITIONALINSTANCES
protected static final java.lang.String PROPERTY_RETRYMECHANISM
protected static final java.lang.String PROPERTY_RETRYTHRESHOLD
protected static final java.lang.String PROPERTY_SHORTRETRYINTERVAL
protected static final java.lang.String PROPERTY_LONGRETRYINTERVAL
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 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 JDEdwardsInputNode setAdapterComponent(java.lang.String value)
value
- String ; the value to set the property "Primary adapter component"public java.lang.String getAdapterComponent()
public JDEdwardsInputNode setSecondaryAdapterMode(JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_SECONDARYADAPTERMODE value)
value
- ENUM_JDEDWARDSINPUT_SECONDARYADAPTERMODE ; the value to set the property "Secondary adapter mode"public JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_SECONDARYADAPTERMODE getSecondaryAdapterMode()
public JDEdwardsInputNode setSetDestinationList(boolean value)
value
- boolean ; the value to set the property "Set destination list"public boolean getSetDestinationList()
public JDEdwardsInputNode setLabelPrefix(java.lang.String value)
value
- String ; the value to set the property "Label prefix"public java.lang.String getLabelPrefix()
public JDEdwardsInputNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public JDEdwardsInputNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public JDEdwardsInputNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public JDEdwardsInputNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public JDEdwardsInputNode setTransactionMode(JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_TRANSACTIONMODE value)
value
- ENUM_JDEDWARDSINPUT_TRANSACTIONMODE ; the value to set the property "Transaction mode"public JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_TRANSACTIONMODE getTransactionMode()
public JDEdwardsInputNode setComponentLevel(JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_COMPONENTLEVEL value)
value
- ENUM_JDEDWARDSINPUT_COMPONENTLEVEL ; the value to set the property "Additional instances pool"public JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_COMPONENTLEVEL getComponentLevel()
public JDEdwardsInputNode setAdditionalInstances(int value)
value
- int ; the value to set the property "Additional instances"public int getAdditionalInstances()
public JDEdwardsInputNode setRetryMechanism(JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_RETRYMECHANISM value)
value
- ENUM_JDEDWARDSINPUT_RETRYMECHANISM ; the value to set the property "Retry mechanism"public JDEdwardsInputNode.ENUM_JDEDWARDSINPUT_RETRYMECHANISM getRetryMechanism()
public JDEdwardsInputNode setRetryThreshold(int value)
value
- int ; the value to set the property "Retry threshold"public int getRetryThreshold()
public JDEdwardsInputNode setShortRetryInterval(int value)
value
- int ; the value to set the property "Short retry interval"public int getShortRetryInterval()
public JDEdwardsInputNode setLongRetryInterval(int value)
value
- int ; the value to set the property "Long retry interval"public int getLongRetryInterval()
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