|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessageDriven
Interface for element message-driven.
| Field Summary | |
|---|---|
static String |
NAME
Name of this element. |
| Method Summary | |
|---|---|
void |
addActivationConfig(IActivationConfig activationConfig)
Add the activation-config property. |
List<IActivationConfig> |
getActivationConfigList()
Gets the activation-config list. |
String |
getMessageDestinationLink()
Gets the message destination link. |
String |
getMessageDestinationType()
Gets the message destination type. |
String |
getMessagingType()
Gets the messaging-type. |
void |
setMessageDestinationLink(String messageDestinationLink)
Set the message destination link. |
void |
setMessageDestinationType(String messageDestinationType)
Set the message destination type. |
void |
setMessagingType(String messagingType)
Set the messaging-type. |
| Methods inherited from interface org.ow2.util.ee.metadata.ejbjar.api.xml.struct.IBean |
|---|
addTimer, getEjbClass, getEjbName, getMappedName, getRunAsRole, getTimeoutMethod, getTimers, getTransactionType, setEjbClass, setEjbName, setMappedName, setRunAsRole, setTimeoutMethod, setTransactionType |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
void setMessagingType(String messagingType)
messagingType - the message listener interface of the message-driven
bean.String getMessagingType()
void setMessageDestinationType(String messageDestinationType)
messageDestinationType - message destination type.String getMessageDestinationType()
void setMessageDestinationLink(String messageDestinationLink)
messageDestinationLink - message destination link.String getMessageDestinationLink()
List<IActivationConfig> getActivationConfigList()
void addActivationConfig(IActivationConfig activationConfig)
activationConfig - activation-config property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||