|
|||||||||||
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 |
UniversalService |
getService()
Returns the service mapped to this VirtualMachine |
boolean |
hasProcess()
Returns true if this machine his mapped onto a process false if mapped onto a service |
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 |
void |
setService(UniversalService service)
Sets the service mapped to this VirtualMachine to the given service |
Methods inherited from interface org.objectweb.proactive.core.descriptor.services.ServiceUser |
getUserClass |
Method Detail |
public void setHostsNumber(java.lang.String nodeNumber) throws java.io.IOException
nodeNumber
-
java.io.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 void setService(UniversalService service)
setService
in interface ServiceUser
service
- public UniversalService getService()
public java.lang.String getHostName()
public void setCreatorId(java.lang.String creatorId)
creatorId
- The Id of the VirtualNode that created this VirtualMachinepublic java.lang.String getCreatorId()
public boolean hasProcess()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |