public abstract class IntegrationNode
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegrationNode.Stats |
| Modifier | Constructor and Description |
|---|---|
protected |
IntegrationNode(int nodeId,
java.lang.String name,
java.lang.Object nodeObject,
IntegrationNode.Stats stats) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Add extra property to the node.
|
void |
addProperty(java.lang.String name,
java.lang.Object value)
Add extra property to the node.
|
java.lang.String |
getComponentType() |
IntegrationPatternType.IntegrationPatternCategory |
getIntegrationPatternCategory() |
IntegrationPatternType |
getIntegrationPatternType() |
java.lang.String |
getName() |
int |
getNodeId() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
IntegrationNode.Stats |
getStats() |
protected IntegrationNode(int nodeId,
java.lang.String name,
java.lang.Object nodeObject,
IntegrationNode.Stats stats)
public int getNodeId()
public java.lang.String getName()
public final java.lang.String getComponentType()
@Nullable public IntegrationPatternType getIntegrationPatternType()
@Nullable public IntegrationPatternType.IntegrationPatternCategory getIntegrationPatternCategory()
public IntegrationNode.Stats getStats()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void addProperty(java.lang.String name,
java.lang.Object value)
name - the name for propertyvalue - the value of the propertypublic void addProperties(@Nullable
java.util.Map<java.lang.String,java.lang.Object> props)
props - additional properties to add