org.objectweb.proactive.core.node
Interface NodeInformation

All Superinterfaces:
Job, java.io.Serializable, VMInformation
All Known Implementing Classes:
NodeImpl.NodeInformationImpl

public interface NodeInformation
extends VMInformation

A class implementing this interface provides information about the node it is attached to.

Since:
ProActive 0.9
Version:
1.0, 2001/10/23
Author:
ProActive Team

Method Summary
 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
 
Methods inherited from interface org.objectweb.proactive.core.runtime.VMInformation
getCreationProtocolID, getInetAddress, getVMID, setCreationProtocolID
 
Methods inherited from interface org.objectweb.proactive.Job
getJobID
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the node

Specified by:
getName in interface VMInformation
Returns:
the name of the node

getProtocol

public java.lang.String getProtocol()
Returns the protocol of the node

Returns:
the protocol of the node

getURL

public java.lang.String getURL()
Returns the complete URL of the node in the form protocol://host/nodeName

Returns:
the complete URL of the node


Copyright © April 2004 INRIA All Rights Reserved.