org.objectweb.proactive.core.runtime
Class ProActiveRuntimeImpl.VMInformationImpl

java.lang.Object
  |
  +--org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
All Implemented Interfaces:
Job, java.io.Serializable, VMInformation
Enclosing class:
ProActiveRuntimeImpl

protected static class ProActiveRuntimeImpl.VMInformationImpl
extends java.lang.Object
implements VMInformation, java.io.Serializable

See Also:
Serialized Form

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

ProActiveRuntimeImpl.VMInformationImpl

public ProActiveRuntimeImpl.VMInformationImpl()
                                       throws java.net.UnknownHostException
Method Detail

getVMID

public java.rmi.dgc.VMID getVMID()
Description copied from interface: VMInformation
Returns the VMID of the VM the node belongs to

Specified by:
getVMID in interface VMInformation
Returns:
the VMID of the VM the node belongs to

getName

public java.lang.String getName()
Description copied from interface: VMInformation
Returns the given name (identifier) of this VM

Specified by:
getName in interface VMInformation
Returns:
the given name (identifier) of this VM

getInetAddress

public java.net.InetAddress getInetAddress()
Description copied from interface: VMInformation
Returns the InetAddress of the host where is the VM located

Specified by:
getInetAddress in interface VMInformation
Returns:
the InetAddress of the host where is the VM located

getCreationProtocolID

public java.lang.String getCreationProtocolID()
Description copied from interface: VMInformation
Returns an Identifier for the process that originates this VM creation

Specified by:
getCreationProtocolID in interface VMInformation

setCreationProtocolID

public void setCreationProtocolID(java.lang.String protocolId)
Description copied from interface: VMInformation
Sets an Identifier for the process that originates this VM creation

Specified by:
setCreationProtocolID in interface VMInformation

getJobID

public java.lang.String getJobID()
Specified by:
getJobID in interface Job
Returns:
the jobID associated with this object
See Also:
Job.getJobID()


Copyright © April 2004 INRIA All Rights Reserved.