Method Summary |
|
public void | setup() Gets an instance of the bean. |
public void | testIdentity() Verifies if the method isIdentical works. |
public void | verifyMandatoryLocalException() Verifies if the client with a ejb 2.1 local view receives the correct
exception when a method with Transaction Attribute Mandatory is called
without transaction context. |
public void | verifyMandatoryRemoteException() Verifies if the client with a ejb 2.1 remote view receives the correct
exception when a method with Transaction Attribute Mandatory is called
without transaction context. |
public void | verifyNeverLocalException() Verifies if the client with a ejb 2.1 local view receives the correct
exception when a method with Transaction Attribute Never is called
with transaction context. |
public void | verifyNeverRemoteException() Verifies if the client with a ejb 2.1 never view receives the correct
exception when a method with Transaction Attribute Never is called
with transaction context. |