xdoclet.modules.ejb.mdb
public class MdbTagsHandler extends EjbTagsHandler
Version: $Revision: 1.16 $
UNKNOWN: Oct 16, 2001 namespace = "EjbMdb"
Method Summary | |
---|---|
String | destinationDescription()
Returns the description of the current message destination
|
String | destinationDisplayName()
Returns the display-name of the current message destination
|
String | destinationJndiName()
Returns the jndi-name of the current message destination
|
String | destinationName()
Returns the name of the current message destination
|
void | forAllDestinations(String template)
Evaluates the body block for each ejb:message-destination defined in class level
|
void | forAllMDBeans(String template)
Evaluates the body block for each EJBean derived from MessageDrivenBean.
|
static String | getMessageDrivenClassFor(XClass clazz)
Gets the MdbClassFor attribute of the MdbTagsHandler class
|
protected static String | getMessageDrivenClassPattern()
Gets the MdbClassPattern attribute of the MdbTagsHandler class
|
void | ifDestinationHasDescription(String template)
Evaluate the body block if the current message destination has a descrition
|
void | ifDestinationHasDisplayName(String template)
Evaluate the body block if the current message destination has a display-name
|
void | ifDestinationHasJndiName(String template)
Evaluate the body block if the current message destination has a jndi-name
|
void | ifHasActivationConfig(String template, Properties attributes)
Evaluate the body block if the current class has a activation config
|
void | ifMessageDriven(String template)
Evaluate the body block if current class is of a message driven bean type.
|
void | ifNotMessageDriven(String template)
Evaluate the body block if current class is not of a message driven bean type.
|
static boolean | isMessageDriven(XClass clazz)
Returns true if clazz is a message-driven bean, false otherwise.
|
String | mdbClass()
Returns the name of message-driven bean class.
|
String | messageDrivenClass()
Returns the name of message-driven bean class.
|
Returns: Current message destination's description
Throws: XDocletException
See Also: MdbTagsHandler
UNKNOWN: type = "content"
Returns: Current message destination's display-name
Throws: XDocletException
See Also: MdbTagsHandler
UNKNOWN: type = "content"
Returns: Current message destination's jndi-name
Throws: XDocletException
See Also: MdbTagsHandler
UNKNOWN: type = "content"
Returns: Current message destination's name
Throws: XDocletException
See Also: MdbTagsHandler
UNKNOWN: type = "content"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: destinationName destinationDescription destinationDisplayName
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: MdbTagsHandler
UNKNOWN: type = "block"
Parameters: clazz Describe what the parameter does
Returns: The MessageDrivenClassFor value
Returns: The MdbClassPattern value
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template The body of the block tag attributes
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: clazz Description of Parameter
Returns: The MessageDriven value
Returns: The name of generated message-driven bean class.
Throws: XDocletException
UNKNOWN: type = "content"
Returns: The name of generated message-driven bean class.
Throws: XDocletException
UNKNOWN: type = "content"