public class RemoteInvocation extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
RemoteInvocation() |
RemoteInvocation(String method,
Object[] params,
int callbackId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCallbackId()
Returns the id of the callback on the client that should be invoked when the callback argument is used on the server
|
String |
getMethod() |
Object[] |
getParameters() |
void |
setCallbackId(int callbackId) |
public int getCallbackId()
public void setCallbackId(int callbackId)
public String getMethod()
public Object[] getParameters()
Copyright © 2011–2018 Vertispan LLC. All rights reserved.