|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.annotations.impl.JCommonBean
com.bm.ejb3metadata.annotations.impl.JMessageDriven
public class JMessageDriven
Acts as an implementation of @MessageDriven
annotation.
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 com.bm.ejb3metadata.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 |
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 |