Uses of Class
jakarta.ejb.RemoveException

Packages that use RemoveException
Package
Description
Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container.
  • Uses of RemoveException in jakarta.ejb

    Methods in jakarta.ejb that throw RemoveException
    Modifier and Type
    Method
    Description
    void
    EntityBean.ejbRemove()
    A container invokes this method before it removes the enterprise bean object that is currently associated with the instance.
    void
    EJBHome.remove(Handle handle)
    Remove an enterprise bean object identified by its handle.
    void
    EJBHome.remove(Object primaryKey)
    Remove an enterprise bean object identified by its primary key.
    void
    EJBLocalHome.remove(Object primaryKey)
    Remove an enterprise bean object identified by its primary key.
    void
    EJBLocalObject.remove()
    Remove the enterprise bean local object.
    void
    EJBObject.remove()
    Remove the enterprise bean object.