Interface EjbContainerServices

All Superinterfaces:
Serializable

@Contract public interface EjbContainerServices extends Serializable
Various container services needed by other modules. E.g., the CDI integration module.
  • Method Details

    • getBusinessObject

      <S> S getBusinessObject(Object ejbRef, Class<S> sClass)
    • remove

      void remove(Object ejbRef)
    • isRemoved

      boolean isRemoved(Object ejbRef)
    • isEjbManagedObject

      boolean isEjbManagedObject(Object ejbDesc, Class c)