public class TransactionInvocation extends Object implements Serializable
构造器和说明 |
---|
TransactionInvocation() |
TransactionInvocation(Class targetClazz,
String method,
String methodStr,
Object[] argumentValues,
Class[] parameterTypes) |
限定符和类型 | 方法和说明 |
---|---|
Object[] |
getArgumentValues() |
String |
getMethod() |
String |
getMethodStr() |
Class[] |
getParameterTypes() |
Class |
getTargetClazz() |
void |
setArgumentValues(Object[] argumentValues) |
void |
setMethod(String method) |
void |
setMethodStr(String methodStr) |
void |
setParameterTypes(Class[] parameterTypes) |
void |
setTargetClazz(Class targetClazz) |
public String getMethodStr()
public void setMethodStr(String methodStr)
public Class getTargetClazz()
public void setTargetClazz(Class targetClazz)
public String getMethod()
public void setMethod(String method)
public Object[] getArgumentValues()
public void setArgumentValues(Object[] argumentValues)
public Class[] getParameterTypes()
public void setParameterTypes(Class[] parameterTypes)
Copyright © 2020. All rights reserved.