Class StatefulCalleeEJB
java.lang.Object
com.sun.ts.tests.common.ejb.wrappers.StatefulWrapper
com.sun.ts.tests.common.ejb.calleebeans.StatefulCalleeEJB
- All Implemented Interfaces:
- jakarta.ejb.EnterpriseBean,- jakarta.ejb.SessionBean,- Serializable
- See Also:
- 
Field SummaryFields inherited from class com.sun.ts.tests.common.ejb.wrappers.StatefulWrappernctx, props, sctx
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcall(Properties props, SimpleArgument arg) voidejbCreate(Properties p, SimpleArgument arg) Modify arg and call StatefulWrapper create methodvoidejbPostCreate(Properties p, SimpleArgument arg) voidlogArgStatus(String msg, SimpleArgument arg) Methods inherited from class com.sun.ts.tests.common.ejb.wrappers.StatefulWrapperejbActivate, ejbCreate, ejbPassivate, ejbPostCreate, ejbRemove, setSessionContext
- 
Constructor Details- 
StatefulCalleeEJBpublic StatefulCalleeEJB()
 
- 
- 
Method Details- 
ejbCreateModify arg and call StatefulWrapper create method- Throws:
- jakarta.ejb.CreateException
 
- 
ejbPostCreate- Throws:
- jakarta.ejb.CreateException
 
- 
call
- 
logArgStatus
 
-