|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.common.xml.AbsDescriptionElement
org.ow2.jonas.deployment.common.xml.AbsEnvironmentElement
org.ow2.jonas.deployment.ejb.xml.CommonEjb
org.ow2.jonas.deployment.ejb.xml.MessageDriven
public class MessageDriven
This class defines the implementation of the element message-driven
| Constructor Summary | |
|---|---|
MessageDriven()
Constructor |
|
| Method Summary | |
|---|---|
String |
getAcknowledgeMode()
Gets the acknowledge-mode (EJB2.0 only) |
ActivationConfig |
getActivationConfig()
Gets the activation-config (EJB2.1 only) |
String |
getMessageDestinationLink()
Gets the message-destination-link (EJB2.1 only) |
String |
getMessageDestinationType()
Gets the message-destination-type (EJB2.1 only) |
MessageDrivenDestination |
getMessageDrivenDestination()
Gets the message-driven-destination (EJB2.0 only) |
String |
getMessageSelector()
Gets the message-selector (EJB2.0 only) |
void |
setAcknowledgeMode(String acknowledgeMode)
Set the acknowledge-mode (EJB2.0 only) |
void |
setActivationConfig(ActivationConfig activationConfig)
Set the activation-config (EJB2.1 only) |
void |
setMessageDestinationLink(String messageDestinationLink)
Set the message-destination-link (EJB2.1 only) |
void |
setMessageDestinationType(String messageDestinationType)
Set the message-destination-type (EJB2.1 only) |
void |
setMessageDrivenDestination(MessageDrivenDestination messageDrivenDestination)
Set the message-driven-destination (EJB2.0 only) |
void |
setMessageSelector(String messageSelector)
Set the message-selector (EJB2.0 only) |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.ejb.xml.CommonEjb |
|---|
addSecurityRoleRef, getEjbClass, getEjbName, getHome, getLocal, getLocalHome, getMappedName, getMessagingType, getRemote, getSecurityIdentity, getSecurityRoleRefList, getTransactionType, setEjbClass, setEjbName, setHome, setLocal, setLocalHome, setMappedName, setMessagingType, setRemote, setSecurityIdentity, setSecurityRoleRefList, setTransactionType |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsEnvironmentElement |
|---|
addEjbLocalRef, addEjbRef, addEnvEntry, addMessageDestinationRef, addPersistenceUnitRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbLocalRefList, getEjbRefList, getEnvEntryList, getMessageDestinationRefList, getPersistenceUnitRefList, getResourceEnvRefList, getResourceRefList, getServiceRefList |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsDescriptionElement |
|---|
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ow2.jonas.deployment.common.xml.JndiEnvRefsGroupXml |
|---|
getEjbLocalRefList, getEjbRefList, getEnvEntryList, getMessageDestinationRefList, getPersistenceUnitRefList, getResourceEnvRefList, getResourceRefList, getServiceRefList |
| Methods inherited from interface org.ow2.jonas.deployment.common.xml.DescriptionGroupXml |
|---|
getDescription, getDisplayName, getIcon |
| Constructor Detail |
|---|
public MessageDriven()
| Method Detail |
|---|
public String getMessageSelector()
public void setMessageSelector(String messageSelector)
messageSelector - messageSelectorpublic String getAcknowledgeMode()
public void setAcknowledgeMode(String acknowledgeMode)
acknowledgeMode - acknowledgeModepublic MessageDrivenDestination getMessageDrivenDestination()
public void setMessageDrivenDestination(MessageDrivenDestination messageDrivenDestination)
messageDrivenDestination - messageDrivenDestinationpublic String getMessageDestinationType()
public void setMessageDestinationType(String messageDestinationType)
messageDestinationType - message-destination-typepublic String getMessageDestinationLink()
public void setMessageDestinationLink(String messageDestinationLink)
messageDestinationLink - message-destination-linkpublic ActivationConfig getActivationConfig()
public void setActivationConfig(ActivationConfig activationConfig)
activationConfig - activation-configpublic String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||