|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.annotations.impl.JCommonBean
org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
public class JMessageDriven
Acts as an implementation of @MessageDriven
annotation.
Field Summary | |
---|---|
private java.util.List<ActivationConfigProperty> |
activationConfigProperties
List of ActivationConfigProperty. |
private java.lang.String |
messageListenerInterface
Message listener Interface. |
Constructor Summary | |
---|---|
JMessageDriven()
Build an object which represents @ MessageDriven object. |
Method Summary | |
---|---|
void |
addActivationConfigProperty(ActivationConfigProperty activationConfigProperty)
Adds an activation config property. |
java.util.List<ActivationConfigProperty> |
getActivationConfigProperties()
Gets the activation config properties. |
java.lang.String |
getMessageListenerInterface()
|
void |
setMessageListenerInterface(java.lang.String messageListenerInterface)
Sets the message listener interface. |
java.lang.String |
toString()
|
Methods inherited from class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean |
---|
getDescription, getMappedName, getName, setDescription, setMappedName, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.util.List<ActivationConfigProperty> activationConfigProperties
private java.lang.String messageListenerInterface
Constructor Detail |
---|
public JMessageDriven()
MessageDriven
object.
Method Detail |
---|
public void addActivationConfigProperty(ActivationConfigProperty activationConfigProperty)
activationConfigProperty
- object to add in the listpublic java.util.List<ActivationConfigProperty> getActivationConfigProperties()
public java.lang.String getMessageListenerInterface()
public void setMessageListenerInterface(java.lang.String messageListenerInterface)
messageListenerInterface
- the given interface.public java.lang.String toString()
toString
in class JCommonBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |