站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Class org.jboss.invocation.InvocationType (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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 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.
 Set Container.getMethodPermissions(Method m, InvocationType iface)
          Returns the permissions for a method.
 

Uses of InvocationType in org.jboss.ejb.plugins
 

Methods in org.jboss.ejb.plugins with parameters of type InvocationType
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.REMOTE
           
static InvocationType InvocationType.LOCAL
           
static InvocationType InvocationType.HOME
           
static InvocationType InvocationType.LOCALHOME
           
static InvocationType InvocationType.SERVICE_ENDPOINT
           
 InvocationType Invocation.invocationType
           
 

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
 boolean MethodMetaData.patternMatches(String name, Class[] arg, InvocationType iface)
           
 boolean MethodMetaData.patternMatches(String name, String[] arg, 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.getMethodTransactionType(String methodName, Class[] params, InvocationType iface)
           
 byte BeanMetaData.getTransactionMethod(Method m, InvocationType iface)
           
 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.
 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.
 



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