Interface EjbMessageBeanDescriptor

    • Method Detail

      • getMessageListenerType

        String getMessageListenerType()
        Returns:
        "MessageListener" if not set
      • getDestinationType

        String getDestinationType()
        Gets the type of the destination set
        Returns:
        Either "Queue" or "Topic"
      • getDurableSubscriptionName

        String getDurableSubscriptionName()
      • getResourceAdapterMid

        String getResourceAdapterMid()
        Gets the module id of the resource adapter set with the MDB
        Returns:
        null if not set
      • getMdbConnectionFactoryJndiName

        String getMdbConnectionFactoryJndiName()
        Returns the JNDI name of the connection factory used to create the Message-Driven Bean.
        Returns:
      • setResourceAdapterMid

        void setResourceAdapterMid​(String resourceAdapterMid)
        Sets the resource adapter to use with the MDB
        Parameters:
        resourceAdapterMid - the module ID of the resource adapter to use
      • getActivationConfigProperties

        Set<EnvironmentProperty> getActivationConfigProperties()
        Returns a set of the activation config properties that have been set for the MDB
        Returns:
        See Also:
        ActivationConfigProperty
      • getActivationConfigValue

        String getActivationConfigValue​(String name)
        Gets the value of a specific ActivationConfigProperty
        Parameters:
        name - the name of the property
        Returns:
        the actual value of the property
      • putRuntimeActivationConfigProperty

        void putRuntimeActivationConfigProperty​(EnvironmentProperty prop)