org.apache.openejb.config.sys
Class Container
java.lang.Object
org.apache.openejb.config.sys.AbstractService
org.apache.openejb.config.sys.Container
- All Implemented Interfaces:
- Service
- Direct Known Subclasses:
- BmpEntityContainerBuilder, CmpEntityContainerBuilder, ManagedContainerBuilder, MessageDrivenContainerBuilder, SingletonContainerBuilder, StatefulContainerBuilder, StatelessContainerBuilder
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>
| Methods inherited from class org.apache.openejb.config.sys.AbstractService |
equals, getClassName, getConstructor, getFactoryName, getId, getJar, getProperties, getProvider, getType, hashCode, setClassName, setConstructor, setFactoryName, setId, setJar, setProvider, setType |
Container
public Container(String id)
Container
public Container(String id,
String type,
String provider)
Container
public Container()
getCtype
public String getCtype()
- Deprecated. use getType instead
- Gets the value of the ctype property.
- Returns:
- possible object is
String
setCtype
public void setCtype(String value)
- Sets the value of the ctype property.
- Parameters:
value - allowed object is
String
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.