|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A VirtualMachine
is a conceptual entity that represents
a JVM running a ProActiveRuntime
ProActiveDescriptor
,
VirtualNode
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 |
Method Detail |
public void setHostsNumber(java.lang.String nodeNumber) throws java.io.IOException
nodeNumber
-
IOException
public java.lang.String getNodeNumber()
public void setName(java.lang.String s)
s
- public java.lang.String getName()
public void setProcess(ExternalProcess p)
p
- public ExternalProcess getProcess()
public java.lang.String getHostName()
public void setCreatorId(java.lang.String creatorId)
public java.lang.String getCreatorId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |