Class VmHacks.InstrumentationCommand

java.lang.Object
jadex.bytecode.vmhacks.VmHacks.InstrumentationCommand
Enclosing class:
VmHacks

protected abstract static class VmHacks.InstrumentationCommand extends Object
Instrumentation command issued to the instrumentation agent.
  • Field Details

    • sem

      protected Semaphore sem
      The semaphore.
  • Constructor Details

    • InstrumentationCommand

      protected InstrumentationCommand()
  • Method Details

    • execute

      public final void execute(Instrumentation instrumentation)
      Execute the command.
    • run

      public abstract void run(Instrumentation instrumentation)
      Custom command code.
    • await

      public void await()
      Wait for command to finish.
    • await

      public void await(long timeout) throws TimeoutException
      Wait for command to finish.
      Throws:
      TimeoutException