| |
|
| java.lang.Object org.ow2.easybeans.tests.transaction.containermanaged.mdb.TestNotSupportedRemoteMDB
TestNotSupportedRemoteMDB | public class TestNotSupportedRemoteMDB (Code) | | Verifies if message-driven bean with container-managed transaction is
following the JSR 220. The items covered in this test are: 5.4.12
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
public void | startUp00() Creates the JMS manager. | public void | tearDown() Clears logs. | public void | tearDownClass() Clears logs. | public void | testNotSupported00() Verifies if the container-managed transaction in the
message-driven bean with transaction attribute NOT_SUPPORTED is working properly. |
startUp00 | public void startUp00() throws Exception(Code) | | Creates the JMS manager.
throws: Exception - if there is a problem. |
testNotSupported00 | public void testNotSupported00() throws Exception(Code) | | Verifies if the container-managed transaction in the
message-driven bean with transaction attribute NOT_SUPPORTED is working properly.
throws: Exception - if a problem occurs. |
|
|
|