Package me.ehp246.aufjms.api.jms
Interface Invocation
- All Known Implementing Classes:
DefaultProxyInvocation
public interface Invocation
The abstraction of an invocation of a method.
- Since:
- 1.0
- Author:
- Lei Yang
-
Method Summary
-
Method Details
-
target
java.lang.Object target()The object on which the invocation is made. -
method
java.lang.reflect.Method method()The method that is invoked. -
args
java.util.List<?> args()Arguments of the invocation.
-