Jaguar CTS control interface for EJB 1.0 stateful session bean.
void afterBegin ( );
void afterCompletion ( in boolean committed );
void beforeCompletion ( );
void ejbActivate ( );
void ejbCreate ( ) raises (CtsComponents::CreateException);
void ejbLoad ( );
void ejbPassivate ( );
void ejbRemove ( );
void ejbStore ( );
void setSessionContext ( in javax.ejb.SessionContext context );