|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
A VirtualMachine
is a conceptual entity that represents
a JVM running a ProActiveRuntime
Method Summary | |
java.lang.String |
getCreatorId()
Returns the value of creatorId field. |
java.lang.String |
getHostName()
Returns the name of the machine where the process mapped to this virtual machine was launched. |
java.lang.String |
getName()
Returns the name of this VirtualMachine |
java.lang.String |
getNodeNumber()
Returns the number of nodes that will be created on this VirtualMachine |
ExternalProcess |
getProcess()
Returns the process mapped to this VirtualMachine |
void |
setCreatorId(java.lang.String creatorId)
Sets the creatorId field to the given value |
void |
setHostsNumber(java.lang.String nodeNumber)
Sets the number of nodes that will be created on this VirtualMachine. |
void |
setName(java.lang.String s)
Sets the name of this VirtualMachine |
void |
setProcess(ExternalProcess p)
Sets the process mapped to this VirtualMachine to the given process |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setHostsNumber(java.lang.String nodeNumber) throws java.io.IOException
VirtualMachine
setHostsNumber
in interface VirtualMachine
nodeNumber
-
java.io.IOException
public java.lang.String getNodeNumber()
VirtualMachine
getNodeNumber
in interface VirtualMachine
public void setName(java.lang.String s)
VirtualMachine
setName
in interface VirtualMachine
s
- public java.lang.String getName()
VirtualMachine
getName
in interface VirtualMachine
public void setProcess(ExternalProcess p)
VirtualMachine
setProcess
in interface VirtualMachine
p
- public ExternalProcess getProcess()
VirtualMachine
getProcess
in interface VirtualMachine
public java.lang.String getHostName()
getHostName
in interface VirtualMachine
public void setCreatorId(java.lang.String creatorId)
VirtualMachine
setCreatorId
in interface VirtualMachine
public java.lang.String getCreatorId()
VirtualMachine
getCreatorId
in interface VirtualMachine
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |