Uses of Class
org.jboss.invocation.InvocationType

Packages that use InvocationType
org.jboss.invocation   
org.jboss.metadata   
 

Uses of InvocationType in org.jboss.invocation
 

Fields in org.jboss.invocation declared as InvocationType
static InvocationType InvocationType.HOME
           
static InvocationType InvocationType.LOCAL
           
static InvocationType InvocationType.LOCALHOME
           
static InvocationType InvocationType.REMOTE
           
static InvocationType InvocationType.SERVICE_ENDPOINT
           
 

Uses of InvocationType in org.jboss.metadata
 

Methods in org.jboss.metadata with parameters of type InvocationType
 Set<String> BeanMetaData.getMethodPermissions(String methodName, Class[] params, InvocationType iface)
          Deprecated. A somewhat tedious method that builds a Set of the roles that have been assigned permission to execute the indicated method.
 byte BeanMetaData.getMethodTransactionType(String methodName, Class[] params, InvocationType iface)
          Deprecated. Get the method transaction type
 byte MessageDrivenMetaData.getMethodTransactionType(String methodName, Class[] params, InvocationType iface)
          Deprecated.  
 byte BeanMetaData.getTransactionMethod(Method m, InvocationType iface)
          Deprecated. Get the transaction type
 boolean BeanMetaData.hasMethodPermission(String methodName, Class[] params, InvocationType iface)
          Deprecated. Check to see if there was a method-permission or exclude-list statement for the given method.
 boolean MethodMetaData.patternMatches(String name, Class[] arg, InvocationType iface)
          Deprecated. Get whether the pattern matches
 boolean MethodMetaData.patternMatches(String name, String[] arg, InvocationType iface)
          Deprecated. Get whether the pattern matches
 



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