Jaguar CTS control interface for EJB 1.0 entity bean.
void _afterBegin ( );
void _afterCompletion ( in boolean committed );
void _beforeCompletion ( );
void ejbActivate ( );
void ejbCreate ( ) raises (CtsComponents::CreateException);
void ejbFind ( );
void ejbHome ( ) raises (CtsComponents::RemoveException);
void ejbLoad ( );
void ejbPassivate ( );
void ejbPostCreate ( ) raises (CtsComponents::CreateException);
void ejbRemove ( ) raises (CtsComponents::RemoveException);
void ejbStore ( );
void setEntityContext ( in javax.ejb.EntityContext context );
void unsetEntityContext ( );