org.openmdx.kernel.application.deploy.enterprise
Class ContainerTransactionDeploymentDescriptor

java.lang.Object
  extended by org.openmdx.kernel.application.deploy.enterprise.ContainerTransactionDeploymentDescriptor
All Implemented Interfaces:
Deployment.ContainerTransaction

public class ContainerTransactionDeploymentDescriptor
extends Object
implements Deployment.ContainerTransaction

ContainerTransactionDeploymentDescriptor


Constructor Summary
ContainerTransactionDeploymentDescriptor(List method, String transAttribute)
          Constructor
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerTransactionDeploymentDescriptor

public ContainerTransactionDeploymentDescriptor(List method,
                                                String transAttribute)
Constructor

Method Detail

getMethod

public List getMethod()
Description copied from interface: Deployment.ContainerTransaction
Retrieve the collection of methods to which the given transaction attribute should be applied.

Specified by:
getMethod in interface Deployment.ContainerTransaction
Returns:
the list of methods

getTransAttribute

public String getTransAttribute()
Description copied from interface: Deployment.ContainerTransaction
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

Specified by:
getTransAttribute in interface Deployment.ContainerTransaction
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.