public class CORBARequestNode extends Node
CORBARequestNode instance
Allows integration bus to send synchronous requests to a CORBA system using IIOP
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 7.0.0.2 Release
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_ERROR |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_COPYLOCALENVIRONMENT |
protected static java.lang.String |
PROPERTY_DATALOCATION |
protected static java.lang.String |
PROPERTY_IDLFILE |
protected static java.lang.String |
PROPERTY_INTERFACENAME |
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_NAMINGSERVICE |
protected static java.lang.String |
PROPERTY_OPERATIONNAME |
protected static java.lang.String |
PROPERTY_OUTPUTDATALOCATION |
protected static java.lang.String |
PROPERTY_REFERENCENAME |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
CORBARequestNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCopyLocalEnvironment()
Get the CORBARequestNode "Copy local environment" property
|
java.lang.String |
getDataLocation()
Get the CORBARequestNode "Data location" property
|
protected java.lang.String |
getGraphic16() |
protected java.lang.String |
getGraphic32() |
java.lang.String |
getIdlFile()
Get the CORBARequestNode "IDL file" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getInterfaceName()
Get the CORBARequestNode "Interface name" property
|
java.lang.String |
getMessageDomainProperty()
Get the CORBARequestNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the CORBARequestNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the CORBARequestNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the CORBARequestNode "Message" property
|
java.lang.String |
getNamingService()
Get the CORBARequestNode "Naming service" 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 |
getOperationName()
Get the CORBARequestNode "Operation name" property
|
java.lang.String |
getOutputDataLocation()
Get the CORBARequestNode "Output data location" property
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
java.lang.String |
getReferenceName()
Get the CORBARequestNode "Object reference name" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
CORBARequestNode |
setCopyLocalEnvironment(boolean value)
Set the CORBARequestNode "Copy local environment" property
|
CORBARequestNode |
setDataLocation(java.lang.String value)
Set the CORBARequestNode "Data location" property
|
CORBARequestNode |
setIdlFile(java.lang.String value)
Set the CORBARequestNode "IDL file" property
|
CORBARequestNode |
setInterfaceName(java.lang.String value)
Set the CORBARequestNode "Interface name" property
|
CORBARequestNode |
setMessageDomainProperty(java.lang.String value)
Set the CORBARequestNode "Message domain" property
|
CORBARequestNode |
setMessageFormatProperty(java.lang.String value)
Set the CORBARequestNode "Physical format" property
|
CORBARequestNode |
setMessageSetProperty(java.lang.String value)
Set the CORBARequestNode "Message model" property
|
CORBARequestNode |
setMessageTypeProperty(java.lang.String value)
Set the CORBARequestNode "Message" property
|
CORBARequestNode |
setNamingService(java.lang.String value)
Set the CORBARequestNode "Naming service" property
|
CORBARequestNode |
setOperationName(java.lang.String value)
Set the CORBARequestNode "Operation name" property
|
CORBARequestNode |
setOutputDataLocation(java.lang.String value)
Set the CORBARequestNode "Output data location" property
|
CORBARequestNode |
setReferenceName(java.lang.String value)
Set the CORBARequestNode "Object reference name" 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_IDLFILE
protected static final java.lang.String PROPERTY_INTERFACENAME
protected static final java.lang.String PROPERTY_OPERATIONNAME
protected static final java.lang.String PROPERTY_NAMINGSERVICE
protected static final java.lang.String PROPERTY_REFERENCENAME
protected static final java.lang.String PROPERTY_DATALOCATION
protected static final java.lang.String PROPERTY_OUTPUTDATALOCATION
protected static final java.lang.String PROPERTY_COPYLOCALENVIRONMENT
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
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_ERROR
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 CORBARequestNode setIdlFile(java.lang.String value)
value
- String ; the value to set the property "IDL file"public java.lang.String getIdlFile()
public CORBARequestNode setInterfaceName(java.lang.String value)
value
- String ; the value to set the property "Interface name"public java.lang.String getInterfaceName()
public CORBARequestNode setOperationName(java.lang.String value)
value
- String ; the value to set the property "Operation name"public java.lang.String getOperationName()
public CORBARequestNode setNamingService(java.lang.String value)
value
- String ; the value to set the property "Naming service"public java.lang.String getNamingService()
public CORBARequestNode setReferenceName(java.lang.String value)
value
- String ; the value to set the property "Object reference name"public java.lang.String getReferenceName()
public CORBARequestNode setDataLocation(java.lang.String value)
value
- String ; the value to set the property "Data location"public java.lang.String getDataLocation()
public CORBARequestNode setOutputDataLocation(java.lang.String value)
value
- String ; the value to set the property "Output data location"public java.lang.String getOutputDataLocation()
public CORBARequestNode setCopyLocalEnvironment(boolean value)
value
- boolean ; the value to set the property "Copy local environment"public boolean getCopyLocalEnvironment()
public CORBARequestNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public CORBARequestNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public CORBARequestNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public CORBARequestNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
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