node
package defines the service and data objects for managing Nodes.See: Description
Interface | Description |
---|---|
NodeService |
Service for creating, retrieving and maintaining nodes.
|
Class | Description |
---|---|
NodeFeatureDesc |
A description of a feature for use in controlling what features are provisioned to a node
feature - a staging area feature
isProvisioned - true if the feature is currently provisioned on the runtime node, otherwise false
isSelected - true if the feature is selected in the current configuration for provisioning on the node.
|
NodeSummaryDesc |
POJO holding the summary data for a node.
|
PaginatedNodeSummaryList |
Used when retrieving many results a page at a time.
|
node
package defines the service and data objects for managing Nodes.
ActiveMatrix Nodes are Java Virtual Machine instances that can host ActiveMatrix applications. A Node runs ActiveMatrix platform that is at the heart of its functionality. The ActiveMatrix platform leverages OSGi framework to facilitate dynamic deployment of multiple applications in the single JVM without having to restart it.