org.objectweb.easybeans.container.info
Class MessageDrivenInfo

java.lang.Object
  extended by org.objectweb.easybeans.container.info.BeanInfo
      extended by org.objectweb.easybeans.container.info.MessageDrivenInfo
All Implemented Interfaces:
IBeanInfo

public class MessageDrivenInfo
extends BeanInfo

This class contains runtime information about Message driven beans.

Author:
Florent Benoit

Field Summary
private  java.util.List<ActivationConfigProperty> activationConfigProperties
          List of ActivationConfigProperty.
private  java.lang.String messageListenerInterface
          Message listener Interface.
 
Constructor Summary
MessageDrivenInfo()
          Default constructor for MessageDriven Bean info.
 
Method Summary
 java.util.List<ActivationConfigProperty> getActivationConfigProperties()
          Gets the activation config properties.
 java.lang.String getMessageListenerInterface()
           
 void setActivationConfigProperties(java.util.List<ActivationConfigProperty> activationConfigProperties)
          Sets the activation config properties.
 void setMessageListenerInterface(java.lang.String messageListenerInterface)
          Sets the message listener interface.
 
Methods inherited from class org.objectweb.easybeans.container.info.BeanInfo
getApplicationExceptions, getName, getSecurityInfo, getTransactionManagementType, setApplicationExceptions, setName, setSecurityInfo, setTransactionManagementType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationConfigProperties

private java.util.List<ActivationConfigProperty> activationConfigProperties
List of ActivationConfigProperty.


messageListenerInterface

private java.lang.String messageListenerInterface
Message listener Interface.

Constructor Detail

MessageDrivenInfo

public MessageDrivenInfo()
Default constructor for MessageDriven Bean info.

Method Detail

getActivationConfigProperties

public java.util.List<ActivationConfigProperty> getActivationConfigProperties()
Gets the activation config properties.

Returns:
the list of activation config properties

setActivationConfigProperties

public void setActivationConfigProperties(java.util.List<ActivationConfigProperty> activationConfigProperties)
Sets the activation config properties.

Parameters:
activationConfigProperties - the list of activation config properties

getMessageListenerInterface

public java.lang.String getMessageListenerInterface()
Returns:
message listener interface.

setMessageListenerInterface

public void setMessageListenerInterface(java.lang.String messageListenerInterface)
Sets the message listener interface.

Parameters:
messageListenerInterface - the given interface.