public class MessageDriven
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ActivationConfig |
activationConfig |
protected java.lang.String |
configurationName |
protected java.util.List<Depends> |
depends |
protected java.lang.String |
destinationJndiName |
protected java.util.List<EjbLocalRef> |
ejbLocalRef |
protected java.lang.String |
ejbName |
protected java.util.List<EjbRef> |
ejbRef |
protected EjbTimeoutIdentity |
ejbTimeoutIdentity |
protected java.lang.String |
exceptionOnRollback |
protected java.lang.String |
id |
protected InvokerBindings |
invokerBindings |
protected IorSecurityConfig |
iorSecurityConfig |
protected java.lang.String |
localJndiName |
protected java.lang.String |
mdbClientId |
protected java.lang.String |
mdbPasswd |
protected java.lang.String |
mdbSubscriptionId |
protected java.lang.String |
mdbUser |
protected java.util.List<MessageDestinationRef> |
messageDestinationRef |
protected java.lang.String |
resourceAdapterName |
protected java.util.List<ResourceEnvRef> |
resourceEnvRef |
protected java.util.List<ResourceRef> |
resourceRef |
protected SecurityIdentity |
securityIdentity |
protected java.lang.String |
securityProxy |
protected java.util.List<ServiceRef> |
serviceRef |
protected java.lang.String |
timerPersistence |
| Constructor and Description |
|---|
MessageDriven() |
| Modifier and Type | Method and Description |
|---|---|
ActivationConfig |
getActivationConfig()
Gets the value of the activationConfig property.
|
java.lang.String |
getConfigurationName()
Gets the value of the configurationName property.
|
java.util.List<Depends> |
getDepends()
Gets the value of the depends property.
|
java.lang.String |
getDestinationJndiName()
Gets the value of the destinationJndiName property.
|
java.util.List<EjbLocalRef> |
getEjbLocalRef()
Gets the value of the ejbLocalRef property.
|
java.lang.String |
getEjbName()
Gets the value of the ejbName property.
|
java.util.List<EjbRef> |
getEjbRef()
Gets the value of the ejbRef property.
|
EjbTimeoutIdentity |
getEjbTimeoutIdentity()
Gets the value of the ejbTimeoutIdentity property.
|
java.lang.String |
getExceptionOnRollback()
Gets the value of the exceptionOnRollback property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
InvokerBindings |
getInvokerBindings()
Gets the value of the invokerBindings property.
|
IorSecurityConfig |
getIorSecurityConfig()
Gets the value of the iorSecurityConfig property.
|
java.lang.String |
getLocalJndiName()
Gets the value of the localJndiName property.
|
java.lang.String |
getMdbClientId()
Gets the value of the mdbClientId property.
|
java.lang.String |
getMdbPasswd()
Gets the value of the mdbPasswd property.
|
java.lang.String |
getMdbSubscriptionId()
Gets the value of the mdbSubscriptionId property.
|
java.lang.String |
getMdbUser()
Gets the value of the mdbUser property.
|
java.util.List<MessageDestinationRef> |
getMessageDestinationRef()
Gets the value of the messageDestinationRef property.
|
java.lang.String |
getResourceAdapterName()
Gets the value of the resourceAdapterName property.
|
java.util.List<ResourceEnvRef> |
getResourceEnvRef()
Gets the value of the resourceEnvRef property.
|
java.util.List<ResourceRef> |
getResourceRef()
Gets the value of the resourceRef property.
|
SecurityIdentity |
getSecurityIdentity()
Gets the value of the securityIdentity property.
|
java.lang.String |
getSecurityProxy()
Gets the value of the securityProxy property.
|
java.util.List<ServiceRef> |
getServiceRef()
Gets the value of the serviceRef property.
|
java.lang.String |
getTimerPersistence()
Gets the value of the timerPersistence property.
|
void |
setActivationConfig(ActivationConfig value)
Sets the value of the activationConfig property.
|
void |
setConfigurationName(java.lang.String value)
Sets the value of the configurationName property.
|
void |
setDestinationJndiName(java.lang.String value)
Sets the value of the destinationJndiName property.
|
void |
setEjbName(java.lang.String value)
Sets the value of the ejbName property.
|
void |
setEjbTimeoutIdentity(EjbTimeoutIdentity value)
Sets the value of the ejbTimeoutIdentity property.
|
void |
setExceptionOnRollback(java.lang.String value)
Sets the value of the exceptionOnRollback property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInvokerBindings(InvokerBindings value)
Sets the value of the invokerBindings property.
|
void |
setIorSecurityConfig(IorSecurityConfig value)
Sets the value of the iorSecurityConfig property.
|
void |
setLocalJndiName(java.lang.String value)
Sets the value of the localJndiName property.
|
void |
setMdbClientId(java.lang.String value)
Sets the value of the mdbClientId property.
|
void |
setMdbPasswd(java.lang.String value)
Sets the value of the mdbPasswd property.
|
void |
setMdbSubscriptionId(java.lang.String value)
Sets the value of the mdbSubscriptionId property.
|
void |
setMdbUser(java.lang.String value)
Sets the value of the mdbUser property.
|
void |
setResourceAdapterName(java.lang.String value)
Sets the value of the resourceAdapterName property.
|
void |
setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property.
|
void |
setSecurityProxy(java.lang.String value)
Sets the value of the securityProxy property.
|
void |
setTimerPersistence(java.lang.String value)
Sets the value of the timerPersistence property.
|
protected java.lang.String id
protected java.lang.String ejbName
protected ActivationConfig activationConfig
protected java.lang.String destinationJndiName
protected java.lang.String localJndiName
protected java.lang.String mdbUser
protected java.lang.String mdbPasswd
protected java.lang.String mdbClientId
protected java.lang.String mdbSubscriptionId
protected java.lang.String resourceAdapterName
protected java.lang.String exceptionOnRollback
protected java.lang.String timerPersistence
protected java.lang.String configurationName
protected InvokerBindings invokerBindings
protected java.lang.String securityProxy
protected java.util.List<EjbRef> ejbRef
protected java.util.List<EjbLocalRef> ejbLocalRef
protected java.util.List<ServiceRef> serviceRef
protected SecurityIdentity securityIdentity
protected java.util.List<ResourceRef> resourceRef
protected java.util.List<ResourceEnvRef> resourceEnvRef
protected java.util.List<MessageDestinationRef> messageDestinationRef
protected java.util.List<Depends> depends
protected IorSecurityConfig iorSecurityConfig
protected EjbTimeoutIdentity ejbTimeoutIdentity
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEjbName()
Stringpublic void setEjbName(java.lang.String value)
value - allowed object is
Stringpublic ActivationConfig getActivationConfig()
ActivationConfigpublic void setActivationConfig(ActivationConfig value)
value - allowed object is
ActivationConfigpublic java.lang.String getDestinationJndiName()
Stringpublic void setDestinationJndiName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocalJndiName()
Stringpublic void setLocalJndiName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMdbUser()
Stringpublic void setMdbUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMdbPasswd()
Stringpublic void setMdbPasswd(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMdbClientId()
Stringpublic void setMdbClientId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMdbSubscriptionId()
Stringpublic void setMdbSubscriptionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceAdapterName()
Stringpublic void setResourceAdapterName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExceptionOnRollback()
Stringpublic void setExceptionOnRollback(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimerPersistence()
Stringpublic void setTimerPersistence(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConfigurationName()
Stringpublic void setConfigurationName(java.lang.String value)
value - allowed object is
Stringpublic InvokerBindings getInvokerBindings()
InvokerBindingspublic void setInvokerBindings(InvokerBindings value)
value - allowed object is
InvokerBindingspublic java.lang.String getSecurityProxy()
Stringpublic void setSecurityProxy(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<EjbRef> 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
EjbRefpublic java.util.List<EjbLocalRef> 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
EjbLocalRefpublic java.util.List<ServiceRef> 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
ServiceRefpublic SecurityIdentity getSecurityIdentity()
SecurityIdentitypublic void setSecurityIdentity(SecurityIdentity value)
value - allowed object is
SecurityIdentitypublic java.util.List<ResourceRef> 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
ResourceRefpublic java.util.List<ResourceEnvRef> 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
ResourceEnvRefpublic java.util.List<MessageDestinationRef> getMessageDestinationRef()
set method 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 list
MessageDestinationRefpublic java.util.List<Depends> getDepends()
set method 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 list
Dependspublic IorSecurityConfig getIorSecurityConfig()
IorSecurityConfigpublic void setIorSecurityConfig(IorSecurityConfig value)
value - allowed object is
IorSecurityConfigpublic EjbTimeoutIdentity getEjbTimeoutIdentity()
EjbTimeoutIdentitypublic void setEjbTimeoutIdentity(EjbTimeoutIdentity value)
value - allowed object is
EjbTimeoutIdentity