public class Invocation extends Object implements Serializable
| Constructor and Description |
|---|
Invocation() |
Invocation(String methodName,
Class<? extends Object>[] argTypes,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Class<? extends Object>[] |
getArgTypes() |
String |
getMethodName() |
void |
setArgs(Object[] args) |
void |
setArgTypes(Class<? extends Object>[] argTypes) |
void |
setMethodName(String methodName) |
Copyright © 2015. All rights reserved.