public class ESMethodInvocation extends Object
| Constructor and Description |
|---|
ESMethodInvocation(String methodName,
Object[] params)
Creates a method invocation with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getAllParameters()
Get the invocation parameters, including the session id.
|
String |
getMethodName()
Returns the original method name.
|
Object[] |
getParameters()
Get the invocation parameters.
|
ESSessionId |
getSessionId()
Get the session id of the invocation.
|
ESMethod.MethodId |
getType()
Get the methodId of the operation.
|
public ESMethodInvocation(String methodName, Object[] params) throws InvalidInputException
methodName - the name of the methodparams - the parameters, including the session idInvalidInputException - throw if first parameter is not a session idpublic ESMethod.MethodId getType()
public Object[] getParameters()
public Object[] getAllParameters()
public ESSessionId getSessionId()
public String getMethodName()
Copyright © 2017. All rights reserved.