TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.http.local
Class HttpRecorderExecutableObjectAdapter

java.lang.Object
  extended byorg.eclipse.hyades.execution.recorder.remote.RecorderExecutableObjectAdapter
      extended byorg.eclipse.hyades.execution.recorder.http.local.HttpRecorderExecutableObjectAdapter

Deprecated. This is not public API. It will be moved to internal in TPTP 5

public class HttpRecorderExecutableObjectAdapter
extends RecorderExecutableObjectAdapter

This object is called for special setup of the recorder executableobject. It passes the classpath of the RecorderAgent and can provide arguments which will be used as VMArgs when the jvm is started for the recorder


Constructor Summary
HttpRecorderExecutableObjectAdapter()
          Deprecated.  
 
Method Summary
 java.lang.String getAgentClassPath()
          Deprecated. return the Recorder agent full path
 java.lang.String getVMArgString()
          Deprecated. returns any VMArgs which should be use when the recorder is started.
 
Methods inherited from class org.eclipse.hyades.execution.recorder.remote.RecorderExecutableObjectAdapter
setupExecutableObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRecorderExecutableObjectAdapter

public HttpRecorderExecutableObjectAdapter()
Deprecated. 
Method Detail

getAgentClassPath

public java.lang.String getAgentClassPath()
Deprecated. 
return the Recorder agent full path

Specified by:
getAgentClassPath in class RecorderExecutableObjectAdapter

getVMArgString

public java.lang.String getVMArgString()
Deprecated. 
returns any VMArgs which should be use when the recorder is started.

Specified by:
getVMArgString in class RecorderExecutableObjectAdapter

TPTP 4.4.0 Testing Tools Project
Public API Specification