|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.server.core.MethodInvocation
public class MethodInvocation
Represents an method invocation of a method contained in the EmfStore interface.
| Constructor Summary | |
|---|---|
MethodInvocation(String methodName,
Object[] params)
Creates a method invocation with given parameters. |
|
| Method Summary | |
|---|---|
Object[] |
getAllParameters()
Get the invocation parameters, including the session id. |
String |
getMethodName()
Returns the original method name. |
Object[] |
getParameters()
Get the invocation parameters. |
SessionId |
getSessionId()
Get the session id of the invocation. |
EmfStoreMethod.MethodId |
getType()
Get the methodId of the operation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInvocation(String methodName,
Object[] params)
throws InvalidInputException
methodName - the name of the methodparams - the parameters, including the session id
InvalidInputException - throw if first parameter is not a session id| Method Detail |
|---|
public EmfStoreMethod.MethodId getType()
public Object[] getParameters()
public Object[] getAllParameters()
public SessionId getSessionId()
public String getMethodName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||