| |
|
| java.lang.Object org.ow2.easybeans.container.info.BeanInfo org.ow2.easybeans.container.info.MessageDrivenInfo
MessageDrivenInfo | public class MessageDrivenInfo extends BeanInfo (Code) | | This class contains runtime information about Message driven beans.
author: Florent Benoit |
Constructor Summary | |
public | MessageDrivenInfo() Default constructor for MessageDriven Bean info. |
MessageDrivenInfo | public MessageDrivenInfo()(Code) | | Default constructor for MessageDriven Bean info.
|
getActivationConfigProperties | public List<ActivationConfigProperty> getActivationConfigProperties()(Code) | | Gets the activation config properties.
the list of activation config properties |
getMessageListenerInterface | public String getMessageListenerInterface()(Code) | | message listener interface. |
setActivationConfigProperties | public void setActivationConfigProperties(List<ActivationConfigProperty> activationConfigProperties)(Code) | | Sets the activation config properties.
Parameters: activationConfigProperties - the list of activation configproperties |
setMessageListenerInterface | public void setMessageListenerInterface(String messageListenerInterface)(Code) | | Sets the message listener interface.
Parameters: messageListenerInterface - the given interface. |
|
|
|