| Package | Description |
|---|---|
| com.sun.enterprise.deployment.annotation.context | |
| com.sun.enterprise.deployment.annotation.handlers | |
| org.glassfish.ejb.deployment.annotation.handlers |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbContext.addPostProcessInfo(AnnotationInfo ainfo,
PostProcessor postProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DenyAllHandler
This handler is responsible for handling the javax.annotation.security.DenyAll.
|
class |
PermitAllHandler
This handler is responsible for handling the
javax.annotation.security.PermitAll.
|
class |
RolesAllowedHandler
This handler is responsible for handling the
javax.annotation.security.RolesAllowed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTimeoutHandler
This handler is responsible for handling the javax.ejb.AccessTimeout.
|
class |
AsynchronousHandler
This handler is responsible for handling the javax.ejb.Asynchronous
annotation on the Bean class.
|
class |
LockHandler
This handler is responsible for handling the javax.ejb.Lock.
|
class |
TransactionAttributeHandler
This handler is responsible for handling the javax.ejb.TransactionAttribute.
|
Copyright © 2019. All rights reserved.