public interface MethodRequest extends Session
InstanceIdAccessor.InstanceIdMutator, InstanceIdAccessor.InstanceIdProperty
SessionIdAccessor.SessionIdMutator, SessionIdAccessor.SessionIdProperty
Modifier and Type | Method and Description |
---|---|
Object[] |
getArgumentArray()
Returns the arguments to be passed to the method which in turn will be
invoked on the target object.
|
Class<?>[] |
getArgumentTypeArray()
Returns an array of Class objects that represent the formal parameter
types, in declaration order, of the method represented by this Method
object.
|
String |
getMethodName()
Returns the name of the method represented by this method object, as a
String.
|
getInstanceId
getSessionId
String getMethodName()
Class<?>[] getArgumentTypeArray()
Object[] getArgumentArray()
Copyright © 2017. All rights reserved.