Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
Node |
Database.addNode(String id)
Creates a new Cluster Node and add it to this Database.
|
Node |
Node.setConnectString(String connectString)
Sets the connect string.
|
Node |
Node.setId(String id) |
Node |
Node.setParent(Database containerDatabase) |
Modifier and Type | Method and Description |
---|---|
List<Node> |
Database.getNodes()
Returns the Nodes in this Database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Database.addNode(Node node)
Adds a single Node to this Database's list of Nodes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Database.addAllNodes(List<Node> nodes)
Adds a list of Nodes to this Database's list of Nodes.
|
Database |
Database.setNodes(List<Node> nodes)
Sets the Nodes in this Database.
|