org.apache.openejb.config.sys
Class Resources

java.lang.Object
  extended by 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}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>
 


Field Summary
protected  List<Connector> connector
           
protected  List<Container> container
           
protected  List<Resource> resource
           
protected  List<Service> service
           
 
Constructor Summary
Resources()
           
 
Method Summary
 void add(Object service)
           
 List<Container> getContainer()
           
 List<Resource> getResource()
           
 List<Service> getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

protected List<Resource> resource

container

protected List<Container> container

service

protected List<Service> service

connector

protected List<Connector> connector
Constructor Detail

Resources

public Resources()
Method Detail

getResource

public List<Resource> getResource()

getContainer

public List<Container> getContainer()

getService

public List<Service> getService()

add

public void add(Object service)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.