Uses of Class
org.apache.commons.scxml.invoke.InvokerException

Packages that use InvokerException
org.apache.commons.scxml The Commons SCXML executor and core concepts. 
org.apache.commons.scxml.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. 
 

Uses of InvokerException in org.apache.commons.scxml
 

Methods in org.apache.commons.scxml that throw InvokerException
 Invoker SCInstance.newInvoker(String targettype)
          Get the Invoker for this TransitionTarget.
 

Uses of InvokerException in org.apache.commons.scxml.invoke
 

Methods in org.apache.commons.scxml.invoke that throw InvokerException
 void SimpleSCXMLInvoker.cancel()
          Cancel this invocation..
 void Invoker.cancel()
          Cancel this invocation.
 void SimpleSCXMLInvoker.invoke(String source, Map params)
          Begin this invocation..
 void Invoker.invoke(String source, Map params)
          Begin this invocation.
 void SimpleSCXMLInvoker.parentEvents(TriggerEvent[] evts)
          Forwards the events triggered on the parent state machine on to the invoked activity..
 void Invoker.parentEvents(TriggerEvent[] evts)
          Forwards the events triggered on the parent state machine on to the invoked activity.
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.