public class CallableFlowAsyncInvokeNode extends Node
CallableFlowAsyncInvokeNode instance
Allows the message flow to asynchronously call the second (callable) flow. Use a CallableFlowAsyncResponse node to receive the output from that flow.
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 10.0.0.8 Release
Modifier and Type | Class and Description |
---|---|
static class |
CallableFlowAsyncInvokeNode.ENUM_CALLABLEFLOWASYNCINVOKE_CALLPREFERENCE
ENUM_CALLABLEFLOWASYNCINVOKE_CALLPREFERENCE
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
CallableFlowAsyncInvokeNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAddRequestToGroup()
Get the CallableFlowAsyncInvokeNode "Add request to group" property
|
java.lang.String |
getAsyncResponseCorrelator()
Get the CallableFlowAsyncInvokeNode "Unique identifier" property
|
CallableFlowAsyncInvokeNode.ENUM_CALLABLEFLOWASYNCINVOKE_CALLPREFERENCE |
getCallPreference()
Get the CallableFlowAsyncInvokeNode "Call Preference" property
|
java.lang.String |
getGroupRequestFolderName()
Get the CallableFlowAsyncInvokeNode "Request folder" property
|
java.lang.String |
getGroupRequestTimeout()
Get the CallableFlowAsyncInvokeNode "Request timeout (ms)" property
|
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
|
int |
getRequestTimeout()
Get the CallableFlowAsyncInvokeNode Request timeout (sec) property
|
java.lang.String |
getTargetApplication()
Get the CallableFlowAsyncInvokeNode "Target Application" property
|
java.lang.String |
getTargetEndpointName()
Get the CallableFlowAsyncInvokeNode "Target Endpoint Name" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
CallableFlowAsyncInvokeNode |
setAddRequestToGroup(boolean value)
Set the CallableFlowAsyncInvokeNode "Add request to group" property
|
CallableFlowAsyncInvokeNode |
setAsyncResponseCorrelator(java.lang.String value)
Set the CallableFlowAsyncInvokeNode "Unique identifier" property
|
CallableFlowAsyncInvokeNode |
setCallPreference(CallableFlowAsyncInvokeNode.ENUM_CALLABLEFLOWASYNCINVOKE_CALLPREFERENCE value)
Set the CallableFlowAsyncInvokeNode "Call Preference" property
|
CallableFlowAsyncInvokeNode |
setGroupRequestFolderName(java.lang.String value)
Set the CallableFlowAsyncInvokeNode "Request folder" property
|
CallableFlowAsyncInvokeNode |
setGroupRequestTimeout(java.lang.String value)
Set the CallableFlowAsyncInvokeNode "Request timeout (ms)" property
|
CallableFlowAsyncInvokeNode |
setRequestTimeout(int value)
Set the CallableFlowAsyncInvokeNode "Request timeout (sec)" property
|
CallableFlowAsyncInvokeNode |
setTargetApplication(java.lang.String value)
Set the CallableFlowAsyncInvokeNode "Target Application" property
|
CallableFlowAsyncInvokeNode |
setTargetEndpointName(java.lang.String value)
Set the CallableFlowAsyncInvokeNode "Target Endpoint Name" property
|
addNsmapping, clone, findPropertyByName, getInputTerminal, 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_IN
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_OUT
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
public CallableFlowAsyncInvokeNode setAsyncResponseCorrelator(java.lang.String value)
value
- String ; the value to set the property "Unique identifier"public java.lang.String getAsyncResponseCorrelator()
public CallableFlowAsyncInvokeNode setTargetApplication(java.lang.String value)
value
- String ; the value to set the property "Target Application"public java.lang.String getTargetApplication()
public CallableFlowAsyncInvokeNode setTargetEndpointName(java.lang.String value)
value
- String ; the value to set the property "Target Endpoint Name"public java.lang.String getTargetEndpointName()
public CallableFlowAsyncInvokeNode setRequestTimeout(int value)
value
- int ; the value to set the property "Request timeout (sec)"public int getRequestTimeout()
public CallableFlowAsyncInvokeNode setAddRequestToGroup(boolean value)
value
- boolean ; the value to set the property "Add request to group"public boolean getAddRequestToGroup()
public CallableFlowAsyncInvokeNode setGroupRequestFolderName(java.lang.String value)
value
- String ; the value to set the property "Request folder"public java.lang.String getGroupRequestFolderName()
public CallableFlowAsyncInvokeNode setGroupRequestTimeout(java.lang.String value)
value
- String ; the value to set the property "Request timeout (ms)"public java.lang.String getGroupRequestTimeout()
public CallableFlowAsyncInvokeNode setCallPreference(CallableFlowAsyncInvokeNode.ENUM_CALLABLEFLOWASYNCINVOKE_CALLPREFERENCE value)
value
- ENUM_CALLABLEFLOWASYNCINVOKE_CALLPREFERENCE ; the value to set the property "Call Preference"public CallableFlowAsyncInvokeNode.ENUM_CALLABLEFLOWASYNCINVOKE_CALLPREFERENCE getCallPreference()
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