|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.config.sys.Resources
public class Resources
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}ConnectionManager" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ConnectionManager |
connectionManager
|
protected List<Container> |
container
|
protected List<JndiProvider> |
jndiProvider
|
protected List<Resource> |
resource
|
| Constructor Summary | |
|---|---|
Resources()
|
|
| Method Summary | |
|---|---|
void |
add(Object service)
|
ConnectionManager |
getConnectionManager()
Gets the value of the connectionManager property. |
List<Container> |
getContainer()
Gets the value of the container property. |
List<JndiProvider> |
getJndiProvider()
Gets the value of the jndiProvider property. |
List<Resource> |
getResource()
Gets the value of the resource property. |
void |
setConnectionManager(ConnectionManager value)
Sets the value of the connectionManager property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Container> container
protected List<JndiProvider> jndiProvider
protected ConnectionManager connectionManager
protected List<Resource> resource
| Constructor Detail |
|---|
public Resources()
| Method Detail |
|---|
public List<Container> getContainer()
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
public List<JndiProvider> getJndiProvider()
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
public ConnectionManager getConnectionManager()
ConnectionManagerpublic void setConnectionManager(ConnectionManager value)
value - allowed object is
ConnectionManagerpublic List<Resource> getResource()
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
public void add(Object service)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||