|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.container.info.BeanInfo
org.objectweb.easybeans.container.info.MessageDrivenInfo
public class MessageDrivenInfo
This class contains runtime information about Message driven beans.
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 |
---|
private java.util.List<ActivationConfigProperty> activationConfigProperties
private java.lang.String messageListenerInterface
Constructor Detail |
---|
public MessageDrivenInfo()
Method Detail |
---|
public java.util.List<ActivationConfigProperty> getActivationConfigProperties()
public void setActivationConfigProperties(java.util.List<ActivationConfigProperty> activationConfigProperties)
activationConfigProperties
- the list of activation config
propertiespublic java.lang.String getMessageListenerInterface()
public void setMessageListenerInterface(java.lang.String messageListenerInterface)
messageListenerInterface
- the given interface.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |