java.lang.Objectorg.apache.geronimo.jee.openejb.SessionBean
All Implemented Interfaces:
Serializable
Java class for session-beanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="session-beanType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="local-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="cache-size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<group ref="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}tssGroup" minOccurs="0"/>
<group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}jndiEnvironmentRefsGroup"/>
<element name="web-service-address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="web-service-virtual-host" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="web-service-security" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}web-service-securityType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
$ - Rev: 650704 $ $Date: 2008-04-23 08:09:15 +0800 (Wed, 23 Apr 2008) $| Field Summary | ||
|---|---|---|
| protected String | ejbName | |
| protected List<String> | jndiName | |
| protected List<String> | localJndiName | |
| protected Integer | cacheSize | |
| protected String | tssLink | |
| protected Pattern | tss | |
| protected List<AbstractNamingEntry> | abstractNamingEntry | |
| protected List<EjbRef> | ejbRef | |
| protected List<EjbLocalRef> | ejbLocalRef | |
| protected List<ServiceRef> | serviceRef | |
| protected List<ResourceRef> | resourceRef | |
| protected List<ResourceEnvRef> | resourceEnvRef | |
| protected String | webServiceAddress | |
| protected List<String> | webServiceVirtualHost | |
| protected WebServiceSecurity | webServiceSecurity | |
| protected String | id | |
| Method from org.apache.geronimo.jee.openejb.SessionBean Summary: |
|---|
| getAbstractNamingEntry, getCacheSize, getEjbLocalRef, getEjbName, getEjbRef, getId, getJndiName, getLocalJndiName, getResourceEnvRef, getResourceRef, getServiceRef, getTss, getTssLink, getWebServiceAddress, getWebServiceSecurity, getWebServiceVirtualHost, setCacheSize, setEjbName, setId, setTss, setTssLink, setWebServiceAddress, setWebServiceSecurity |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.geronimo.jee.openejb.SessionBean Detail: |
|---|
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 For example, to add a new item, do as follows: getAbstractNamingEntry().add(newItem); Objects of the following type(s) are allowed in the list JAXBElement {@code <}PersistenceContextRef {@code >} JAXBElement {@code <}AbstractNamingEntry {@code >} JAXBElement {@code <}GbeanRef {@code >} JAXBElement {@code <}PersistenceUnitRef {@code >} |
|
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 For example, to add a new item, do as follows: getEjbLocalRef().add(newItem); Objects of the following type(s) are allowed in the list EjbLocalRef |
|
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 For example, to add a new item, do as follows: getEjbRef().add(newItem); Objects of the following type(s) are allowed in the list EjbRef |
|
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 For example, to add a new item, do as follows: getJndiName().add(newItem); Objects of the following type(s) are allowed in the list String |
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 For example, to add a new item, do as follows: getLocalJndiName().add(newItem); Objects of the following type(s) are allowed in the list String |
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 For example, to add a new item, do as follows: getResourceEnvRef().add(newItem); Objects of the following type(s) are allowed in the list ResourceEnvRef |
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 For example, to add a new item, do as follows: getResourceRef().add(newItem); Objects of the following type(s) are allowed in the list ResourceRef |
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 For example, to add a new item, do as follows: getServiceRef().add(newItem); Objects of the following type(s) are allowed in the list ServiceRef |
|
|
|
|
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 For example, to add a new item, do as follows: getWebServiceVirtualHost().add(newItem); Objects of the following type(s) are allowed in the list String |
|
|
|
|
|
|
|