org.apache.openejb.config.sys
Class ConnectionManager
java.lang.Object
org.apache.openejb.config.sys.AbstractService
org.apache.openejb.config.sys.ConnectionManager
- All Implemented Interfaces:
- Service
public class ConnectionManager
- 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>
| Methods inherited from class org.apache.openejb.config.sys.AbstractService |
equals, getId, getJar, getProperties, getProvider, getType, hashCode, setId, setJar, setProvider, setType |
ConnectionManager
public ConnectionManager(String id)
ConnectionManager
public ConnectionManager(String id,
String type,
String provider)
ConnectionManager
public ConnectionManager()
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.