org.apache.openejb.config.sys
Class Openejb

java.lang.Object
  extended by org.apache.openejb.config.sys.Openejb

public class Openejb
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"/>
         <element ref="{http://www.openejb.org/System/Configuration}JndiProvider" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.openejb.org/System/Configuration}SecurityService" minOccurs="0"/>
         <element ref="{http://www.openejb.org/System/Configuration}TransactionManager" minOccurs="0"/>
         <element ref="{http://www.openejb.org/System/Configuration}ConnectionManager" minOccurs="0"/>
         <element ref="{http://www.openejb.org/System/Configuration}ProxyFactory" 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"/>
         <element ref="{http://www.openejb.org/System/Configuration}Deployments" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConnectionManager connectionManager
           
protected  List<Connector> connector
           
protected  List<Container> container
           
protected  List<Deployments> deployments
           
protected  List<JndiProvider> jndiProvider
           
protected  ProxyFactory proxyFactory
           
protected  List<Resource> resource
           
protected  SecurityService securityService
           
protected  TransactionManager transactionManager
           
 
Constructor Summary
Openejb()
           
 
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<Deployments> getDeployments()
          Gets the value of the deployments property.
 List<JndiProvider> getJndiProvider()
          Gets the value of the jndiProvider property.
 ProxyFactory getProxyFactory()
          Gets the value of the proxyFactory property.
 List<Resource> getResource()
          Gets the value of the resource property.
 SecurityService getSecurityService()
          Gets the value of the securityService property.
 TransactionManager getTransactionManager()
          Gets the value of the transactionManager property.
 void setConnectionManager(ConnectionManager value)
          Sets the value of the connectionManager property.
 void setProxyFactory(ProxyFactory value)
          Sets the value of the proxyFactory property.
 void setSecurityService(SecurityService value)
          Sets the value of the securityService property.
 void setTransactionManager(TransactionManager value)
          Sets the value of the transactionManager property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

protected List<Container> container

jndiProvider

protected List<JndiProvider> jndiProvider

securityService

protected SecurityService securityService

transactionManager

protected TransactionManager transactionManager

connectionManager

protected ConnectionManager connectionManager

proxyFactory

protected ProxyFactory proxyFactory

connector

protected List<Connector> connector

resource

protected List<Resource> resource

deployments

protected List<Deployments> deployments
Constructor Detail

Openejb

public Openejb()
Method Detail

getContainer

public List<Container> getContainer()
Gets the value of the container property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a 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


getJndiProvider

public List<JndiProvider> getJndiProvider()
Gets the value of the jndiProvider property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a 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


getSecurityService

public SecurityService getSecurityService()
Gets the value of the securityService property.

Returns:
possible object is SecurityService

setSecurityService

public void setSecurityService(SecurityService value)
Sets the value of the securityService property.

Parameters:
value - allowed object is SecurityService

getTransactionManager

public TransactionManager getTransactionManager()
Gets the value of the transactionManager property.

Returns:
possible object is TransactionManager

setTransactionManager

public void setTransactionManager(TransactionManager value)
Sets the value of the transactionManager property.

Parameters:
value - allowed object is TransactionManager

getConnectionManager

public ConnectionManager getConnectionManager()
Gets the value of the connectionManager property.

Returns:
possible object is ConnectionManager

setConnectionManager

public void setConnectionManager(ConnectionManager value)
Sets the value of the connectionManager property.

Parameters:
value - allowed object is ConnectionManager

getProxyFactory

public ProxyFactory getProxyFactory()
Gets the value of the proxyFactory property.

Returns:
possible object is ProxyFactory

setProxyFactory

public void setProxyFactory(ProxyFactory value)
Sets the value of the proxyFactory property.

Parameters:
value - allowed object is ProxyFactory

getResource

public List<Resource> getResource()
Gets the value of the resource property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a 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


getDeployments

public List<Deployments> getDeployments()
Gets the value of the deployments property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the deployments property.

For example, to add a new item, do as follows:

    getDeployments().add(newItem);
 

Objects of the following type(s) are allowed in the list Deployments


add

public void add(Object service)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.