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

TxSupport.Supports (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aspects.tx
Class TxSupport.Supports

java.lang.Object
  extended byorg.jboss.aspects.tx.TxSupport
      extended byorg.jboss.aspects.tx.TxSupport.Supports
All Implemented Interfaces:
Serializable
Enclosing class:
TxSupport

public static final class TxSupport.Supports
extends TxSupport

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.aspects.tx.TxSupport
TxSupport.Mandatory, TxSupport.Never, TxSupport.NotSupported, TxSupport.Required, TxSupport.RequiresNew, TxSupport.Supports
 
Field Summary
 
Fields inherited from class org.jboss.aspects.tx.TxSupport
DEFAULT, log, MANDATORY, NEVER, NOT_SUPPORTED, REQUIRED, REQUIRES_NEW, SUPPORTS
 
Method Summary
 Object serverInvoke(org.jboss.aop.joinpoint.Invocation invocation, TransactionManager tm)
           
 
Methods inherited from class org.jboss.aspects.tx.TxSupport
byName, endTransaction, internalReadResolve, invokeInCallerTx, invokeInNoTx, invokeInOurTx, rethrowApplicationException, rethrowAsTxRolledbackException, setRollbackOnly, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

serverInvoke

public Object serverInvoke(org.jboss.aop.joinpoint.Invocation invocation,
                           TransactionManager tm)
                    throws Throwable
Specified by:
serverInvoke in class TxSupport
Throws:
Throwable


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