|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeObject | |
---|---|
org.objectweb.proactive.ic2d.data | **For internal use only** Provides the hierarchical data model of IC2D. |
org.objectweb.proactive.ic2d.event | **For internal use only** Provides the definition of all events and listeners of IC2D. |
org.objectweb.proactive.ic2d.gui.data | **For internal use only** Provides a GUI representation of each data object of the data model of IC2D |
Uses of NodeObject in org.objectweb.proactive.ic2d.data |
---|
Methods in org.objectweb.proactive.ic2d.data that return NodeObject | |
---|---|
NodeObject |
VMObject.addNodeObject(Node node)
|
NodeObject |
VMObject.getNodeObject(java.lang.String nodeName)
|
NodeObject |
VMObject.getNodeObject(UniqueID bodyID)
|
protected NodeObject |
ActiveObject.getTypedParent()
|
Methods in org.objectweb.proactive.ic2d.data with parameters of type NodeObject | |
---|---|
boolean |
NodeObject.isInsideSameNode(NodeObject o)
|
boolean |
NodeObject.isInsideSameVM(NodeObject o)
|
protected void |
VMObject.registerActiveObject(UniqueID id,
NodeObject nodeObject)
|
Constructors in org.objectweb.proactive.ic2d.data with parameters of type NodeObject | |
---|---|
ActiveObject(NodeObject parent,
UniqueID id,
java.lang.String className,
boolean isActive)
|
Uses of NodeObject in org.objectweb.proactive.ic2d.event |
---|
Methods in org.objectweb.proactive.ic2d.event with parameters of type NodeObject | |
---|---|
void |
VMObjectListener.nodeObjectAdded(NodeObject nodeObject)
|
void |
VMObjectListener.nodeObjectRemoved(NodeObject nodeObject)
|
Uses of NodeObject in org.objectweb.proactive.ic2d.gui.data |
---|
Methods in org.objectweb.proactive.ic2d.gui.data with parameters of type NodeObject | |
---|---|
protected NodePanel |
VMPanel.getNodePanel(NodeObject nodeObject)
|
void |
VMPanel.nodeObjectAdded(NodeObject nodeObject)
|
void |
VMPanel.nodeObjectRemoved(NodeObject nodeObject)
|
void |
VMPanel.stopMonitorNode(NodeObject nodeObject)
stop to monitor a specific node the MonitoredNode object referring to this node is put in the skipped objects list |
Constructors in org.objectweb.proactive.ic2d.gui.data with parameters of type NodeObject | |
---|---|
NodePanel(AbstractDataObjectPanel parentDataObjectPanel,
NodeObject targetNodeObject)
|
|
NodePanel(AbstractDataObjectPanel parentDataObjectPanel,
NodeObject targetNodeObject,
java.awt.Color c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |