org.openmdx.kernel.application.deploy.spi
Interface Deployment.ContainerTransaction

All Known Implementing Classes:
ContainerTransactionDeploymentDescriptor
Enclosing interface:
Deployment

public static interface Deployment.ContainerTransaction

ContainerTransaction

The container-transactionType specifies how the container must manage transaction scopes for the enterprise bean's method invocations. It defines an optional description, a list of method elements, and a transaction attribute. The transaction attribute is to be applied to all the specified methods.


Method Summary
 List getMethod()
          Retrieve the collection of methods to which the given transaction attribute should be applied.
 String getTransAttribute()
          The trans-attributeType specifies how the container must manage the transaction boundaries when delegating a method invocation to an enterprise bean's business method.
 

Method Detail

getMethod

List getMethod()
Retrieve the collection of methods to which the given transaction attribute should be applied.

Returns:
the list of methods

getTransAttribute

String getTransAttribute()
The trans-attributeType specifies how the container must manage the transaction boundaries when delegating a method invocation to an enterprise bean's business method.

The value must be one of the following

Returns:
the EJB's transaction attribute


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.