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.
- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com) 2010-05
Method Summary |
void |
trace(java.lang.String methodName,
java.lang.Object[] args)
|
trace
void trace(java.lang.String methodName,
java.lang.Object[] args)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2012. All Rights Reserved.