Package org.apache.openejb.jee.jba
Class MessageDriven
- java.lang.Object
-
- org.apache.openejb.jee.jba.MessageDriven
-
public class MessageDriven extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ActivationConfigactivationConfigprotected StringconfigurationNameprotected List<Depends>dependsprotected StringdestinationJndiNameprotected List<EjbLocalRef>ejbLocalRefprotected StringejbNameprotected List<EjbRef>ejbRefprotected EjbTimeoutIdentityejbTimeoutIdentityprotected StringexceptionOnRollbackprotected Stringidprotected InvokerBindingsinvokerBindingsprotected IorSecurityConfigiorSecurityConfigprotected StringlocalJndiNameprotected StringmdbClientIdprotected StringmdbPasswdprotected StringmdbSubscriptionIdprotected StringmdbUserprotected List<MessageDestinationRef>messageDestinationRefprotected StringresourceAdapterNameprotected List<ResourceEnvRef>resourceEnvRefprotected List<ResourceRef>resourceRefprotected SecurityIdentitysecurityIdentityprotected StringsecurityProxyprotected List<ServiceRef>serviceRefprotected StringtimerPersistence
-
Constructor Summary
Constructors Constructor Description MessageDriven()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivationConfiggetActivationConfig()Gets the value of the activationConfig property.StringgetConfigurationName()Gets the value of the configurationName property.List<Depends>getDepends()Gets the value of the depends property.StringgetDestinationJndiName()Gets the value of the destinationJndiName property.List<EjbLocalRef>getEjbLocalRef()Gets the value of the ejbLocalRef property.StringgetEjbName()Gets the value of the ejbName property.List<EjbRef>getEjbRef()Gets the value of the ejbRef property.EjbTimeoutIdentitygetEjbTimeoutIdentity()Gets the value of the ejbTimeoutIdentity property.StringgetExceptionOnRollback()Gets the value of the exceptionOnRollback property.StringgetId()Gets the value of the id property.InvokerBindingsgetInvokerBindings()Gets the value of the invokerBindings property.IorSecurityConfiggetIorSecurityConfig()Gets the value of the iorSecurityConfig property.StringgetLocalJndiName()Gets the value of the localJndiName property.StringgetMdbClientId()Gets the value of the mdbClientId property.StringgetMdbPasswd()Gets the value of the mdbPasswd property.StringgetMdbSubscriptionId()Gets the value of the mdbSubscriptionId property.StringgetMdbUser()Gets the value of the mdbUser property.List<MessageDestinationRef>getMessageDestinationRef()Gets the value of the messageDestinationRef property.StringgetResourceAdapterName()Gets the value of the resourceAdapterName property.List<ResourceEnvRef>getResourceEnvRef()Gets the value of the resourceEnvRef property.List<ResourceRef>getResourceRef()Gets the value of the resourceRef property.SecurityIdentitygetSecurityIdentity()Gets the value of the securityIdentity property.StringgetSecurityProxy()Gets the value of the securityProxy property.List<ServiceRef>getServiceRef()Gets the value of the serviceRef property.StringgetTimerPersistence()Gets the value of the timerPersistence property.voidsetActivationConfig(ActivationConfig value)Sets the value of the activationConfig property.voidsetConfigurationName(String value)Sets the value of the configurationName property.voidsetDestinationJndiName(String value)Sets the value of the destinationJndiName property.voidsetEjbName(String value)Sets the value of the ejbName property.voidsetEjbTimeoutIdentity(EjbTimeoutIdentity value)Sets the value of the ejbTimeoutIdentity property.voidsetExceptionOnRollback(String value)Sets the value of the exceptionOnRollback property.voidsetId(String value)Sets the value of the id property.voidsetInvokerBindings(InvokerBindings value)Sets the value of the invokerBindings property.voidsetIorSecurityConfig(IorSecurityConfig value)Sets the value of the iorSecurityConfig property.voidsetLocalJndiName(String value)Sets the value of the localJndiName property.voidsetMdbClientId(String value)Sets the value of the mdbClientId property.voidsetMdbPasswd(String value)Sets the value of the mdbPasswd property.voidsetMdbSubscriptionId(String value)Sets the value of the mdbSubscriptionId property.voidsetMdbUser(String value)Sets the value of the mdbUser property.voidsetResourceAdapterName(String value)Sets the value of the resourceAdapterName property.voidsetSecurityIdentity(SecurityIdentity value)Sets the value of the securityIdentity property.voidsetSecurityProxy(String value)Sets the value of the securityProxy property.voidsetTimerPersistence(String value)Sets the value of the timerPersistence property.
-
-
-
Field Detail
-
id
protected String id
-
ejbName
protected String ejbName
-
activationConfig
protected ActivationConfig activationConfig
-
destinationJndiName
protected String destinationJndiName
-
localJndiName
protected String localJndiName
-
mdbUser
protected String mdbUser
-
mdbPasswd
protected String mdbPasswd
-
mdbClientId
protected String mdbClientId
-
mdbSubscriptionId
protected String mdbSubscriptionId
-
resourceAdapterName
protected String resourceAdapterName
-
exceptionOnRollback
protected String exceptionOnRollback
-
timerPersistence
protected String timerPersistence
-
configurationName
protected String configurationName
-
invokerBindings
protected InvokerBindings invokerBindings
-
securityProxy
protected String securityProxy
-
ejbLocalRef
protected List<EjbLocalRef> ejbLocalRef
-
serviceRef
protected List<ServiceRef> serviceRef
-
securityIdentity
protected SecurityIdentity securityIdentity
-
resourceRef
protected List<ResourceRef> resourceRef
-
resourceEnvRef
protected List<ResourceEnvRef> resourceEnvRef
-
messageDestinationRef
protected List<MessageDestinationRef> messageDestinationRef
-
iorSecurityConfig
protected IorSecurityConfig iorSecurityConfig
-
ejbTimeoutIdentity
protected EjbTimeoutIdentity ejbTimeoutIdentity
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getEjbName
public String getEjbName()
Gets the value of the ejbName property.- Returns:
- possible object is
String
-
setEjbName
public void setEjbName(String value)
Sets the value of the ejbName property.- Parameters:
value- allowed object isString
-
getActivationConfig
public ActivationConfig getActivationConfig()
Gets the value of the activationConfig property.- Returns:
- possible object is
ActivationConfig
-
setActivationConfig
public void setActivationConfig(ActivationConfig value)
Sets the value of the activationConfig property.- Parameters:
value- allowed object isActivationConfig
-
getDestinationJndiName
public String getDestinationJndiName()
Gets the value of the destinationJndiName property.- Returns:
- possible object is
String
-
setDestinationJndiName
public void setDestinationJndiName(String value)
Sets the value of the destinationJndiName property.- Parameters:
value- allowed object isString
-
getLocalJndiName
public String getLocalJndiName()
Gets the value of the localJndiName property.- Returns:
- possible object is
String
-
setLocalJndiName
public void setLocalJndiName(String value)
Sets the value of the localJndiName property.- Parameters:
value- allowed object isString
-
getMdbUser
public String getMdbUser()
Gets the value of the mdbUser property.- Returns:
- possible object is
String
-
setMdbUser
public void setMdbUser(String value)
Sets the value of the mdbUser property.- Parameters:
value- allowed object isString
-
getMdbPasswd
public String getMdbPasswd()
Gets the value of the mdbPasswd property.- Returns:
- possible object is
String
-
setMdbPasswd
public void setMdbPasswd(String value)
Sets the value of the mdbPasswd property.- Parameters:
value- allowed object isString
-
getMdbClientId
public String getMdbClientId()
Gets the value of the mdbClientId property.- Returns:
- possible object is
String
-
setMdbClientId
public void setMdbClientId(String value)
Sets the value of the mdbClientId property.- Parameters:
value- allowed object isString
-
getMdbSubscriptionId
public String getMdbSubscriptionId()
Gets the value of the mdbSubscriptionId property.- Returns:
- possible object is
String
-
setMdbSubscriptionId
public void setMdbSubscriptionId(String value)
Sets the value of the mdbSubscriptionId property.- Parameters:
value- allowed object isString
-
getResourceAdapterName
public String getResourceAdapterName()
Gets the value of the resourceAdapterName property.- Returns:
- possible object is
String
-
setResourceAdapterName
public void setResourceAdapterName(String value)
Sets the value of the resourceAdapterName property.- Parameters:
value- allowed object isString
-
getExceptionOnRollback
public String getExceptionOnRollback()
Gets the value of the exceptionOnRollback property.- Returns:
- possible object is
String
-
setExceptionOnRollback
public void setExceptionOnRollback(String value)
Sets the value of the exceptionOnRollback property.- Parameters:
value- allowed object isString
-
getTimerPersistence
public String getTimerPersistence()
Gets the value of the timerPersistence property.- Returns:
- possible object is
String
-
setTimerPersistence
public void setTimerPersistence(String value)
Sets the value of the timerPersistence property.- Parameters:
value- allowed object isString
-
getConfigurationName
public String getConfigurationName()
Gets the value of the configurationName property.- Returns:
- possible object is
String
-
setConfigurationName
public void setConfigurationName(String value)
Sets the value of the configurationName property.- Parameters:
value- allowed object isString
-
getInvokerBindings
public InvokerBindings getInvokerBindings()
Gets the value of the invokerBindings property.- Returns:
- possible object is
InvokerBindings
-
setInvokerBindings
public void setInvokerBindings(InvokerBindings value)
Sets the value of the invokerBindings property.- Parameters:
value- allowed object isInvokerBindings
-
getSecurityProxy
public String getSecurityProxy()
Gets the value of the securityProxy property.- Returns:
- possible object is
String
-
setSecurityProxy
public void setSecurityProxy(String value)
Sets the value of the securityProxy property.- Parameters:
value- allowed object isString
-
getEjbRef
public List<EjbRef> getEjbRef()
Gets the value of the ejbRef property. 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 asetmethod 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 listEjbRef
-
getEjbLocalRef
public List<EjbLocalRef> getEjbLocalRef()
Gets the value of the ejbLocalRef property. 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 asetmethod 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 listEjbLocalRef
-
getServiceRef
public List<ServiceRef> getServiceRef()
Gets the value of the serviceRef property. 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 asetmethod 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 listServiceRef
-
getSecurityIdentity
public SecurityIdentity getSecurityIdentity()
Gets the value of the securityIdentity property.- Returns:
- possible object is
SecurityIdentity
-
setSecurityIdentity
public void setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property.- Parameters:
value- allowed object isSecurityIdentity
-
getResourceRef
public List<ResourceRef> getResourceRef()
Gets the value of the resourceRef property. 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 asetmethod 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 listResourceRef
-
getResourceEnvRef
public List<ResourceEnvRef> getResourceEnvRef()
Gets the value of the resourceEnvRef property. 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 asetmethod 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 listResourceEnvRef
-
getMessageDestinationRef
public List<MessageDestinationRef> getMessageDestinationRef()
Gets the value of the messageDestinationRef property. 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 asetmethod for the messageDestinationRef property. For example, to add a new item, do as follows:getMessageDestinationRef().add(newItem);Objects of the following type(s) are allowed in the listMessageDestinationRef
-
getDepends
public List<Depends> getDepends()
Gets the value of the depends property. 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 asetmethod for the depends property. For example, to add a new item, do as follows:getDepends().add(newItem);Objects of the following type(s) are allowed in the listDepends
-
getIorSecurityConfig
public IorSecurityConfig getIorSecurityConfig()
Gets the value of the iorSecurityConfig property.- Returns:
- possible object is
IorSecurityConfig
-
setIorSecurityConfig
public void setIorSecurityConfig(IorSecurityConfig value)
Sets the value of the iorSecurityConfig property.- Parameters:
value- allowed object isIorSecurityConfig
-
getEjbTimeoutIdentity
public EjbTimeoutIdentity getEjbTimeoutIdentity()
Gets the value of the ejbTimeoutIdentity property.- Returns:
- possible object is
EjbTimeoutIdentity
-
setEjbTimeoutIdentity
public void setEjbTimeoutIdentity(EjbTimeoutIdentity value)
Sets the value of the ejbTimeoutIdentity property.- Parameters:
value- allowed object isEjbTimeoutIdentity
-
-