public class LegacyChangeVariablesInvocation extends MethodInvocation
| Constructor and Description |
|---|
LegacyChangeVariablesInvocation(String connectorId,
String variableName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Map<String,Object> |
getVariableChanges() |
static boolean |
isLegacyVariableChange(String interfaceName,
String methodName) |
void |
setVariableChange(String name,
Object value) |
equals, getConnectorId, getInterfaceName, getMethodName, getParameters, setParameters, toStringpublic static boolean isLegacyVariableChange(String interfaceName, String methodName)
public String getLastOnlyTag()
MethodInvocation@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.
getLastOnlyTag in class MethodInvocationCopyright © 2017 Vaadin Ltd. All rights reserved.