Predefined methods for Single Action EJBs

To support toolkit processes within WebSphere Application Server, the StatefulSingleAction and StatelessSingleAction provide the following methods:

When you create a Single Action EJB, extend the super class StatefulSingleAction or StatelessSingleAction. This saves you from coding for the methods mentioned above.

Refer to the Javadoc for details about the BaseSingleAction methods.