|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
Constructor Summary | |
NodeImpl.NodeInformationImpl(java.lang.String url,
java.lang.String protocol,
java.lang.String jobID)
|
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 name of the node |
java.lang.String |
getProtocol()
Returns the protocol of the node |
java.lang.String |
getURL()
Returns the complete URL of the node in the form protocol://host/nodeName |
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 NodeImpl.NodeInformationImpl(java.lang.String url, java.lang.String protocol, java.lang.String jobID)
Method Detail |
public java.rmi.dgc.VMID getVMID()
VMInformation
getVMID
in interface VMInformation
VMInformation.getVMID()
public java.lang.String getName()
NodeInformation
getName
in interface NodeInformation
NodeInformation.getName()
public java.lang.String getProtocol()
NodeInformation
getProtocol
in interface NodeInformation
NodeInformation.getProtocol()
public java.lang.String getURL()
NodeInformation
protocol://host/nodeName
getURL
in interface NodeInformation
NodeInformation.getURL()
public java.net.InetAddress getInetAddress()
VMInformation
getInetAddress
in interface VMInformation
VMInformation.getInetAddress()
public java.lang.String getCreationProtocolID()
VMInformation
getCreationProtocolID
in interface VMInformation
public void setCreationProtocolID(java.lang.String protocolId)
VMInformation
setCreationProtocolID
in interface VMInformation
This method has no effect.
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 |