Uses of Class
org.jboss.as.ejb3.deployment.ApplicableMethodInformation
-
Packages that use ApplicableMethodInformation Package Description org.jboss.as.ejb3.component org.jboss.as.ejb3.security -
-
Uses of ApplicableMethodInformation in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return ApplicableMethodInformation Modifier and Type Method Description ApplicableMethodInformation<EJBMethodSecurityAttribute>EJBComponentDescription. getAnnotationMethodPermissions()ApplicableMethodInformation<EJBMethodSecurityAttribute>EJBComponentDescription. getDescriptorMethodPermissions()ApplicableMethodInformation<javax.ejb.TransactionAttributeType>EJBComponentDescription. getTransactionAttributes()ApplicableMethodInformation<Integer>EJBComponentDescription. getTransactionTimeouts() -
Uses of ApplicableMethodInformation in org.jboss.as.ejb3.security
Methods in org.jboss.as.ejb3.security with parameters of type ApplicableMethodInformation Modifier and Type Method Description protected booleanEjbJaccConfigurator. createPermissions(EjbJaccConfig ejbJaccConfig, EJBComponentDescription description, EJBViewConfiguration ejbViewConfiguration, Method viewMethod, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions)
-