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

public class StatefulCalleeEJB extends StatefulWrapper
See Also:
  • Constructor Details

    • StatefulCalleeEJB

      public StatefulCalleeEJB()
  • Method Details

    • ejbCreate

      public void ejbCreate(Properties p, SimpleArgument arg) throws jakarta.ejb.CreateException
      Modify arg and call StatefulWrapper create method
      Throws:
      jakarta.ejb.CreateException
    • ejbPostCreate

      public void ejbPostCreate(Properties p, SimpleArgument arg) throws jakarta.ejb.CreateException
      Throws:
      jakarta.ejb.CreateException
    • call

      public void call(Properties props, SimpleArgument arg)
    • logArgStatus

      public void logArgStatus(String msg, SimpleArgument arg)