Package org.jboss.byteman.contrib.dtest
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
trace(java.lang.String methodName, java.lang.Object[] args)
-