Uses of Class
org.jboss.invocation.InvocationType

Packages that use InvocationType
org.jboss.ejb Package description goes here
org.jboss.ejb.plugins Package description goes here
org.jboss.invocation   
org.jboss.metadata Package description goes here
 

Uses of InvocationType in org.jboss.ejb
 

Methods in org.jboss.ejb with parameters of type InvocationType
 Set Container.getMethodPermissions(Method m, InvocationType iface)
          Returns the permissions for a method.
 Set StatefulSessionContainer.getMethodPermissions(Method m, InvocationType iface)
          Override getMethodPermissions to work around the fact that stateful session handles obtain their ejb objects by doing an invocation on the container as a home method invocation using the Handle.getEJBObject method.
 

Uses of InvocationType in org.jboss.ejb.plugins
 

Methods in org.jboss.ejb.plugins with parameters of type InvocationType
protected  void TxInterceptorCMT.checkTransactionStatus(Transaction tx, InvocationType type)
          The application has not thrown an exception, but...
protected  void TxInterceptorCMT.throwJBossException(Exception e, InvocationType type)
          Rethrow the exception as a rollback or rollback local
 

Uses of InvocationType in org.jboss.invocation
 

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

Methods in org.jboss.invocation that return InvocationType
 InvocationType Invocation.getType()
           
 

Methods in org.jboss.invocation with parameters of type InvocationType
 void Invocation.setType(InvocationType type)
          An arbitrary type.
 

Uses of InvocationType in org.jboss.metadata
 

Methods in org.jboss.metadata with parameters of type InvocationType
 Set BeanMetaData.getMethodPermissions(String methodName, Class[] params, InvocationType iface)
          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)
           
 byte MessageDrivenMetaData.getMethodTransactionType(String methodName, Class[] params, InvocationType iface)
          Overide here, since a message driven bean only ever have one method, which we might cache.
 byte BeanMetaData.getTransactionMethod(Method m, InvocationType iface)
           
 boolean BeanMetaData.hasMethodPermission(String methodName, Class[] params, InvocationType iface)
          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)
           
 boolean MethodMetaData.patternMatches(String name, String[] arg, InvocationType iface)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.