| |
|
| java.lang.Object org.ow2.easybeans.deployment.annotations.impl.JCommonBean org.ow2.easybeans.deployment.annotations.impl.JMessageDriven
JMessageDriven | public class JMessageDriven extends JCommonBean (Code) | | Acts as an implementation of @
javax.ejb.MessageDriven annotation.
author: Florent Benoit |
Constructor Summary | |
public | JMessageDriven() Build an object which represents @
javax.ejb.MessageDriven object. |
JMessageDriven | public JMessageDriven()(Code) | | Build an object which represents @
javax.ejb.MessageDriven object.
|
addActivationConfigProperty | public void addActivationConfigProperty(ActivationConfigProperty activationConfigProperty)(Code) | | Adds an activation config property.
Parameters: activationConfigProperty - object to add in the list |
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. |
setMessageListenerInterface | public void setMessageListenerInterface(String messageListenerInterface)(Code) | | Sets the message listener interface.
Parameters: messageListenerInterface - the given interface. |
toString | public String toString()(Code) | | string representation |
|
|
|