org.objectweb.jonas_ejb.deployment.xml.MessageDriven Class Reference

Inherits org.objectweb.jonas_ejb.deployment.xml.CommonEjb.

Inheritance diagram for org.objectweb.jonas_ejb.deployment.xml.MessageDriven:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_ejb.deployment.xml.MessageDriven:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MessageDriven ()
String getMessageSelector ()
void setMessageSelector (String messageSelector)
String getAcknowledgeMode ()
void setAcknowledgeMode (String acknowledgeMode)
MessageDrivenDestination getMessageDrivenDestination ()
void setMessageDrivenDestination (MessageDrivenDestination messageDrivenDestination)
String getMessageDestinationType ()
void setMessageDestinationType (String messageDestinationType)
String getMessageDestinationLink ()
void setMessageDestinationLink (String messageDestinationLink)
ActivationConfig getActivationConfig ()
void setActivationConfig (ActivationConfig activationConfig)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element message-driven

Author:
JOnAS team

Definition at line 35 of file MessageDriven.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.MessageDriven.MessageDriven  ) 
 

Constructor

Definition at line 70 of file MessageDriven.java.

References org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setMessagingType().

Here is the call graph for this function:


Member Function Documentation

String org.objectweb.jonas_ejb.deployment.xml.MessageDriven.getAcknowledgeMode  ) 
 

Gets the acknowledge-mode (EJB2.0 only)

Returns:
the acknowledge-mode

Definition at line 98 of file MessageDriven.java.

ActivationConfig org.objectweb.jonas_ejb.deployment.xml.MessageDriven.getActivationConfig  ) 
 

Gets the activation-config (EJB2.1 only)

Returns:
the activation-config

Definition at line 163 of file MessageDriven.java.

String org.objectweb.jonas_ejb.deployment.xml.MessageDriven.getMessageDestinationLink  ) 
 

Gets the message-destination-link (EJB2.1 only)

Returns:
the message-destination-link

Definition at line 147 of file MessageDriven.java.

String org.objectweb.jonas_ejb.deployment.xml.MessageDriven.getMessageDestinationType  ) 
 

Gets the message-destination-type (EJB2.1 only)

Returns:
the message-destination-type

Definition at line 130 of file MessageDriven.java.

MessageDrivenDestination org.objectweb.jonas_ejb.deployment.xml.MessageDriven.getMessageDrivenDestination  ) 
 

Gets the message-driven-destination (EJB2.0 only)

Returns:
the message-driven-destination

Definition at line 114 of file MessageDriven.java.

String org.objectweb.jonas_ejb.deployment.xml.MessageDriven.getMessageSelector  ) 
 

Gets the message-selector (EJB2.0 only)

Returns:
the message-selector

Definition at line 82 of file MessageDriven.java.

void org.objectweb.jonas_ejb.deployment.xml.MessageDriven.setAcknowledgeMode String  acknowledgeMode  ) 
 

Set the acknowledge-mode (EJB2.0 only)

Parameters:
acknowledgeMode acknowledgeMode

Definition at line 106 of file MessageDriven.java.

void org.objectweb.jonas_ejb.deployment.xml.MessageDriven.setActivationConfig ActivationConfig  activationConfig  ) 
 

Set the activation-config (EJB2.1 only)

Parameters:
activationConfig activation-config

Definition at line 171 of file MessageDriven.java.

void org.objectweb.jonas_ejb.deployment.xml.MessageDriven.setMessageDestinationLink String  messageDestinationLink  ) 
 

Set the message-destination-link (EJB2.1 only)

Parameters:
messageDestinationLink message-destination-link

Definition at line 155 of file MessageDriven.java.

void org.objectweb.jonas_ejb.deployment.xml.MessageDriven.setMessageDestinationType String  messageDestinationType  ) 
 

Set the message-destination-type (EJB2.1 only)

Parameters:
messageDestinationType message-destination-type

Definition at line 138 of file MessageDriven.java.

void org.objectweb.jonas_ejb.deployment.xml.MessageDriven.setMessageDrivenDestination MessageDrivenDestination  messageDrivenDestination  ) 
 

Set the message-driven-destination (EJB2.0 only)

Parameters:
messageDrivenDestination messageDrivenDestination

Definition at line 122 of file MessageDriven.java.

void org.objectweb.jonas_ejb.deployment.xml.MessageDriven.setMessageSelector String  messageSelector  ) 
 

Set the message-selector (EJB2.0 only)

Parameters:
messageSelector messageSelector

Definition at line 90 of file MessageDriven.java.

String org.objectweb.jonas_ejb.deployment.xml.MessageDriven.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Definition at line 181 of file MessageDriven.java.

References org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getEjbClass(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getEjbName(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getMessagingType(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getSecurityIdentity(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getTransactionType(), and org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:11:41 2005 for JOnAS by  doxygen 1.3.9.1