com.caucho.ejb.cfg
Class ContainerTransaction
java.lang.Object
com.caucho.ejb.cfg.ContainerTransaction
public class ContainerTransaction
- extends java.lang.Object
Configuraton for a method transaction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerTransaction
public ContainerTransaction(EjbJar ejbJar,
EjbConfig config)
- Creates a new cmp-relation
setConfigLocation
public void setConfigLocation(java.lang.String filename,
int line)
setDescription
public void setDescription(java.lang.String description)
setMethod
public void setMethod(MethodSignature method)
setTransAttribute
public void setTransAttribute(java.lang.String trans)
throws ConfigException
- Throws:
ConfigException
init
@PostConstruct
public void init()
throws ConfigException
- Throws:
ConfigException