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   
 

Uses of InvocationType in org.jboss.ejb
 

Methods in org.jboss.ejb with parameters of type InvocationType
 Set<Principal> Container.getMethodPermissions(Method m, InvocationType iface)
          Returns the permissions for a method.
 Set<Principal> 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.
 



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