|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.SessionBeanType
public class SessionBeanType
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://tomee.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://tomee.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>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractNamingEntryType>> |
abstractNamingEntry
|
protected Integer |
cacheSize
|
protected List<EjbLocalRefType> |
ejbLocalRef
|
protected String |
ejbName
|
protected List<EjbRefType> |
ejbRef
|
protected String |
id
|
protected List<Jndi> |
jndi
|
protected List<String> |
jndiName
|
protected List<String> |
localJndiName
|
protected List<PersistenceContextRefType> |
persistenceContextRef
|
protected List<PersistenceUnitRefType> |
persistenceUnitRef
|
protected Properties |
properties
|
protected List<ResourceEnvRefType> |
resourceEnvRef
|
protected List<ResourceRefType> |
resourceRef
|
protected List<ServiceRefType> |
serviceRef
|
protected PatternType |
tss
|
protected String |
tssLink
|
protected String |
webServiceAddress
|
protected WebServiceSecurityType |
webServiceSecurity
|
protected List<String> |
webServiceVirtualHost
|
| Constructor Summary | |
|---|---|
SessionBeanType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<? extends AbstractNamingEntryType>> |
getAbstractNamingEntry()
|
Integer |
getCacheSize()
Gets the value of the cacheSize property. |
List<EjbLocalRefType> |
getEjbLocalRef()
|
String |
getEjbName()
Gets the value of the ejbName property. |
List<EjbRefType> |
getEjbRef()
|
String |
getId()
Gets the value of the id property. |
List<Jndi> |
getJndi()
|
List<String> |
getJndiName()
Gets the value of the jndiName property. |
List<String> |
getLocalJndiName()
Gets the value of the localJndiName property. |
List<PersistenceContextRefType> |
getPersistenceContextRef()
|
List<PersistenceUnitRefType> |
getPersistenceUnitRef()
|
Properties |
getProperties()
|
List<ResourceEnvRefType> |
getResourceEnvRef()
|
List<ResourceRefType> |
getResourceRef()
|
List<ServiceRefType> |
getServiceRef()
|
PatternType |
getTss()
Gets the value of the tss property. |
String |
getTssLink()
Gets the value of the tssLink property. |
String |
getWebServiceAddress()
Gets the value of the webServiceAddress property. |
WebServiceSecurityType |
getWebServiceSecurity()
Gets the value of the webServiceSecurity property. |
List<String> |
getWebServiceVirtualHost()
Gets the value of the webServiceVirtualHost property. |
void |
setCacheSize(Integer value)
Sets the value of the cacheSize property. |
void |
setEjbName(String value)
Sets the value of the ejbName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setTss(PatternType value)
Sets the value of the tss property. |
void |
setTssLink(String value)
Sets the value of the tssLink property. |
void |
setWebServiceAddress(String value)
Sets the value of the webServiceAddress property. |
void |
setWebServiceSecurity(WebServiceSecurityType value)
Sets the value of the webServiceSecurity property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String ejbName
protected List<String> jndiName
protected List<String> localJndiName
protected List<Jndi> jndi
protected Integer cacheSize
protected String tssLink
protected PatternType tss
protected Properties properties
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 String webServiceAddress
protected List<String> webServiceVirtualHost
protected WebServiceSecurityType webServiceSecurity
protected String id
| Constructor Detail |
|---|
public SessionBeanType()
| Method Detail |
|---|
public String getEjbName()
getEjbName in interface EnterpriseBeanStringpublic void setEjbName(String value)
setEjbName in interface EnterpriseBeanvalue - allowed object is
Stringpublic List<String> getJndiName()
set method for the jndiName property.
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
getJndiName in interface EnterpriseBeangetJndiName in interface RpcBeanpublic List<String> getLocalJndiName()
set method for the localJndiName property.
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
getLocalJndiName in interface EnterpriseBeangetLocalJndiName in interface RpcBeanpublic List<Jndi> getJndi()
getJndi in interface EnterpriseBeanpublic Integer getCacheSize()
Integerpublic void setCacheSize(Integer value)
value - allowed object is
Integerpublic String getTssLink()
getTssLink in interface RpcBeanStringpublic void setTssLink(String value)
setTssLink in interface RpcBeanvalue - allowed object is
Stringpublic PatternType getTss()
getTss in interface RpcBeanPatternTypepublic void setTss(PatternType value)
setTss in interface RpcBeanvalue - allowed object is
PatternTypepublic List<JAXBElement<? extends AbstractNamingEntryType>> getAbstractNamingEntry()
getAbstractNamingEntry in interface EnterpriseBeanpublic List<PersistenceContextRefType> getPersistenceContextRef()
getPersistenceContextRef in interface EnterpriseBeanpublic List<PersistenceUnitRefType> getPersistenceUnitRef()
getPersistenceUnitRef in interface EnterpriseBeanpublic List<EjbRefType> getEjbRef()
getEjbRef in interface EnterpriseBeanpublic List<EjbLocalRefType> getEjbLocalRef()
getEjbLocalRef in interface EnterpriseBeanpublic List<ServiceRefType> getServiceRef()
getServiceRef in interface EnterpriseBeanpublic List<ResourceRefType> getResourceRef()
getResourceRef in interface EnterpriseBeanpublic List<ResourceEnvRefType> getResourceEnvRef()
getResourceEnvRef in interface EnterpriseBeanpublic String getWebServiceAddress()
Stringpublic void setWebServiceAddress(String value)
value - allowed object is
Stringpublic List<String> getWebServiceVirtualHost()
set method for the webServiceVirtualHost property.
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
public WebServiceSecurityType getWebServiceSecurity()
WebServiceSecurityTypepublic void setWebServiceSecurity(WebServiceSecurityType value)
value - allowed object is
WebServiceSecurityTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Properties getProperties()
getProperties in interface EnterpriseBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||