public class Container 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="ctype" use="required" type="{http://www.openejb.org/System/Configuration}ContainerTypes" />
<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>
className, classpath, constructor, factoryName, id, jar, properties, provider, type| Constructor and Description |
|---|
Container() |
Container(String id) |
Container(String id,
String type,
String provider) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCtype()
Deprecated.
use getType instead
|
void |
setCtype(String value)
Sets the value of the ctype property.
|
equals, getClassName, getClasspath, getConstructor, getFactoryName, getId, getJar, getProperties, getProvider, getType, hashCode, setClassName, setClasspath, setConstructor, setFactoryName, setId, setJar, setProvider, setTypepublic Container(String id)
public Container()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.