|
||||||||||
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<javax.xml.bind.JAXBElement<? extends AbstractNamingEntryType>> |
abstractNamingEntry
|
protected javax.xml.bind.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 javax.xml.bind.JAXBElement<? extends AbstractSecurityType> |
security
|
protected List<javax.xml.bind.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 javax.xml.bind.JAXBElement<? extends AbstractClusteringType> clustering
protected Object openejbJar
protected List<javax.xml.bind.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 javax.xml.bind.JAXBElement<? extends AbstractSecurityType> security
protected List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> service
protected List<Persistence> persistence
Constructor Detail |
---|
public GeronimoEjbJarType()
Method Detail |
---|
public EnvironmentType getEnvironment()
EnvironmentType
public void setEnvironment(EnvironmentType value)
value
- allowed object is
EnvironmentType
public javax.xml.bind.JAXBElement<? extends AbstractClusteringType> getClustering()
AbstractClusteringType
public void setClustering(javax.xml.bind.JAXBElement<? extends AbstractClusteringType> value)
value
- allowed object is
AbstractClusteringType
public List<javax.xml.bind.JAXBElement<? extends AbstractNamingEntryType>> getAbstractNamingEntry()
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 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()
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 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 javax.xml.bind.JAXBElement<? extends AbstractSecurityType> getSecurity()
public void setSecurity(javax.xml.bind.JAXBElement<? extends AbstractSecurityType> security)
public List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> getService()
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 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 |