Uses of Class
org.jboss.metadata.ejb.spec.MethodInterfaceType

Packages that use MethodInterfaceType
org.jboss.metadata.common.ejb   
org.jboss.metadata.ejb.jboss   
org.jboss.metadata.ejb.jboss.jndipolicy.plugins   
org.jboss.metadata.ejb.spec   
 

Uses of MethodInterfaceType in org.jboss.metadata.common.ejb
 

Methods in org.jboss.metadata.common.ejb with parameters of type MethodInterfaceType
 javax.ejb.TransactionAttributeType IEnterpriseBeanMetaData.getMethodTransactionType(Method m, MethodInterfaceType iface)
           
 javax.ejb.TransactionAttributeType IEnterpriseBeanMetaData.getMethodTransactionType(String methodName, Class<?>[] params, MethodInterfaceType iface)
           
 

Uses of MethodInterfaceType in org.jboss.metadata.ejb.jboss
 

Methods in org.jboss.metadata.ejb.jboss with parameters of type MethodInterfaceType
 Set<String> JBossEnterpriseBeanMetaData.getMethodPermissions(String methodName, Class<?>[] params, MethodInterfaceType interfaceType)
          A somewhat tedious method that builds a Set of the roles that have been assigned permission to execute the indicated method.
 Set<String> JBossMessageDrivenBeanGenericWrapper.getMethodPermissions(String methodName, Class<?>[] params, MethodInterfaceType interfaceType)
           
 javax.ejb.TransactionAttributeType JBossEnterpriseBeanMetaData.getMethodTransactionType(Method m, MethodInterfaceType iface)
          Get the transaction type
 javax.ejb.TransactionAttributeType JBossMessageDrivenBeanGenericWrapper.getMethodTransactionType(Method m, MethodInterfaceType iface)
           
 javax.ejb.TransactionAttributeType JBossEnterpriseBeanMetaData.getMethodTransactionType(String methodName, Class<?>[] params, MethodInterfaceType iface)
          Get the method transaction type
 javax.ejb.TransactionAttributeType JBossMessageDrivenBeanGenericWrapper.getMethodTransactionType(String methodName, Class<?>[] params, MethodInterfaceType iface)
           
 boolean JBossEnterpriseBeanMetaData.hasMethodPermissions(String methodName, Class<?>[] params, MethodInterfaceType interfaceType)
          Check to see if there was a method-permission or exclude-list statement for the given method.
 boolean JBossMessageDrivenBeanGenericWrapper.hasMethodPermissions(String methodName, Class<?>[] params, MethodInterfaceType interfaceType)
           
 

Uses of MethodInterfaceType in org.jboss.metadata.ejb.jboss.jndipolicy.plugins
 

Methods in org.jboss.metadata.ejb.jboss.jndipolicy.plugins with parameters of type MethodInterfaceType
 Set<String> JBossSessionPolicyDecorator.getMethodPermissions(String methodName, Class<?>[] params, MethodInterfaceType interfaceType)
           
 Set<String> JbossEntityPolicyDecorator.getMethodPermissions(String methodName, Class<?>[] params, MethodInterfaceType interfaceType)
           
 javax.ejb.TransactionAttributeType JBossSessionPolicyDecorator.getMethodTransactionType(Method m, MethodInterfaceType iface)
           
 javax.ejb.TransactionAttributeType JbossEntityPolicyDecorator.getMethodTransactionType(Method m, MethodInterfaceType iface)
           
 javax.ejb.TransactionAttributeType JBossSessionPolicyDecorator.getMethodTransactionType(String methodName, Class<?>[] params, MethodInterfaceType iface)
           
 javax.ejb.TransactionAttributeType JbossEntityPolicyDecorator.getMethodTransactionType(String methodName, Class<?>[] params, MethodInterfaceType iface)
           
 boolean JBossSessionPolicyDecorator.hasMethodPermissions(String methodName, Class<?>[] params, MethodInterfaceType interfaceType)
           
 boolean JbossEntityPolicyDecorator.hasMethodPermissions(String methodName, Class<?>[] params, MethodInterfaceType interfaceType)
           
 

Uses of MethodInterfaceType in org.jboss.metadata.ejb.spec
 

Methods in org.jboss.metadata.ejb.spec that return MethodInterfaceType
 MethodInterfaceType MethodMetaData.getMethodIntf()
          Get the methodInterface.
static MethodInterfaceType MethodInterfaceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MethodInterfaceType[] MethodInterfaceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.metadata.ejb.spec with parameters of type MethodInterfaceType
 MethodMetaData ContainerTransactionMetaData.bestMatch(String methodName, Class[] params, MethodInterfaceType interfaceType, MethodMetaData bestMatch)
          Whether this matches
 MethodMetaData MethodsMetaData.bestMatch(String methodName, Class[] params, MethodInterfaceType interfaceType, MethodMetaData bestMatch)
          Whether this matches
 MethodMetaData MethodsMetaData.bestMatch(String methodName, String[] params, MethodInterfaceType interfaceType, MethodMetaData bestMatch)
          Whether this matches
 javax.ejb.TransactionAttributeType EnterpriseBeanMetaData.getMethodTransactionType(Method m, MethodInterfaceType iface)
          Get the transaction type
 javax.ejb.TransactionAttributeType EnterpriseBeanMetaData.getMethodTransactionType(String methodName, Class<?>[] params, MethodInterfaceType iface)
          Get the method transaction type
 boolean MethodPermissionMetaData.isNotChecked(String methodName, Class[] params, MethodInterfaceType interfaceType)
          Whether this is not checked
 boolean ContainerTransactionMetaData.matches(String methodName, Class[] params, MethodInterfaceType interfaceType)
          Whether this matches
 boolean ExcludeListMetaData.matches(String methodName, Class[] params, MethodInterfaceType interfaceType)
          Whether this matches
 boolean MethodPermissionMetaData.matches(String methodName, Class[] params, MethodInterfaceType interfaceType)
          Whether this matches
 boolean MethodsMetaData.matches(String methodName, Class[] params, MethodInterfaceType interfaceType)
          Whether this matches
 boolean MethodMetaData.matches(String methodName, String[] params, MethodInterfaceType interfaceType)
          Whether this matches
 boolean MethodsMetaData.matches(String methodName, String[] params, MethodInterfaceType interfaceType)
          Whether this matches
 void MethodMetaData.setMethodIntf(MethodInterfaceType methodInterface)
          Set the methodInterface.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.