public class MethodInvocation extends Object implements Serializable
| Constructor and Description |
|---|
MethodInvocation(String connectorId,
String interfaceName,
String methodName) |
MethodInvocation(String connectorId,
String interfaceName,
String methodName,
Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConnectorId() |
String |
getInterfaceName() |
String |
getLastOnlyTag()
Gets a String tag that is used to uniquely identify previous method
invocations that should be purged from the queue if
@Delay(lastOnly = true) is used. |
String |
getMethodName() |
Object[] |
getParameters() |
void |
setParameters(Object[] parameters) |
String |
toString() |
public MethodInvocation(String connectorId, String interfaceName, String methodName)
public String getConnectorId()
public String getInterfaceName()
public String getMethodName()
public Object[] getParameters()
public void setParameters(Object[] parameters)
public String getLastOnlyTag()
@Delay(lastOnly = true) is used.
The returned string should contain at least one non-number char to ensure it doesn't collide with the keys used for invocations without lastOnly.
Copyright © 2017 Vaadin Ltd. All rights reserved.