Uses of Class
com.jk.core.reflection.common.MethodCallInfo
Packages that use MethodCallInfo
Package
Description
-
Uses of MethodCallInfo in com.jk.core.reflection.client
Methods in com.jk.core.reflection.client with parameters of type MethodCallInfoModifier and TypeMethodDescriptionvoidReflectionClient.callMethod(MethodCallInfo info) This method calls a remote method using reflection over a network connection. -
Uses of MethodCallInfo in com.jk.core.reflection.common
Methods in com.jk.core.reflection.common with parameters of type MethodCallInfoModifier and TypeMethodDescriptionvoidMethodCallInfo.set(MethodCallInfo another) This method sets the values of thisMethodCallInfofrom another instance. -
Uses of MethodCallInfo in com.jk.core.reflection.server
Methods in com.jk.core.reflection.server with parameters of type MethodCallInfoModifier and TypeMethodDescriptionvoidMethodsCaller.callMethod(MethodCallInfo info) This method calls the specified method on the providedMethodCallInfoobject.