stopNode
The stopNode method stops the TIBCO ActiveMatrix node.
Type
Synchronous,
IMPACT_ACTION.
Arguments
Name | Type | Description |
---|---|---|
Node Name | String | The node name. |
Reason | String | The stop reason text message. |
Reason Code | String | The stop reason error code. |
Exceptions
Condition | Result |
---|---|
If node does not exist. | Throws a
MicroAgentException with Message “Provided node name '<nodename>
not found for host '<hostname>".
|
If node is already stopped. | Throws a
MicroAgentException with Message “Provided node name '<nodename>
already stopped for host '<hostname>.
|
Returns
None.