I guess there is a small mistake in the exaplanaition:
It should be SUPPORTS.Note that a client can get javax.ejb.EJBTransactionRolledbackException only if the bean method executes in the transaction context of the client. This can happen only if the transaction attribute of the bean is REQUIRED, MANDATORY, or SUPPORTED.
Cheers!