TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.local.file
Class FileLocationImpl

java.lang.Object
  extended by org.eclipse.hyades.execution.local.file.FileLocationImpl
All Implemented Interfaces:
IFileLocation

public class FileLocationImpl
extends java.lang.Object
implements IFileLocation


Constructor Summary
FileLocationImpl()
           
FileLocationImpl(java.net.InetAddress addr, int port, java.lang.String jobKey)
           
 
Method Summary
 java.net.InetAddress getInetAddress()
           
 java.lang.String getJobKey()
           
 int getPort()
           
 void setInetAddress(java.net.InetAddress addr)
           
 void setJobKey(java.lang.String key)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLocationImpl

public FileLocationImpl(java.net.InetAddress addr,
                        int port,
                        java.lang.String jobKey)

FileLocationImpl

public FileLocationImpl()
Method Detail

getInetAddress

public java.net.InetAddress getInetAddress()
Specified by:
getInetAddress in interface IFileLocation
See Also:
IFileLocation.getInetAddress()

getPort

public int getPort()
Specified by:
getPort in interface IFileLocation
See Also:
IFileLocation.getPort()

getJobKey

public java.lang.String getJobKey()
Specified by:
getJobKey in interface IFileLocation
See Also:
IFileLocation.getJobKey()

setInetAddress

public void setInetAddress(java.net.InetAddress addr)

setPort

public void setPort(int port)

setJobKey

public void setJobKey(java.lang.String key)

TPTP 4.6.0 Platform Project
Public API Specification