Class MessageDrivenBeanBinding


  • public class MessageDrivenBeanBinding
    extends EnterpriseBeanBinding
    Binding information for MessageDrivenBeans. Java class for MessageDrivenBeanBinding complex type. The following schema fragment specifies the expected content contained within this class.
     <complexType name="MessageDrivenBeanBinding">
       <complexContent>
         <extension base="{ejbbnd.xmi}EnterpriseBeanBinding">
           <attribute name="activationSpecAuthAlias" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="activationSpecJndiName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="destinationJndiName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="listenerInputPortName" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • activationSpecAuthAlias

        protected String activationSpecAuthAlias
      • activationSpecJndiName

        protected String activationSpecJndiName
      • destinationJndiName

        protected String destinationJndiName
      • listenerInputPortName

        protected String listenerInputPortName
    • Constructor Detail

      • MessageDrivenBeanBinding

        public MessageDrivenBeanBinding()
    • Method Detail

      • getActivationSpecAuthAlias

        public String getActivationSpecAuthAlias()
        Gets the value of the activationSpecAuthAlias property.
        Returns:
        possible object is String
      • setActivationSpecAuthAlias

        public void setActivationSpecAuthAlias​(String value)
        Sets the value of the activationSpecAuthAlias property.
        Parameters:
        value - allowed object is String
      • getActivationSpecJndiName

        public String getActivationSpecJndiName()
        Gets the value of the activationSpecJndiName property.
        Returns:
        possible object is String
      • setActivationSpecJndiName

        public void setActivationSpecJndiName​(String value)
        Sets the value of the activationSpecJndiName property.
        Parameters:
        value - allowed object is String
      • 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
      • getListenerInputPortName

        public String getListenerInputPortName()
        Gets the value of the listenerInputPortName property.
        Returns:
        possible object is String
      • setListenerInputPortName

        public void setListenerInputPortName​(String value)
        Sets the value of the listenerInputPortName property.
        Parameters:
        value - allowed object is String