public class MessageDriven extends EnterpriseBean
<complexType name="MessageDriven">
<complexContent>
<extension base="{ejb.xmi}EnterpriseBean">
<choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="destination" type="{ejb.xmi}MessageDrivenDestination"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="activationConfig" type="{ejb.xmi}ActivationConfig"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="messageDestination" type="{java.xmi}JavaClass"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="messagingType" type="{java.xmi}JavaClass"/>
</choice>
</choice>
<attribute name="acknowledgeMode" type="{ejb.xmi}AcknowledgeMode" />
<attribute name="link" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="messageDestination" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="messageSelector" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="messagingType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="transactionType" type="{ejb.xmi}TransactionType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AcknowledgeModeEnum |
acknowledgeMode |
protected java.util.List<ActivationConfig> |
activationConfigs |
protected java.util.List<MessageDrivenDestination> |
destinations |
protected java.lang.String |
link |
protected java.lang.String |
messageDestination |
protected java.util.List<JavaClass> |
messageDestinations |
protected java.lang.String |
messageSelector |
protected java.lang.String |
messagingType |
protected java.util.List<JavaClass> |
messagingTypes |
protected TransactionEnum |
transactionType |
ejbClass, ejbClasses, homeInterface, homeInterfaces, localHomeInterface, localHomeInterfaces, localInterface, localInterfaces, name, remoteInterface, remoteInterfaces, securityIdentities, securityRoleRefsejbLocalRefs, ejbRefs, environmentProperties, messageDestinationRefs, resourceEnvRefs, resourceRefs, serviceRefsdescription, displayName, largeIcon, smallIcondescriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
MessageDriven() |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgeModeEnum |
getAcknowledgeMode()
Gets the value of the acknowledgeMode property.
|
java.util.List<ActivationConfig> |
getActivationConfigs()
Gets the value of the activationConfigs property.
|
java.util.List<MessageDrivenDestination> |
getDestinations()
Gets the value of the destinations property.
|
java.lang.String |
getLink()
Gets the value of the link property.
|
java.lang.String |
getMessageDestination()
Gets the value of the messageDestination property.
|
java.util.List<JavaClass> |
getMessageDestinations()
Gets the value of the messageDestinations property.
|
java.lang.String |
getMessageSelector()
Gets the value of the messageSelector property.
|
java.lang.String |
getMessagingType()
Gets the value of the messagingType property.
|
java.util.List<JavaClass> |
getMessagingTypes()
Gets the value of the messagingTypes property.
|
TransactionEnum |
getTransactionType()
Gets the value of the transactionType property.
|
void |
setAcknowledgeMode(AcknowledgeModeEnum value)
Sets the value of the acknowledgeMode property.
|
void |
setLink(java.lang.String value)
Sets the value of the link property.
|
void |
setMessageDestination(java.lang.String value)
Sets the value of the messageDestination property.
|
void |
setMessageSelector(java.lang.String value)
Sets the value of the messageSelector property.
|
void |
setMessagingType(java.lang.String value)
Sets the value of the messagingType property.
|
void |
setTransactionType(TransactionEnum value)
Sets the value of the transactionType property.
|
getEjbClass, getEjbClasses, getHomeInterface, getHomeInterfaces, getLocalHomeInterface, getLocalHomeInterfaces, getLocalInterface, getLocalInterfaces, getName, getRemoteInterface, getRemoteInterfaces, getSecurityIdentities, getSecurityRoleRefs, setEjbClass, setHomeInterface, setLocalHomeInterface, setLocalInterface, setName, setRemoteInterfacegetEjbLocalRefs, getEjbRefs, getEnvironmentProperties, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs, getServiceRefsgetDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcongetDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected java.util.List<MessageDrivenDestination> destinations
protected java.util.List<ActivationConfig> activationConfigs
protected java.util.List<JavaClass> messageDestinations
protected java.util.List<JavaClass> messagingTypes
protected AcknowledgeModeEnum acknowledgeMode
protected java.lang.String link
protected java.lang.String messageDestination
protected java.lang.String messageSelector
protected java.lang.String messagingType
protected TransactionEnum transactionType
public java.util.List<MessageDrivenDestination> getDestinations()
set method for the destinations property.
For example, to add a new item, do as follows:
getDestinations().add(newItem);Objects of the following type(s) are allowed in the list
MessageDrivenDestinationpublic java.util.List<ActivationConfig> getActivationConfigs()
set method for the activationConfigs property.
For example, to add a new item, do as follows:
getActivationConfigs().add(newItem);Objects of the following type(s) are allowed in the list
ActivationConfigpublic java.util.List<JavaClass> getMessageDestinations()
set method for the messageDestinations property.
For example, to add a new item, do as follows:
getMessageDestinations().add(newItem);Objects of the following type(s) are allowed in the list
JavaClasspublic java.util.List<JavaClass> getMessagingTypes()
set method for the messagingTypes property.
For example, to add a new item, do as follows:
getMessagingTypes().add(newItem);Objects of the following type(s) are allowed in the list
JavaClasspublic AcknowledgeModeEnum getAcknowledgeMode()
AcknowledgeModeEnumpublic void setAcknowledgeMode(AcknowledgeModeEnum value)
value - allowed object is AcknowledgeModeEnumpublic java.lang.String getLink()
Stringpublic void setLink(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getMessageDestination()
Stringpublic void setMessageDestination(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getMessageSelector()
Stringpublic void setMessageSelector(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getMessagingType()
Stringpublic void setMessagingType(java.lang.String value)
value - allowed object is Stringpublic TransactionEnum getTransactionType()
TransactionEnumpublic void setTransactionType(TransactionEnum value)
value - allowed object is TransactionEnum