|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
Constructor Summary | |
ProActiveRuntimeImpl.VMInformationImpl()
|
Method Summary | |
java.lang.String |
getCreationProtocolID()
Returns an Identifier for the process that originates this VM creation |
java.net.InetAddress |
getInetAddress()
Returns the InetAddress of the host where is the VM located |
java.lang.String |
getJobID()
|
java.lang.String |
getName()
Returns the given name (identifier) of this VM |
java.rmi.dgc.VMID |
getVMID()
Returns the VMID of the VM the node belongs to |
void |
setCreationProtocolID(java.lang.String protocolId)
Sets an Identifier for the process that originates this VM creation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProActiveRuntimeImpl.VMInformationImpl() throws java.net.UnknownHostException
Method Detail |
public java.rmi.dgc.VMID getVMID()
VMInformation
getVMID
in interface VMInformation
public java.lang.String getName()
VMInformation
getName
in interface VMInformation
public java.net.InetAddress getInetAddress()
VMInformation
getInetAddress
in interface VMInformation
public java.lang.String getCreationProtocolID()
VMInformation
getCreationProtocolID
in interface VMInformation
public void setCreationProtocolID(java.lang.String protocolId)
VMInformation
setCreationProtocolID
in interface VMInformation
public java.lang.String getJobID()
getJobID
in interface Job
Job.getJobID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |