public class MessageDrivenBeanType extends java.lang.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://tomee.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 java.util.List<<any>> |
abstractNamingEntry |
protected ActivationConfigType |
activationConfig |
protected java.util.List<EjbLocalRefType> |
ejbLocalRef |
protected java.lang.String |
ejbName |
protected java.util.List<EjbRefType> |
ejbRef |
protected java.lang.String |
id |
protected java.util.List<PersistenceContextRefType> |
persistenceContextRef |
protected java.util.List<PersistenceUnitRefType> |
persistenceUnitRef |
protected java.util.Properties |
properties |
protected ResourceLocatorType |
resourceAdapter |
protected java.util.List<ResourceEnvRefType> |
resourceEnvRef |
protected java.util.List<ResourceRefType> |
resourceRef |
protected java.util.List<ServiceRefType> |
serviceRef |
Constructor and Description |
---|
MessageDrivenBeanType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<<any>> |
getAbstractNamingEntry()
Gets the value of the abstractNamingEntry property.
|
ActivationConfigType |
getActivationConfig()
Gets the value of the activationConfig property.
|
java.util.List<EjbLocalRefType> |
getEjbLocalRef()
Gets the value of the ejbLocalRef property.
|
java.lang.String |
getEjbName()
Gets the value of the ejbName property.
|
java.util.List<EjbRefType> |
getEjbRef()
Gets the value of the ejbRef property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<Jndi> |
getJndi() |
java.util.List<java.lang.String> |
getJndiName() |
java.util.List<java.lang.String> |
getLocalJndiName() |
java.util.List<PersistenceContextRefType> |
getPersistenceContextRef() |
java.util.List<PersistenceUnitRefType> |
getPersistenceUnitRef() |
java.util.Properties |
getProperties() |
ResourceLocatorType |
getResourceAdapter()
Gets the value of the resourceAdapter property.
|
java.util.List<ResourceEnvRefType> |
getResourceEnvRef()
Gets the value of the resourceEnvRef property.
|
java.util.List<ResourceRefType> |
getResourceRef()
Gets the value of the resourceRef property.
|
java.util.List<ServiceRefType> |
getServiceRef()
Gets the value of the serviceRef property.
|
void |
setActivationConfig(ActivationConfigType value)
Sets the value of the activationConfig property.
|
void |
setEjbName(java.lang.String value)
Sets the value of the ejbName property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setResourceAdapter(ResourceLocatorType value)
Sets the value of the resourceAdapter property.
|
protected java.lang.String ejbName
protected java.util.Properties properties
protected ResourceLocatorType resourceAdapter
protected ActivationConfigType activationConfig
protected java.util.List<<any>> abstractNamingEntry
protected java.util.List<PersistenceContextRefType> persistenceContextRef
protected java.util.List<PersistenceUnitRefType> persistenceUnitRef
protected java.util.List<EjbRefType> ejbRef
protected java.util.List<EjbLocalRefType> ejbLocalRef
protected java.util.List<ServiceRefType> serviceRef
protected java.util.List<ResourceRefType> resourceRef
protected java.util.List<ResourceEnvRefType> resourceEnvRef
protected java.lang.String id
public java.util.List<java.lang.String> getJndiName()
getJndiName
in interface EnterpriseBean
public java.util.List<java.lang.String> getLocalJndiName()
getLocalJndiName
in interface EnterpriseBean
public java.util.List<Jndi> getJndi()
getJndi
in interface EnterpriseBean
public java.lang.String getEjbName()
getEjbName
in interface EnterpriseBean
String
public void setEjbName(java.lang.String value)
setEjbName
in interface EnterpriseBean
value
- allowed object is
String
public ResourceLocatorType getResourceAdapter()
ResourceLocatorType
public void setResourceAdapter(ResourceLocatorType value)
value
- allowed object is
ResourceLocatorType
public ActivationConfigType getActivationConfig()
ActivationConfigType
public void setActivationConfig(ActivationConfigType value)
value
- allowed object is
ActivationConfigType
public java.util.List<<any>> 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 EnterpriseBean
public java.util.List<PersistenceContextRefType> getPersistenceContextRef()
getPersistenceContextRef
in interface EnterpriseBean
public java.util.List<PersistenceUnitRefType> getPersistenceUnitRef()
getPersistenceUnitRef
in interface EnterpriseBean
public java.util.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
EjbRefType
getEjbRef
in interface EnterpriseBean
public java.util.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
EjbLocalRefType
getEjbLocalRef
in interface EnterpriseBean
public java.util.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
ServiceRefType
getServiceRef
in interface EnterpriseBean
public java.util.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
ResourceRefType
getResourceRef
in interface EnterpriseBean
public java.util.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
ResourceEnvRefType
getResourceEnvRef
in interface EnterpriseBean
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.util.Properties getProperties()
getProperties
in interface EnterpriseBean