Class AppManagedNoTxVehicleBean

java.lang.Object
com.sun.ts.tests.common.vehicle.ejb3share.EJB3ShareBaseBean
com.sun.ts.tests.common.vehicle.appmanagedNoTx.AppManagedNoTxVehicleBean
All Implemented Interfaces:
AppManagedNoTxVehicleIF, EJB3ShareIF, Serializable

public class AppManagedNoTxVehicleBean extends EJB3ShareBaseBean implements AppManagedNoTxVehicleIF, Serializable
See Also:
  • Constructor Details

    • AppManagedNoTxVehicleBean

      public AppManagedNoTxVehicleBean()
      Default constructor for AppManagedNoTxVehicleBean. Calls the superclass constructor.
  • Method Details

    • getVehicleType

      protected String getVehicleType()
      Returns the type of the vehicle.
      Specified by:
      getVehicleType in class EJB3ShareBaseBean
      Returns:
      the vehicle type as a String
    • runTest

      public RemoteStatus runTest(String[] args, Properties props)
      Runs the test with the given arguments and properties.
      Specified by:
      runTest in interface EJB3ShareIF
      Overrides:
      runTest in class EJB3ShareBaseBean
      Parameters:
      args - the arguments for the test
      props - the properties for the test
      Returns:
      the RemoteStatus of the test run
    • setSessionContext

      public void setSessionContext(jakarta.ejb.SessionContext sessionContext)
      Sets the session context.
      Specified by:
      setSessionContext in class EJB3ShareBaseBean
      Parameters:
      sessionContext - the SessionContext to be set
    • setEntityManagerFactory

      public void setEntityManagerFactory(jakarta.persistence.EntityManagerFactory emf)
      Sets the EntityManagerFactory.
      Overrides:
      setEntityManagerFactory in class EJB3ShareBaseBean
      Parameters:
      emf - the EntityManagerFactory to be set
    • setEntityManager

      public void setEntityManager(jakarta.persistence.EntityManager entityManager)
      Sets the EntityManager.
      Specified by:
      setEntityManager in class EJB3ShareBaseBean
      Parameters:
      entityManager - the EntityManager to be set
    • getEntityTransaction

      protected jakarta.persistence.EntityTransaction getEntityTransaction()
      Returns the EntityTransaction.
      Specified by:
      getEntityTransaction in class EJB3ShareBaseBean
      Returns:
      the EntityTransaction