public class InvokeMethod extends Object implements Serializable
| 构造器和说明 |
|---|
InvokeMethod() |
InvokeMethod(ConnectionChannel connectionChannel,
String methodName,
Class<?>[] parameterTypes,
Object[] arguments) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArguments() |
ConnectionChannel |
getConnectionChannel() |
String |
getMethodName() |
Class<?>[] |
getParameterTypes() |
void |
reversal()
信息反转
|
void |
setArguments(Object[] arguments) |
void |
setConnectionChannel(ConnectionChannel connectionChannel) |
void |
setMethodName(String methodName) |
void |
setParameterTypes(Class<?>[] parameterTypes) |
String |
toString() |
public InvokeMethod()
public InvokeMethod(ConnectionChannel connectionChannel, String methodName, Class<?>[] parameterTypes, Object[] arguments)
public void reversal()
public ConnectionChannel getConnectionChannel()
public void setConnectionChannel(ConnectionChannel connectionChannel)
public String getMethodName()
public void setMethodName(String methodName)
public Class<?>[] getParameterTypes()
public void setParameterTypes(Class<?>[] parameterTypes)
public Object[] getArguments()
public void setArguments(Object[] arguments)
Copyright © 2018. All rights reserved.