| Package | Description | 
|---|---|
| org.apache.commons.scxml2 | 
 The Commons SCXML executor and core concepts. 
 | 
| org.apache.commons.scxml2.invoke | 
 A collection of classes related to the SCXML <invoke>
     element and its children, dealing with the invocation of
     activities associated with a particular state in the state machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Invoker | 
SCXMLExecutionContext.newInvoker(String type)
Create a new  
Invoker | 
void | 
SCXMLExecutionContext.registerInvoker(Invoke invoke,
                              Invoker invoker)
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleSCXMLInvoker.cancel()
Cancel this invocation. 
 | 
void | 
Invoker.cancel()
Cancel this invocation. 
 | 
void | 
SimpleSCXMLInvoker.invoke(String source,
            Map<String,Object> params)
Begin this invocation. 
 | 
void | 
Invoker.invoke(String source,
            Map<String,Object> params)
Begin this invocation. 
 | 
void | 
SimpleSCXMLInvoker.parentEvent(TriggerEvent evt)
Forwards the event triggered on the parent state machine
 on to the invoked activity. 
 | 
void | 
Invoker.parentEvent(TriggerEvent event)
Forwards the event triggered on the parent state machine
 on to the invoked activity. 
 | 
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.