Package 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.

See:
          Description

Interface Summary
Invoker The Invoker interface is used to define the possible interactions between the parent state machine (executor) and the types of invocable activities.
 

Class Summary
SimpleSCXMLInvoker A simple Invoker for SCXML documents.
 

Exception Summary
InvokerException Exception thrown when a process specified by an <invoke> cannot be initiated.
 

Package org.apache.commons.scxml.invoke Description

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.



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