Method Summary |
|
public AccountE | getAccount(int i) |
public AccountS | getAccountS(int i) |
abstract public AccountEHome | getHome() return AccontHome, that can be either BMP or CMP bean. |
public void | testApplicationCallerTx2() Test business method throwing an Application exception. |
public void | testApplicationContTx2() Test business method throwing an Application exception.
It must be caught by the client.
A transaction is started in the container. |
public void | testApplicationContTxRb2() Test business method throwing an Application exception.
It must be caught by the client.
A transaction is started in the container. |
public void | testApplicationHomeContTx() Test create method throwing an Application exception. |
public void | testApplicationHomeNoTx() Test home method throwing an Application exception. |
public void | testApplicationHomeUserTx() Test Create method throwing an Application exception. |
public void | testApplicationRemovePkContTx() Test remove(pk) method throwing an Application exception (RemoveException).
It must be caught by the client.
A transaction is started in the container. |
public void | testApplicationRemovePkUserTx() Test remove(pk) method throwing an Application exception (RemoveException).
It must be caught by the client.
A transaction is started in the client. |
public void | testApplicationRemoveThisContTx() Test remove() method throwing an Application exception (RemoveException).
It must be caught by the client.
A transaction is started in the container. |
public void | testApplicationRemoveThisUserTx() Test remove() method throwing an Application exception (RemoveException).
It must be caught by the client.
A transaction is started in the client. |
public void | testDestroyedAfterEJBContTx() Test business method throwing an EJBException Called inside a
containertransaction (Requires). |
public void | testDestroyedAfterEJBNoTx() Test business method throwing an EJBException Called outside transaction. |
public void | testDestroyedAfterEJBUserTx() Test business method throwing an EJBException Called inside a
client transaction (Supports). |
public void | testDiscardedInstances() |
public void | testRuntimeCallerTx() Test RuntimeException in a container-invoked callback (ejbStore)
Methods runs in the context of the caller's transaction
-> RollbackException should be received by the client on commit. |
public void | testRuntimeContTx() Test RuntimeException in a container-invoked callback (ejbStore)
The bean has the TransationRequired attribute. |
public void | testUncheckedHomeContTx() Test ejbCreate method throwing an unchecked exception. |
public void | testUncheckedHomeUserTx() Test ejbCreate method throwing an unchecked exception. |