org.eclipse.hyades.execution.local.file
Class FileLocationImpl
java.lang.Object
org.eclipse.hyades.execution.local.file.FileLocationImpl
- All Implemented Interfaces:
- IFileLocation
- public class FileLocationImpl
- extends java.lang.Object
- implements IFileLocation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileLocationImpl
public FileLocationImpl(java.net.InetAddress addr,
int port,
java.lang.String jobKey)
FileLocationImpl
public FileLocationImpl()
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)