| |
|
| java.lang.Object org.apache.openejb.config.sys.Openejb
Openejb | public class Openejb (Code) | | Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openejb.org/System/Configuration}Container" maxOccurs="unbounded"/>
<element ref="{http://www.openejb.org/System/Configuration}JndiProvider" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}SecurityService" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}TransactionManager" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}ConnectionManager" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}ProxyFactory" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}Connector" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}Resource" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}Deployments" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
getContainer | public List<Container> getContainer()(Code) | | Gets the value of the container property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the container property.
For example, to add a new item, do as follows:
getContainer().add(newItem);
Objects of the following type(s) are allowed in the list
Container |
getDeployments | public List<Deployments> getDeployments()(Code) | | Gets the value of the deployments property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deployments property.
For example, to add a new item, do as follows:
getDeployments().add(newItem);
Objects of the following type(s) are allowed in the list
Deployments |
getJndiProvider | public List<JndiProvider> getJndiProvider()(Code) | | Gets the value of the jndiProvider property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the jndiProvider property.
For example, to add a new item, do as follows:
getJndiProvider().add(newItem);
Objects of the following type(s) are allowed in the list
JndiProvider |
getResource | public List<Resource> getResource()(Code) | | Gets the value of the resource property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
Resource |
setProxyFactory | public void setProxyFactory(ProxyFactory value)(Code) | | Sets the value of the proxyFactory property.
Parameters: value - allowed object isProxyFactory |
|
|
|