startNode

The startNode method starts the TIBCO ActiveMatrix node, if not running.

Type

Synchronous, IMPACT_ACTION.

Arguments

Name Type Description
Node Name String The node name.
Node start mode String Two types of mode can be specified for a node start-up. The Clean mode will explicitly clear the OSGi wiring during node start-up. Default value is normal.

Exceptions

Condition Result
If node does not exist. Throws a MicroAgentException with Message “TIBCO-AMX-HPA-012106: node TestNode does not exist".
If node is already started/running. Throws a MicroAgentException with Message “Provided node name '<nodename> already started for host '<hostname>.

Returns

None.