org.jboss.ejb3.metamodel
Class ContainerTransaction

java.lang.Object
  extended by org.jboss.ejb3.metamodel.ContainerTransaction

public class ContainerTransaction
extends Object

Represents an element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 61136 $
Author:
William DeCoste

Constructor Summary
ContainerTransaction()
           
 
Method Summary
 Method getMethod()
           
 String getTransAttribute()
           
 void setMethod(Method method)
           
 void setTransAttribute(String transAttribute)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerTransaction

public ContainerTransaction()
Method Detail

getTransAttribute

public String getTransAttribute()

setTransAttribute

public void setTransAttribute(String transAttribute)

getMethod

public Method getMethod()

setMethod

public void setMethod(Method method)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.