Interface RemoteInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
InstrumentedClass

public interface RemoteInterface extends Remote
RMI communication endpoint interface, exposed by the test runner for the purpose of receiving remote method trace information from code instrumented by Byteman Rules.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    trace(String methodName, Object[] args)