public class MessageDrivenBeanType extends Object implements EnterpriseBean
Java class for message-driven-beanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message-driven-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 ref="{http://geronimo.apache.org/xml/ns/naming-1.2}resource-adapter"/>
<element name="activation-config" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}activation-configType" minOccurs="0"/>
<group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}jndiEnvironmentRefsGroup"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractNamingEntryType>> |
abstractNamingEntry |
protected ActivationConfigType |
activationConfig |
protected List<EjbLocalRefType> |
ejbLocalRef |
protected String |
ejbName |
protected List<EjbRefType> |
ejbRef |
protected String |
id |
protected List<PersistenceContextRefType> |
persistenceContextRef |
protected List<PersistenceUnitRefType> |
persistenceUnitRef |
protected Properties |
properties |
protected ResourceLocatorType |
resourceAdapter |
protected List<ResourceEnvRefType> |
resourceEnvRef |
protected List<ResourceRefType> |
resourceRef |
protected List<ServiceRefType> |
serviceRef |
| Constructor and Description |
|---|
MessageDrivenBeanType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AbstractNamingEntryType>> |
getAbstractNamingEntry()
Gets the value of the abstractNamingEntry property.
|
ActivationConfigType |
getActivationConfig()
Gets the value of the activationConfig property.
|
List<EjbLocalRefType> |
getEjbLocalRef()
Gets the value of the ejbLocalRef property.
|
String |
getEjbName()
Gets the value of the ejbName property.
|
List<EjbRefType> |
getEjbRef()
Gets the value of the ejbRef property.
|
String |
getId()
Gets the value of the id property.
|
List<Jndi> |
getJndi() |
List<String> |
getJndiName() |
List<String> |
getLocalJndiName() |
List<PersistenceContextRefType> |
getPersistenceContextRef() |
List<PersistenceUnitRefType> |
getPersistenceUnitRef() |
Properties |
getProperties() |
ResourceLocatorType |
getResourceAdapter()
Gets the value of the resourceAdapter property.
|
List<ResourceEnvRefType> |
getResourceEnvRef()
Gets the value of the resourceEnvRef property.
|
List<ResourceRefType> |
getResourceRef()
Gets the value of the resourceRef property.
|
List<ServiceRefType> |
getServiceRef()
Gets the value of the serviceRef property.
|
void |
setActivationConfig(ActivationConfigType value)
Sets the value of the activationConfig property.
|
void |
setEjbName(String value)
Sets the value of the ejbName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setResourceAdapter(ResourceLocatorType value)
Sets the value of the resourceAdapter property.
|
protected String ejbName
protected Properties properties
protected ResourceLocatorType resourceAdapter
protected ActivationConfigType activationConfig
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 id
public List<String> getJndiName()
getJndiName in interface EnterpriseBeanpublic List<String> getLocalJndiName()
getLocalJndiName in interface EnterpriseBeanpublic List<Jndi> getJndi()
getJndi in interface EnterpriseBeanpublic String getEjbName()
getEjbName in interface EnterpriseBeanStringpublic void setEjbName(String value)
setEjbName in interface EnterpriseBeanvalue - allowed object is
Stringpublic ResourceLocatorType getResourceAdapter()
ResourceLocatorTypepublic void setResourceAdapter(ResourceLocatorType value)
value - allowed object is
ResourceLocatorTypepublic ActivationConfigType getActivationConfig()
ActivationConfigTypepublic void setActivationConfig(ActivationConfigType value)
value - allowed object is
ActivationConfigTypepublic List<JAXBElement<? extends AbstractNamingEntryType>> getAbstractNamingEntry()
set method for the abstractNamingEntry property.
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<AbstractNamingEntryType>
JAXBElement<PersistenceContextRefType>
JAXBElement<PersistenceUnitRefType>
JAXBElement<GbeanRefType>getAbstractNamingEntry in interface EnterpriseBeanpublic List<PersistenceContextRefType> getPersistenceContextRef()
getPersistenceContextRef in interface EnterpriseBeanpublic List<PersistenceUnitRefType> getPersistenceUnitRef()
getPersistenceUnitRef in interface EnterpriseBeanpublic List<EjbRefType> getEjbRef()
set method for the ejbRef property.
For example, to add a new item, do as follows:
getEjbRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbRefTypegetEjbRef in interface EnterpriseBeanpublic List<EjbLocalRefType> getEjbLocalRef()
set method for the ejbLocalRef property.
For example, to add a new item, do as follows:
getEjbLocalRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbLocalRefTypegetEjbLocalRef in interface EnterpriseBeanpublic List<ServiceRefType> getServiceRef()
set method for the serviceRef property.
For example, to add a new item, do as follows:
getServiceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceRefTypegetServiceRef in interface EnterpriseBeanpublic List<ResourceRefType> getResourceRef()
set method for the resourceRef property.
For example, to add a new item, do as follows:
getResourceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceRefTypegetResourceRef in interface EnterpriseBeanpublic List<ResourceEnvRefType> getResourceEnvRef()
set method for the resourceEnvRef property.
For example, to add a new item, do as follows:
getResourceEnvRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceEnvRefTypegetResourceEnvRef in interface EnterpriseBeanpublic void setId(String value)
value - allowed object is
Stringpublic Properties getProperties()
getProperties in interface EnterpriseBeanCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.