|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.MessageDriven
public class MessageDriven
| Field Summary | |
|---|---|
protected ActivationConfig |
activationConfig
|
protected String |
configurationName
|
protected List<Depends> |
depends
|
protected String |
destinationJndiName
|
protected List<EjbLocalRef> |
ejbLocalRef
|
protected String |
ejbName
|
protected List<EjbRef> |
ejbRef
|
protected EjbTimeoutIdentity |
ejbTimeoutIdentity
|
protected String |
exceptionOnRollback
|
protected String |
id
|
protected InvokerBindings |
invokerBindings
|
protected IorSecurityConfig |
iorSecurityConfig
|
protected String |
localJndiName
|
protected String |
mdbClientId
|
protected String |
mdbPasswd
|
protected String |
mdbSubscriptionId
|
protected String |
mdbUser
|
protected List<MessageDestinationRef> |
messageDestinationRef
|
protected String |
resourceAdapterName
|
protected List<ResourceEnvRef> |
resourceEnvRef
|
protected List<ResourceRef> |
resourceRef
|
protected SecurityIdentity |
securityIdentity
|
protected String |
securityProxy
|
protected List<ServiceRef> |
serviceRef
|
protected String |
timerPersistence
|
| Constructor Summary | |
|---|---|
MessageDriven()
|
|
| Method Summary | |
|---|---|
ActivationConfig |
getActivationConfig()
Gets the value of the activationConfig property. |
String |
getConfigurationName()
Gets the value of the configurationName property. |
List<Depends> |
getDepends()
Gets the value of the depends property. |
String |
getDestinationJndiName()
Gets the value of the destinationJndiName property. |
List<EjbLocalRef> |
getEjbLocalRef()
Gets the value of the ejbLocalRef property. |
String |
getEjbName()
Gets the value of the ejbName property. |
List<EjbRef> |
getEjbRef()
Gets the value of the ejbRef property. |
EjbTimeoutIdentity |
getEjbTimeoutIdentity()
Gets the value of the ejbTimeoutIdentity property. |
String |
getExceptionOnRollback()
Gets the value of the exceptionOnRollback property. |
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. |
String |
getLocalJndiName()
Gets the value of the localJndiName property. |
String |
getMdbClientId()
Gets the value of the mdbClientId property. |
String |
getMdbPasswd()
Gets the value of the mdbPasswd property. |
String |
getMdbSubscriptionId()
Gets the value of the mdbSubscriptionId property. |
String |
getMdbUser()
Gets the value of the mdbUser property. |
List<MessageDestinationRef> |
getMessageDestinationRef()
Gets the value of the messageDestinationRef property. |
String |
getResourceAdapterName()
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. |
SecurityIdentity |
getSecurityIdentity()
Gets the value of the securityIdentity property. |
String |
getSecurityProxy()
Gets the value of the securityProxy property. |
List<ServiceRef> |
getServiceRef()
Gets the value of the serviceRef property. |
String |
getTimerPersistence()
Gets the value of the timerPersistence property. |
void |
setActivationConfig(ActivationConfig value)
Sets the value of the activationConfig property. |
void |
setConfigurationName(String value)
Sets the value of the configurationName property. |
void |
setDestinationJndiName(String value)
Sets the value of the destinationJndiName property. |
void |
setEjbName(String value)
Sets the value of the ejbName property. |
void |
setEjbTimeoutIdentity(EjbTimeoutIdentity value)
Sets the value of the ejbTimeoutIdentity property. |
void |
setExceptionOnRollback(String value)
Sets the value of the exceptionOnRollback property. |
void |
setId(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(String value)
Sets the value of the localJndiName property. |
void |
setMdbClientId(String value)
Sets the value of the mdbClientId property. |
void |
setMdbPasswd(String value)
Sets the value of the mdbPasswd property. |
void |
setMdbSubscriptionId(String value)
Sets the value of the mdbSubscriptionId property. |
void |
setMdbUser(String value)
Sets the value of the mdbUser property. |
void |
setResourceAdapterName(String value)
Sets the value of the resourceAdapterName property. |
void |
setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property. |
void |
setSecurityProxy(String value)
Sets the value of the securityProxy property. |
void |
setTimerPersistence(String value)
Sets the value of the timerPersistence property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String ejbName
protected ActivationConfig activationConfig
protected String destinationJndiName
protected String localJndiName
protected String mdbUser
protected String mdbPasswd
protected String mdbClientId
protected String mdbSubscriptionId
protected String resourceAdapterName
protected String exceptionOnRollback
protected String timerPersistence
protected String configurationName
protected InvokerBindings invokerBindings
protected String securityProxy
protected List<EjbRef> ejbRef
protected List<EjbLocalRef> ejbLocalRef
protected List<ServiceRef> serviceRef
protected SecurityIdentity securityIdentity
protected List<ResourceRef> resourceRef
protected List<ResourceEnvRef> resourceEnvRef
protected List<MessageDestinationRef> messageDestinationRef
protected List<Depends> depends
protected IorSecurityConfig iorSecurityConfig
protected EjbTimeoutIdentity ejbTimeoutIdentity
| Constructor Detail |
|---|
public MessageDriven()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getEjbName()
Stringpublic void setEjbName(String value)
value - allowed object is
Stringpublic ActivationConfig getActivationConfig()
ActivationConfigpublic void setActivationConfig(ActivationConfig value)
value - allowed object is
ActivationConfigpublic String getDestinationJndiName()
Stringpublic void setDestinationJndiName(String value)
value - allowed object is
Stringpublic String getLocalJndiName()
Stringpublic void setLocalJndiName(String value)
value - allowed object is
Stringpublic String getMdbUser()
Stringpublic void setMdbUser(String value)
value - allowed object is
Stringpublic String getMdbPasswd()
Stringpublic void setMdbPasswd(String value)
value - allowed object is
Stringpublic String getMdbClientId()
Stringpublic void setMdbClientId(String value)
value - allowed object is
Stringpublic String getMdbSubscriptionId()
Stringpublic void setMdbSubscriptionId(String value)
value - allowed object is
Stringpublic String getResourceAdapterName()
Stringpublic void setResourceAdapterName(String value)
value - allowed object is
Stringpublic String getExceptionOnRollback()
Stringpublic void setExceptionOnRollback(String value)
value - allowed object is
Stringpublic String getTimerPersistence()
Stringpublic void setTimerPersistence(String value)
value - allowed object is
Stringpublic String getConfigurationName()
Stringpublic void setConfigurationName(String value)
value - allowed object is
Stringpublic InvokerBindings getInvokerBindings()
InvokerBindingspublic void setInvokerBindings(InvokerBindings value)
value - allowed object is
InvokerBindingspublic String getSecurityProxy()
Stringpublic void setSecurityProxy(String value)
value - allowed object is
Stringpublic List<EjbRef> getEjbRef()
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 a 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 List<EjbLocalRef> getEjbLocalRef()
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 a 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 List<ServiceRef> getServiceRef()
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 a 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()
SecurityIdentitypublic void setSecurityIdentity(SecurityIdentity value)
value - allowed object is
SecurityIdentitypublic List<ResourceRef> getResourceRef()
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 a 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 List<ResourceEnvRef> getResourceEnvRef()
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 a 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 List<MessageDestinationRef> getMessageDestinationRef()
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 a 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 List<Depends> getDepends()
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 a 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()
IorSecurityConfigpublic void setIorSecurityConfig(IorSecurityConfig value)
value - allowed object is
IorSecurityConfigpublic EjbTimeoutIdentity getEjbTimeoutIdentity()
EjbTimeoutIdentitypublic void setEjbTimeoutIdentity(EjbTimeoutIdentity value)
value - allowed object is
EjbTimeoutIdentity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||