Class UserBusinessActivity

java.lang.Object
com.arjuna.mw.wst11.UserBusinessActivity

public abstract class UserBusinessActivity extends Object
This is the interface that allows BAs to be started and terminated. The messaging layer converts the messages into calls on this. Importantly, a UserBusinessActivity does not represent a specific transaction, but rather is responsible for providing access to an implicit per-thread transaction context; it is similar to the UserTransaction in the JTA specification. Therefore, all of the UserTransaction methods implicitly act on the current thread of control.
Since:
XTS 1.0.
Version:
$Id: UserBusinessActivity.java,v 1.4.6.1 2005/11/22 10:36:06 kconner Exp $
Author:
Mark Little (mark.little@arjuna.com)