|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.proactive.p2p.service.node.P2PNode
public class P2PNode
Used to return an available node or not from the node manager.
| Constructor Summary | |
|---|---|
P2PNode()
|
|
P2PNode(Node node,
P2PNodeManager nodeManager)
Construct a new P2PNode with specified node or
null. |
|
| Method Summary | |
|---|---|
Node |
getNode()
|
P2PNodeManager |
getNodeManager()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public P2PNode()
public P2PNode(Node node,
P2PNodeManager nodeManager)
P2PNode with specified node or
null.
node - a ProActive node or null.Node| Method Detail |
|---|
public Node getNode()
null if no nodes are available.public P2PNodeManager getNodeManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||