org.apache.openejb.config.sys
Class Resources
java.lang.Object
org.apache.openejb.config.sys.Resources
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}Resource" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.openejb.org/System/Configuration}Service" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resource
protected List<Resource> resource
service
protected List<Service> service
Resources
public Resources()
getResource
public List<Resource> getResource()
getService
public List<Service> getService()
add
public void add(Object service)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.