|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing this interface provides information about the VM it is attached to.
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 |
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 interface org.objectweb.proactive.Job |
getJobID |
Method Detail |
public java.rmi.dgc.VMID getVMID()
public java.net.InetAddress getInetAddress()
public java.lang.String getName()
public java.lang.String getCreationProtocolID()
public void setCreationProtocolID(java.lang.String protocolId)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |