| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.relation.omb.FrontSFR
FrontSFR | public class FrontSFR implements SessionBean(Code) | | Frontal Session bean.
|
ejbContext | SessionContext ejbContext(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
method1 | public void method1()(Code) | | method1
|
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
testRemove1 | public void testRemove1()(Code) | | Ensure the javax.ejb.EJBException is thrown when trying
to invoke an accessor method on a deleted entitybean object
|
testSetCmrWithDeleted | public void testSetCmrWithDeleted()(Code) | | Ensure the IllegalArgumentException is thrown when trying
to set a collection cmr-field to a wrong relationship type
|
testSetCmrWithWrongType | public void testSetCmrWithWrongType()(Code) | | Ensure the IllegalArgumentException is thrown when trying
to set a collection cmr-field to a wrong relationship type
|
|
|
|