public abstract class IntegrationNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegrationNode.Stats |
| Modifier | Constructor and Description |
|---|---|
protected |
IntegrationNode(int nodeId,
String name,
Object nodeObject,
IntegrationNode.Stats stats) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getName() |
int |
getNodeId() |
Map<String,Object> |
getProperties() |
IntegrationNode.Stats |
getStats() |
protected IntegrationNode(int nodeId,
String name,
Object nodeObject,
IntegrationNode.Stats stats)