public class GeronimoEjbJarType
extends java.lang.Object
Java class for geronimo-ejb-jarType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="geronimo-ejb-jarType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}environment" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/j2ee/application-2.0}clustering" minOccurs="0"/> <element name="openejb-jar" type="{http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0}openejb-jarType" minOccurs="0"/> <group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}jndiEnvironmentRefsGroup" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/naming-1.2}message-destination" maxOccurs="unbounded" minOccurs="0"/> <element name="tss-link" type="{http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0}tss-linkType" maxOccurs="unbounded" minOccurs="0"/> <element name="web-service-binding" type="{http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0}web-service-bindingType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/j2ee/application-2.0}security" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}service"/> <element ref="{http://java.sun.com/xml/ns/persistence}persistence"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<<any>> |
abstractNamingEntry |
protected <any> |
clustering |
protected java.util.List<EjbLocalRefType> |
ejbLocalRef |
protected java.util.List<EjbRefType> |
ejbRef |
protected EnvironmentType |
environment |
protected java.util.List<MessageDestinationType> |
messageDestination |
protected java.lang.Object |
openejbJar |
protected java.util.List<Persistence> |
persistence |
protected java.util.List<PersistenceContextRefType> |
persistenceContextRef |
protected java.util.List<PersistenceUnitRefType> |
persistenceUnitRef |
protected java.util.List<ResourceEnvRefType> |
resourceEnvRef |
protected java.util.List<ResourceRefType> |
resourceRef |
protected <any> |
security |
protected java.util.List<<any>> |
service |
protected java.util.List<ServiceRefType> |
serviceRef |
protected java.util.List<TssLinkType> |
tssLink |
protected java.util.List<WebServiceBindingType> |
webServiceBinding |
Constructor and Description |
---|
GeronimoEjbJarType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<<any>> |
getAbstractNamingEntry()
Gets the value of the jndiEnvironmentRefsGroup property.
|
<any> |
getClustering()
Reference to abstract clustering element defined in
imported "geronimo-application-2.0.xsd"
|
java.util.List<EjbLocalRefType> |
getEjbLocalRef() |
java.util.List<EjbRefType> |
getEjbRef() |
EnvironmentType |
getEnvironment()
Gets the value of the environment property.
|
java.util.List<MessageDestinationType> |
getMessageDestination()
Gets the value of the messageDestination property.
|
java.lang.Object |
getOpenejbJar() |
java.util.List<Persistence> |
getPersistence() |
java.util.List<PersistenceContextRefType> |
getPersistenceContextRef() |
java.util.List<PersistenceUnitRefType> |
getPersistenceUnitRef() |
java.util.List<ResourceEnvRefType> |
getResourceEnvRef() |
java.util.List<ResourceRefType> |
getResourceRef() |
<any> |
getSecurity() |
java.util.List<<any>> |
getService()
Gets the value of the service property.
|
java.util.List<ServiceRefType> |
getServiceRef() |
java.util.List<TssLinkType> |
getTssLink() |
java.util.List<WebServiceBindingType> |
getWebServiceBinding() |
void |
setClustering(<any> value)
Sets the value of the clustering property.
|
void |
setEnvironment(EnvironmentType value)
Sets the value of the environment property.
|
void |
setOpenejbJar(java.lang.Object openejbJar) |
void |
setSecurity(<any> security) |
protected EnvironmentType environment
protected <any> clustering
protected java.lang.Object openejbJar
protected java.util.List<<any>> abstractNamingEntry
protected java.util.List<PersistenceContextRefType> persistenceContextRef
protected java.util.List<PersistenceUnitRefType> persistenceUnitRef
protected java.util.List<EjbRefType> ejbRef
protected java.util.List<EjbLocalRefType> ejbLocalRef
protected java.util.List<ServiceRefType> serviceRef
protected java.util.List<ResourceRefType> resourceRef
protected java.util.List<ResourceEnvRefType> resourceEnvRef
protected java.util.List<MessageDestinationType> messageDestination
protected java.util.List<TssLinkType> tssLink
protected java.util.List<WebServiceBindingType> webServiceBinding
protected <any> security
protected java.util.List<<any>> service
protected java.util.List<Persistence> persistence
public EnvironmentType getEnvironment()
EnvironmentType
public void setEnvironment(EnvironmentType value)
value
- allowed object is
EnvironmentType
public <any> getClustering()
AbstractClusteringType
public void setClustering(<any> value)
value
- allowed object is
AbstractClusteringType
public java.util.List<<any>> getAbstractNamingEntry()
set
method for the jndiEnvironmentRefsGroup property.
For example, to add a new item, do as follows:
getJndiEnvironmentRefsGroup().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement
<
ResourceEnvRefType
>
JAXBElement
<
EjbRefType
>
JAXBElement
<
PersistenceUnitRefType
>
JAXBElement
<
GbeanRefType
>
JAXBElement
<
EjbLocalRefType
>
JAXBElement
<
ResourceRefType
>
JAXBElement
<
ServiceRefType
>
JAXBElement
<
PersistenceContextRefType
>
JAXBElement
<
AbstractNamingEntryType
>
public java.util.List<PersistenceContextRefType> getPersistenceContextRef()
public java.util.List<PersistenceUnitRefType> getPersistenceUnitRef()
public java.util.List<EjbRefType> getEjbRef()
public java.util.List<EjbLocalRefType> getEjbLocalRef()
public java.util.List<ServiceRefType> getServiceRef()
public java.util.List<ResourceRefType> getResourceRef()
public java.util.List<ResourceEnvRefType> getResourceEnvRef()
public java.lang.Object getOpenejbJar()
public void setOpenejbJar(java.lang.Object openejbJar)
public java.util.List<MessageDestinationType> getMessageDestination()
set
method for the messageDestination property.
For example, to add a new item, do as follows:
getMessageDestination().add(newItem);Objects of the following type(s) are allowed in the list
MessageDestinationType
public java.util.List<TssLinkType> getTssLink()
public java.util.List<WebServiceBindingType> getWebServiceBinding()
public <any> getSecurity()
public void setSecurity(<any> security)
public java.util.List<<any>> getService()
set
method for the service property.
For example, to add a new item, do as follows:
getService().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement
<
AbstractServiceType
>
JAXBElement
<
GbeanType
>
public java.util.List<Persistence> getPersistence()