|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.GeronimoEjbJarType
public class GeronimoEjbJarType
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>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractNamingEntryType>> |
abstractNamingEntry
|
protected JAXBElement<? extends AbstractClusteringType> |
clustering
|
protected List<EjbLocalRefType> |
ejbLocalRef
|
protected List<EjbRefType> |
ejbRef
|
protected EnvironmentType |
environment
|
protected List<MessageDestinationType> |
messageDestination
|
protected Object |
openejbJar
|
protected List<Persistence> |
persistence
|
protected List<PersistenceContextRefType> |
persistenceContextRef
|
protected List<PersistenceUnitRefType> |
persistenceUnitRef
|
protected List<ResourceEnvRefType> |
resourceEnvRef
|
protected List<ResourceRefType> |
resourceRef
|
protected JAXBElement<? extends AbstractSecurityType> |
security
|
protected List<JAXBElement<? extends AbstractServiceType>> |
service
|
protected List<ServiceRefType> |
serviceRef
|
protected List<TssLinkType> |
tssLink
|
protected List<WebServiceBindingType> |
webServiceBinding
|
| Constructor Summary | |
|---|---|
GeronimoEjbJarType()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EnvironmentType environment
protected JAXBElement<? extends AbstractClusteringType> clustering
protected Object openejbJar
protected List<JAXBElement<? extends AbstractNamingEntryType>> abstractNamingEntry
protected List<PersistenceContextRefType> persistenceContextRef
protected List<PersistenceUnitRefType> persistenceUnitRef
protected List<EjbRefType> ejbRef
protected List<EjbLocalRefType> ejbLocalRef
protected List<ServiceRefType> serviceRef
protected List<ResourceRefType> resourceRef
protected List<ResourceEnvRefType> resourceEnvRef
protected List<MessageDestinationType> messageDestination
protected List<TssLinkType> tssLink
protected List<WebServiceBindingType> webServiceBinding
protected JAXBElement<? extends AbstractSecurityType> security
protected List<JAXBElement<? extends AbstractServiceType>> service
protected List<Persistence> persistence
| Constructor Detail |
|---|
public GeronimoEjbJarType()
| Method Detail |
|---|
public EnvironmentType getEnvironment()
EnvironmentTypepublic void setEnvironment(EnvironmentType value)
value - allowed object is
EnvironmentTypepublic JAXBElement<? extends AbstractClusteringType> getClustering()
AbstractClusteringTypepublic void setClustering(JAXBElement<? extends AbstractClusteringType> value)
value - allowed object is
AbstractClusteringTypepublic List<JAXBElement<? extends AbstractNamingEntryType>> 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 List<PersistenceContextRefType> getPersistenceContextRef()
public List<PersistenceUnitRefType> getPersistenceUnitRef()
public List<EjbRefType> getEjbRef()
public List<EjbLocalRefType> getEjbLocalRef()
public List<ServiceRefType> getServiceRef()
public List<ResourceRefType> getResourceRef()
public List<ResourceEnvRefType> getResourceEnvRef()
public Object getOpenejbJar()
public void setOpenejbJar(Object openejbJar)
public 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 List<TssLinkType> getTssLink()
public List<WebServiceBindingType> getWebServiceBinding()
public JAXBElement<? extends AbstractSecurityType> getSecurity()
public void setSecurity(JAXBElement<? extends AbstractSecurityType> security)
public List<JAXBElement<? extends AbstractServiceType>> 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 List<Persistence> getPersistence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||