public interface MethodRequest extends Session
InstanceIdAccessor.InstanceIdMutator, InstanceIdAccessor.InstanceIdPropertySessionIdAccessor.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.
|
getInstanceIdgetSessionIdString getMethodName()
Class<?>[] getArgumentTypeArray()
Object[] getArgumentArray()
Copyright © 2015. All rights reserved.