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 Summary
Fields inherited from class com.sun.ts.tests.common.ejb.wrappers.StatefulWrapper
nctx, props, sctx
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(Properties props, SimpleArgument arg) void
ejbCreate
(Properties p, SimpleArgument arg) Modify arg and call StatefulWrapper create methodvoid
ejbPostCreate
(Properties p, SimpleArgument arg) void
logArgStatus
(String msg, SimpleArgument arg) Methods inherited from class com.sun.ts.tests.common.ejb.wrappers.StatefulWrapper
ejbActivate, ejbCreate, ejbPassivate, ejbPostCreate, ejbRemove, setSessionContext
-
Constructor Details
-
StatefulCalleeEJB
public StatefulCalleeEJB()
-
-
Method Details
-
ejbCreate
Modify arg and call StatefulWrapper create method- Throws:
jakarta.ejb.CreateException
-
ejbPostCreate
- Throws:
jakarta.ejb.CreateException
-
call
-
logArgStatus
-