org.apache.openejb.config.sys
Class TransactionManager

java.lang.Object
  extended by org.apache.openejb.config.sys.AbstractService
      extended by org.apache.openejb.config.sys.TransactionManager
All Implemented Interfaces:
Service

public class TransactionManager
extends AbstractService

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jar" type="{http://www.openejb.org/System/Configuration}JarFileLocation" />
       <attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.openejb.config.sys.AbstractService
id, jar, properties, provider, type
 
Constructor Summary
TransactionManager()
           
TransactionManager(String id)
           
TransactionManager(String id, String type, String provider)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.config.sys.AbstractService
getId, getJar, getProperties, getProvider, getType, setId, setJar, setProvider, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManager

public TransactionManager(String id)

TransactionManager

public TransactionManager(String id,
                          String type,
                          String provider)

TransactionManager

public TransactionManager()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.