Uses of Interface
com.sun.enterprise.deployment.annotation.handlers.PostProcessor
-
Packages that use PostProcessor Package Description com.sun.enterprise.deployment.annotation.context com.sun.enterprise.deployment.annotation.handlers org.glassfish.ejb.deployment.annotation.handlers -
-
Uses of PostProcessor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context with parameters of type PostProcessor Modifier and Type Method Description voidEjbContext. addPostProcessInfo(AnnotationInfo ainfo, PostProcessor postProcessor) -
Uses of PostProcessor in com.sun.enterprise.deployment.annotation.handlers
Classes in com.sun.enterprise.deployment.annotation.handlers that implement PostProcessor Modifier and Type Class Description classDenyAllHandlerThis handler is responsible for handling the jakarta.annotation.security.DenyAll.classPermitAllHandlerThis handler is responsible for handling the jakarta.annotation.security.PermitAll.classRolesAllowedHandlerThis handler is responsible for handling the jakarta.annotation.security.RolesAllowed. -
Uses of PostProcessor in org.glassfish.ejb.deployment.annotation.handlers
Classes in org.glassfish.ejb.deployment.annotation.handlers that implement PostProcessor Modifier and Type Class Description classAccessTimeoutHandlerThis handler is responsible for handling the jakarta.ejb.AccessTimeout.classAsynchronousHandlerThis handler is responsible for handling the jakarta.ejb.Asynchronous annotation on the Bean class.classLockHandlerThis handler is responsible for handling the jakarta.ejb.Lock.classTransactionAttributeHandlerThis handler is responsible for handling the jakarta.ejb.TransactionAttribute.
-