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

NoTxPropagationInterceptor (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档


org.jboss.proxy.ejb
Class NoTxPropagationInterceptor

java.lang.Object
  extended byorg.jboss.ejb.plugins.AbstractInterceptor
      extended byorg.jboss.proxy.ejb.NoTxPropagationInterceptor
All Implemented Interfaces:
org.jboss.ejb.ContainerPlugin, org.jboss.ejb.Interceptor, org.jboss.system.Service

public class NoTxPropagationInterceptor
extends org.jboss.ejb.plugins.AbstractInterceptor

A NoTxPropagationInterceptor for throwing remote exceptions according to the spec.

Version:
$Revision: 1.2.2.1 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from class org.jboss.ejb.plugins.AbstractInterceptor
container, log, nextInterceptor
 
Constructor Summary
NoTxPropagationInterceptor()
           
 
Method Summary
protected  void checkNoTxPropagation(org.jboss.invocation.Invocation mi)
           
 Object invoke(org.jboss.invocation.Invocation mi)
           
 Object invokeHome(org.jboss.invocation.Invocation mi)
           
 
Methods inherited from class org.jboss.ejb.plugins.AbstractInterceptor
create, destroy, getContainer, getNext, setContainer, setNext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoTxPropagationInterceptor

public NoTxPropagationInterceptor()
Method Detail

invokeHome

public Object invokeHome(org.jboss.invocation.Invocation mi)
                  throws Exception
Throws:
Exception

invoke

public Object invoke(org.jboss.invocation.Invocation mi)
              throws Exception
Throws:
Exception

checkNoTxPropagation

protected void checkNoTxPropagation(org.jboss.invocation.Invocation mi)
                             throws Exception
Throws:
Exception


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