protected static final class SncpClient.SncpAction
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected DLong |
actionid |
protected int |
addressSourceParamIndex |
protected int |
addressTargetParamIndex |
protected boolean |
boolReturnTypeFuture |
protected Creator<? extends java.util.concurrent.CompletableFuture> |
futureCreator |
protected int |
handlerAttachParamIndex |
protected int |
handlerFuncParamIndex |
protected java.lang.reflect.Method |
method |
protected Attribute[] |
paramAttrs |
protected java.lang.Class[] |
paramClass |
protected java.lang.reflect.Type[] |
paramTypes |
protected java.lang.reflect.Type |
resultTypes |
构造器和说明 |
---|
SncpAction(java.lang.Class clazz,
java.lang.reflect.Method method,
DLong actionid) |
protected final DLong actionid
protected final java.lang.reflect.Method method
protected final java.lang.reflect.Type resultTypes
protected final java.lang.reflect.Type[] paramTypes
protected final java.lang.Class[] paramClass
protected final Attribute[] paramAttrs
protected final int handlerFuncParamIndex
protected final int handlerAttachParamIndex
protected final int addressTargetParamIndex
protected final int addressSourceParamIndex
protected final boolean boolReturnTypeFuture
protected final Creator<? extends java.util.concurrent.CompletableFuture> futureCreator
public SncpAction(java.lang.Class clazz, java.lang.reflect.Method method, DLong actionid)