|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Component in charge of defining the topology of a set of nodes.
For instance, nodes could be organized in ring, mesh, hypercube,
torus et cetera.
A TopologyManager is not required to be thread-safe.
Implementation node: a TopologyManager is a Serializable as it is a GBean
persistent attribute.
Method Summary | |
void |
addNode(NodeInfo aNode)
Adds a node. |
NodeTopology |
factoryTopology()
Builds a node topology. |
Set |
getNodes()
Gets the nodes registered by this manager. |
void |
removeNode(NodeInfo aNode)
Removes a node. |
Method Detail |
public Set getNodes()
public void addNode(NodeInfo aNode)
aNode
- Node.public void removeNode(NodeInfo aNode)
aNode
- Node.public NodeTopology factoryTopology()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |