TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.remote
Class JavaProcessExecutableObjectSkeleton

java.lang.Object
  extended by org.eclipse.hyades.execution.remote.RemoteObjectSkeleton
      extended by org.eclipse.hyades.execution.remote.ExecutableObjectSkeleton
          extended by org.eclipse.hyades.execution.remote.JavaProcessExecutableObjectSkeleton
All Implemented Interfaces:
IExecutableObject, IProcessExecutableObject, IRemoteObject

public class JavaProcessExecutableObjectSkeleton
extends ExecutableObjectSkeleton
implements IProcessExecutableObject


Constructor Summary
JavaProcessExecutableObjectSkeleton()
           
 
Method Summary
 java.lang.String getAgentData()
           
 java.lang.String getArgs()
           
 java.lang.String getCommandLine()
           
 java.lang.String getExe()
           
 java.lang.String getLocation()
           
 void setAgentData(java.lang.String data)
           
 void setArgs(java.lang.String args)
           
 void setExe(java.lang.String exe)
           
 void setLocation(java.lang.String loc)
           
 
Methods inherited from class org.eclipse.hyades.execution.remote.ExecutableObjectSkeleton
getExecutor, getName, init, setExecutor
 
Methods inherited from class org.eclipse.hyades.execution.remote.RemoteObjectSkeleton
delegateRemoteCall, getDelegate, getSessionContext, getUniqueId, setDelegate, setId, setSessionContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.hyades.execution.core.IExecutableObject
getExecutor, getName, init, setExecutor
 

Constructor Detail

JavaProcessExecutableObjectSkeleton

public JavaProcessExecutableObjectSkeleton()
Method Detail

setArgs

public void setArgs(java.lang.String args)
Specified by:
setArgs in interface IProcessExecutableObject

getArgs

public java.lang.String getArgs()
Specified by:
getArgs in interface IProcessExecutableObject

setExe

public void setExe(java.lang.String exe)
Specified by:
setExe in interface IProcessExecutableObject

getExe

public java.lang.String getExe()
Specified by:
getExe in interface IProcessExecutableObject

setLocation

public void setLocation(java.lang.String loc)
Specified by:
setLocation in interface IProcessExecutableObject

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface IProcessExecutableObject

setAgentData

public void setAgentData(java.lang.String data)
Specified by:
setAgentData in interface IProcessExecutableObject

getAgentData

public java.lang.String getAgentData()
Specified by:
getAgentData in interface IProcessExecutableObject

getCommandLine

public java.lang.String getCommandLine()
Specified by:
getCommandLine in interface IProcessExecutableObject

TPTP 4.5.0 Platform Project
Public API Specification