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()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEjbName()
String
public void setEjbName(java.lang.String value)
value
- allowed object is
String
public ActivationConfig getActivationConfig()
ActivationConfig
public void setActivationConfig(ActivationConfig value)
value
- allowed object is
ActivationConfig
public java.lang.String getDestinationJndiName()
String
public void setDestinationJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocalJndiName()
String
public void setLocalJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMdbUser()
String
public void setMdbUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMdbPasswd()
String
public void setMdbPasswd(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMdbClientId()
String
public void setMdbClientId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMdbSubscriptionId()
String
public void setMdbSubscriptionId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getResourceAdapterName()
String
public void setResourceAdapterName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExceptionOnRollback()
String
public void setExceptionOnRollback(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimerPersistence()
String
public void setTimerPersistence(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConfigurationName()
String
public void setConfigurationName(java.lang.String value)
value
- allowed object is
String
public InvokerBindings getInvokerBindings()
InvokerBindings
public void setInvokerBindings(InvokerBindings value)
value
- allowed object is
InvokerBindings
public java.lang.String getSecurityProxy()
String
public void setSecurityProxy(java.lang.String value)
value
- allowed object is
String
public 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
EjbRef
public 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
EjbLocalRef
public 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
ServiceRef
public SecurityIdentity getSecurityIdentity()
SecurityIdentity
public void setSecurityIdentity(SecurityIdentity value)
value
- allowed object is
SecurityIdentity
public 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
ResourceRef
public 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
ResourceEnvRef
public 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
MessageDestinationRef
public 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
Depends
public IorSecurityConfig getIorSecurityConfig()
IorSecurityConfig
public void setIorSecurityConfig(IorSecurityConfig value)
value
- allowed object is
IorSecurityConfig
public EjbTimeoutIdentity getEjbTimeoutIdentity()
EjbTimeoutIdentity
public void setEjbTimeoutIdentity(EjbTimeoutIdentity value)
value
- allowed object is
EjbTimeoutIdentity