public class Openejb
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}SystemProperty" maxOccurs="unbounded"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionManager |
connectionManager |
protected java.util.List<Connector> |
connector |
protected java.util.List<Container> |
container |
protected java.util.List<Deployments> |
deployments |
protected java.util.List<JndiProvider> |
jndiProvider |
protected ProxyFactory |
proxyFactory |
protected java.util.List<Resource> |
resource |
protected SecurityService |
securityService |
protected java.util.List<Service> |
services |
protected java.util.List<SystemProperty> |
systemProperties |
protected TransactionManager |
transactionManager |
| Constructor and Description |
|---|
Openejb() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object service) |
ConnectionManager |
getConnectionManager()
Gets the value of the connectionManager property.
|
java.util.List<Connector> |
getConnector()
Gets the value of the connector property.
|
java.util.List<Container> |
getContainer()
Gets the value of the container property.
|
java.util.List<Deployments> |
getDeployments()
Gets the value of the deployments property.
|
java.util.List<JndiProvider> |
getJndiProvider()
Gets the value of the jndiProvider property.
|
ProxyFactory |
getProxyFactory()
Gets the value of the proxyFactory property.
|
java.util.List<Resource> |
getResource()
Gets the value of the resource property.
|
SecurityService |
getSecurityService()
Gets the value of the securityService property.
|
java.util.List<Service> |
getServices() |
java.util.List<SystemProperty> |
getSystemProperties() |
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.
|
protected java.util.List<Container> container
protected java.util.List<JndiProvider> jndiProvider
protected SecurityService securityService
protected TransactionManager transactionManager
protected ConnectionManager connectionManager
protected ProxyFactory proxyFactory
protected java.util.List<Connector> connector
protected java.util.List<Resource> resource
protected java.util.List<Deployments> deployments
protected java.util.List<Service> services
protected java.util.List<SystemProperty> systemProperties
public java.util.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
Containerpublic java.util.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
JndiProviderpublic SecurityService getSecurityService()
SecurityServicepublic void setSecurityService(SecurityService value)
value - allowed object is
SecurityServicepublic TransactionManager getTransactionManager()
TransactionManagerpublic void setTransactionManager(TransactionManager value)
value - allowed object is
TransactionManagerpublic ConnectionManager getConnectionManager()
ConnectionManagerpublic void setConnectionManager(ConnectionManager value)
value - allowed object is
ConnectionManagerpublic ProxyFactory getProxyFactory()
ProxyFactorypublic void setProxyFactory(ProxyFactory value)
value - allowed object is
ProxyFactorypublic java.util.List<Connector> getConnector()
set method for the connector property.
For example, to add a new item, do as follows:
getConnector().add(newItem);
Objects of the following type(s) are allowed in the list
Connectorpublic java.util.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
Resourcepublic java.util.List<Deployments> getDeployments()
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
Deploymentspublic java.util.List<Service> getServices()
public java.util.List<SystemProperty> getSystemProperties()
public void add(java.lang.Object service)