Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
Search
Search

Contents

Primary Presentation

Element Catalog

Variability Guide

Other Information

Related Views

Anchor
primary
primary
Primary Presentation


Image Modified
Diagram in MS Visio format

Anchor
element
element
Element Catalog

ejb::<<SessionEJB>>ProcessManagerEJB

...

Session bean that handles the workflow process to fullfil an order, i.e., order creation, get status, and update status.

manager::ejb::<<EntityBean>>ManagerEJB

...

Entity bean that views and modifies sign on information for a particular process manager.

transitions::TransitionInfo

...

Encapsulates the parameters passed to the transition delegates: the message in xml format and a collection of batch instructions.

transitions::TransitionDelegateFactory

...

Used to get the required type of TransitionDelegate.

transitions::<<interface>>TransitionDelegate

...

handle the details of transitioning to the next activity. They prepare messages and send them to JMS destinations.

Anchor
variability
variability
Variability Guide

None.

Anchor
other
other
Other Information

This package is mainly used by <

<app>

> <<app>> supplier to handle workflow.

Anchor
related
related
Related Views

...