public static class InvokeParamNameTest.DummyInvoker extends Object implements Invoker
Constructor and Description |
---|
InvokeParamNameTest.DummyInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
SCXMLIOProcessor |
getChildIOProcessor() |
String |
getInvokeId() |
void |
invoke(String source,
Map<String,Object> params) |
Map<String,Object> |
lastParams() |
String |
lastSource() |
void |
parentEvent(TriggerEvent evt) |
void |
setInvokeId(String invokeId) |
void |
setParentSCXMLExecutor(SCXMLExecutor parentSCXMLExecutor) |
public InvokeParamNameTest.DummyInvoker()
public void invoke(String source, Map<String,Object> params) throws InvokerException
invoke
in interface Invoker
InvokerException
public String lastSource()
public Map<String,Object> lastParams()
public void cancel() throws InvokerException
cancel
in interface Invoker
InvokerException
public void parentEvent(TriggerEvent evt) throws InvokerException
parentEvent
in interface Invoker
InvokerException
public String getInvokeId()
getInvokeId
in interface Invoker
public void setInvokeId(String invokeId)
setInvokeId
in interface Invoker
public void setParentSCXMLExecutor(SCXMLExecutor parentSCXMLExecutor)
setParentSCXMLExecutor
in interface Invoker
public SCXMLIOProcessor getChildIOProcessor()
getChildIOProcessor
in interface Invoker
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.