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 TypeMethodDescriptionvoid
ReflectionClient.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 TypeMethodDescriptionvoid
MethodCallInfo.set
(MethodCallInfo another) This method sets the values of thisMethodCallInfo
from another instance. -
Uses of MethodCallInfo in com.jk.core.reflection.server
Methods in com.jk.core.reflection.server with parameters of type MethodCallInfoModifier and TypeMethodDescriptionvoid
MethodsCaller.callMethod
(MethodCallInfo info) This method calls the specified method on the providedMethodCallInfo
object.