Uses of Package
org.apache.taglibs.rdc.scxml

Packages that use org.apache.taglibs.rdc.scxml
org.apache.taglibs.rdc.scxml The core classes for the digestion and interpretation of SCXML documents. 
org.apache.taglibs.rdc.scxml.env A collection of classes bridging the SCXML executor to the RDC runtime environment (servlet container). 
org.apache.taglibs.rdc.scxml.model A collection of classes needed to model SCXML documents. 
 

Classes in org.apache.taglibs.rdc.scxml used by org.apache.taglibs.rdc.scxml
Context
          A Context or "scope" for storing variables; usually tied to a SCXML root or State object
ErrorReporter
          An interface for reporting SCXML errors to the host environment, containing the definition of commonly occuring errors while executing SCXML documents.
Evaluator
          Interface for a component that may be used by the SCXML engines to evaluate the expressions within the SCXML document.
EventDispatcher
          The event controller interface used to send messages containing events or other information directly to another SCXML Interpreter, other external systems using an Event I/O Processor or to raise events in the current SCXML session.
Observable
          Interface that allows an entity within an SCXML document to have listeners attached to itself so they may be informed of events within this entity's realm.
PathResolver
          Interface for a component that may be used by the SCXML engines to resolve context sensitive paths.
SCXMLExecutor
          The SCXML "engine" that executes SCXML documents.
SCXMLExpressionException
          Exception thrown when a malformed expression is encountered during evaluation of an expression in a SCXML document.
SCXMLListener
          Listener interface for Observable entities in the SCXML model.
Status
          The encapsulation of the current state of a state machine.
TriggerEvent
          A class representing an event.
 

Classes in org.apache.taglibs.rdc.scxml used by org.apache.taglibs.rdc.scxml.env
Context
          A Context or "scope" for storing variables; usually tied to a SCXML root or State object
ErrorReporter
          An interface for reporting SCXML errors to the host environment, containing the definition of commonly occuring errors while executing SCXML documents.
Evaluator
          Interface for a component that may be used by the SCXML engines to evaluate the expressions within the SCXML document.
EventDispatcher
          The event controller interface used to send messages containing events or other information directly to another SCXML Interpreter, other external systems using an Event I/O Processor or to raise events in the current SCXML session.
PathResolver
          Interface for a component that may be used by the SCXML engines to resolve context sensitive paths.
SCXMLExpressionException
          Exception thrown when a malformed expression is encountered during evaluation of an expression in a SCXML document.
SCXMLListener
          Listener interface for Observable entities in the SCXML model.
 

Classes in org.apache.taglibs.rdc.scxml used by org.apache.taglibs.rdc.scxml.model
Context
          A Context or "scope" for storing variables; usually tied to a SCXML root or State object
NotificationRegistry
          The registry where SCXML listeners are recorded for Observable objects.
Observable
          Interface that allows an entity within an SCXML document to have listeners attached to itself so they may be informed of events within this entity's realm.
SCXMLListener
          Listener interface for Observable entities in the SCXML model.
 



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.