public class Resources extends Object
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" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}Resource" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}Service" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Connector> |
connector |
protected List<Container> |
container |
protected List<JndiProvider> |
jndiProvider |
protected List<Resource> |
resource |
protected List<Service> |
service |
| Constructor and Description |
|---|
Resources() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object service) |
List<Connector> |
getConnector() |
List<Container> |
getContainer() |
List<JndiProvider> |
getJndiProvider() |
List<Resource> |
getResource() |
List<Service> |
getService() |
protected List<JndiProvider> jndiProvider
public List<JndiProvider> getJndiProvider()
public void add(Object service)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.