|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VMObject | |
---|---|
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 VMObject in org.objectweb.proactive.ic2d.data |
---|
Methods in org.objectweb.proactive.ic2d.data that return VMObject | |
---|---|
VMObject |
HostObject.addVMObject(Node node)
Register the node |
VMObject |
HostObject.findVMObjectHavingExistingNode(java.lang.String nodeName)
|
protected VMObject |
NodeObject.getTypedParent()
|
VMObject |
HostObject.getVMObject(java.rmi.dgc.VMID id)
|
Constructors in org.objectweb.proactive.ic2d.data with parameters of type VMObject | |
---|---|
NodeObject(VMObject parent,
Node node)
|
Uses of VMObject in org.objectweb.proactive.ic2d.event |
---|
Methods in org.objectweb.proactive.ic2d.event with parameters of type VMObject | |
---|---|
void |
HostObjectListener.vmObjectAdded(VMObject vmObject)
|
void |
HostObjectListener.vmObjectRemoved(VMObject vmObject)
|
Uses of VMObject in org.objectweb.proactive.ic2d.gui.data |
---|
Methods in org.objectweb.proactive.ic2d.gui.data with parameters of type VMObject | |
---|---|
protected VMPanel |
HostPanel.getVMPanel(VMObject vmObject)
|
void |
HostPanel.stopMonitorVM(VMObject vmObject)
stop to monitor a VM monitoredJVM representing this VM is now put in the skippedObjects list |
void |
HostPanel.vmObjectAdded(VMObject vmObject)
|
void |
HostPanel.vmObjectRemoved(VMObject vmObject)
|
Constructors in org.objectweb.proactive.ic2d.gui.data with parameters of type VMObject | |
---|---|
VMPanel(AbstractDataObjectPanel parentDataObjectPanel,
VMObject targetVMObject)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |