Uses of Class
org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
-
Packages that use AbstractEjbHandler Package Description org.glassfish.ejb.deployment.annotation.handlers org.glassfish.ejb.mdb.deployment.annotation.handlers -
-
Uses of AbstractEjbHandler in org.glassfish.ejb.deployment.annotation.handlers
Subclasses of AbstractEjbHandler in org.glassfish.ejb.deployment.annotation.handlers Modifier and Type Class Description classSingletonHandlerThis handler is responsible for handling the jakarta.ejb.SingletonclassStatefulHandlerThis handler is responsible for handling the jakarta.ejb.StatefulclassStatelessHandlerThis handler is responsible for handling the jakarta.ejb.Stateless -
Uses of AbstractEjbHandler in org.glassfish.ejb.mdb.deployment.annotation.handlers
Subclasses of AbstractEjbHandler in org.glassfish.ejb.mdb.deployment.annotation.handlers Modifier and Type Class Description classMessageDrivenHandlerThis handler is responsible for handling the jakarta.ejb.MessageDriven
-