public class Resources
extends java.lang.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 java.util.List<Connector> |
connector |
protected java.util.List<Container> |
container |
protected java.util.List<JndiProvider> |
jndiProvider |
protected java.util.List<Resource> |
resource |
protected java.util.List<Service> |
service |
| Constructor and Description |
|---|
Resources() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object service) |
java.util.List<Connector> |
getConnector() |
java.util.List<Container> |
getContainer() |
java.util.List<JndiProvider> |
getJndiProvider() |
java.util.List<Resource> |
getResource() |
java.util.List<Service> |
getService() |
protected java.util.List<Resource> resource
protected java.util.List<Container> container
protected java.util.List<Service> service
protected java.util.List<Connector> connector
protected java.util.List<JndiProvider> jndiProvider
public java.util.List<Resource> getResource()
public java.util.List<Container> getContainer()
public java.util.List<Service> getService()
public java.util.List<Connector> getConnector()
public java.util.List<JndiProvider> getJndiProvider()
public void add(java.lang.Object service)