Interface RemoteInterface

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    InstrumentedClass

    public interface RemoteInterface
    extends java.rmi.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 Detail

      • trace

        void trace​(java.lang.String methodName,
                   java.lang.Object[] args)
            throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException