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

All Known Subinterfaces:
Deployment.Bean, Deployment.MessageDrivenBean, Deployment.SessionBean
All Known Implementing Classes:
BeanDecorator, BeanDeploymentDescriptor, MessageDrivenBeanDecorator, MessageDrivenBeanDeploymentDescriptor, SessionBeanDecorator, SessionBeanDeploymentDescriptor
Enclosing interface:
Deployment

public static interface Deployment.AssemblyDescriptor

AssemblyDescriptor

The assembly-descriptorType defines application-assembly information.

The application-assembly information consists of the following parts: the definition of security roles, the definition of method permissions, the definition of transaction attributes for enterprise beans with container-managed transaction demarcation and a list of methods to be excluded from being invoked.

All the parts are optional in the sense that they are omitted if the lists represented by them are empty.

Providing an assembly-descriptor in the deployment descriptor is optional for the ejb-jar file producer.


Method Summary
 List getContainerTransaction()
          The container-transaction element specifies how the container must manage transaction scopes for the enterprise bean's method invocations.
 

Method Detail

getContainerTransaction

List getContainerTransaction()
The container-transaction element specifies how the container must manage transaction scopes for the enterprise bean's method invocations. The element consists of an optional description, a list of method elements, and a transaction attribute. The transaction attribute is to be applied to all the specified methods.

Returns:
the EJB's container transactions


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