com.ibm.rational.test.lt.recorder.core.deploy

Interface IRemoteLauncher



  • public interface IRemoteLauncher
    An interface defined by extensions that need to execute a (client or recorder) delegate in a separate JVM.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void setup(IVirtualMachine machine, AbstractTypedConfiguration recordingComponentConfiguration)
      Setups a java virtual machine by adding the required classpath entries and properties in order to load and run a delegate in its own JVM.
    • Method Detail

      • setup

        void setup(IVirtualMachine machine,
                 AbstractTypedConfiguration recordingComponentConfiguration)
        Setups a java virtual machine by adding the required classpath entries and properties in order to load and run a delegate in its own JVM.
        Parameters:
        machine - A virtual machine that should be populated with the required elements.
        recordingComponentConfiguration - The configuration of the recorder or client that is deployed on this machine.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.