org.apache.openejb.jee.jba
Class MessageDriven

java.lang.Object
  extended by org.apache.openejb.jee.jba.MessageDriven

public class MessageDriven
extends Object


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

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

ejbRef

protected List<EjbRef> ejbRef

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

depends

protected List<Depends> depends

iorSecurityConfig

protected IorSecurityConfig iorSecurityConfig

ejbTimeoutIdentity

protected EjbTimeoutIdentity ejbTimeoutIdentity
Constructor Detail

MessageDriven

public MessageDriven()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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 is String

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 is ActivationConfig

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is InvokerBindings

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 is String

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 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


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 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


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 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


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 is SecurityIdentity

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 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


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 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


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 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


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 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


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 is IorSecurityConfig

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 is EjbTimeoutIdentity


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.