Package org.jboss.byteman.contrib.dtest
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.- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com) 2010-05
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
trace(String methodName, Object[] args)
-
-
-
Method Detail
-
trace
void trace(String methodName, Object[] args) throws RemoteException
- Throws:
RemoteException
-
-