destinationDescription
public String destinationDescription()
throws xdoclet.XDocletException Returns the description of the current message destination
- Current message destination's description
xdoclet.XDocletException -
forAllDestinations(java.lang.String)
destinationDisplayName
public String destinationDisplayName()
throws xdoclet.XDocletException Returns the display-name of the current message destination
- Current message destination's display-name
xdoclet.XDocletException -
forAllDestinations(java.lang.String)
destinationJndiName
public String destinationJndiName()
throws xdoclet.XDocletException Returns the jndi-name of the current message destination
- Current message destination's jndi-name
xdoclet.XDocletException -
forAllDestinations(java.lang.String)
destinationName
public String destinationName()
throws xdoclet.XDocletException Returns the name of the current message destination
- Current message destination's name
xdoclet.XDocletException -
forAllDestinations(java.lang.String)
forAllDestinations
public void forAllDestinations(String template)
throws xdoclet.XDocletException Evaluates the body block for each ejb:message-destination defined in class level
template - The body of the block tag
xdoclet.XDocletException -
forAllMDBeans
public void forAllMDBeans(String template)
throws xdoclet.XDocletException Evaluates the body block for each EJBean derived from MessageDrivenBean.
template - The body of the block tag
xdoclet.XDocletException -
isMessageDriven(xjavadoc.XClass)
getMessageDrivenClassFor
public static String getMessageDrivenClassFor(XClass clazz)
Gets the MdbClassFor attribute of the MdbTagsHandler class
clazz - Describe what the parameter does
- The MessageDrivenClassFor value
getMessageDrivenClassPattern
protected static String getMessageDrivenClassPattern()
Gets the MdbClassPattern attribute of the MdbTagsHandler class
- The MdbClassPattern value
ifDestinationHasDescription
public void ifDestinationHasDescription(String template)
throws xdoclet.XDocletException Evaluate the body block if the current message destination has a descrition
template - The body of the block tag
xdoclet.XDocletException -
ifDestinationHasDisplayName
public void ifDestinationHasDisplayName(String template)
throws xdoclet.XDocletException Evaluate the body block if the current message destination has a display-name
template - The body of the block tag
xdoclet.XDocletException -
ifDestinationHasJndiName
public void ifDestinationHasJndiName(String template)
throws xdoclet.XDocletException Evaluate the body block if the current message destination has a jndi-name
template - The body of the block tag
xdoclet.XDocletException -
ifHasActivationConfig
public void ifHasActivationConfig(String template,
Properties attributes)
throws xdoclet.XDocletException Evaluate the body block if the current class has a activation config
template - The body of the block tagattributes -
xdoclet.XDocletException -
ifMessageDriven
public void ifMessageDriven(String template)
throws xdoclet.XDocletException Evaluate the body block if current class is of a message driven bean type.
template - The body of the block tag
xdoclet.XDocletException -
ifNotMessageDriven
public void ifNotMessageDriven(String template)
throws xdoclet.XDocletException Evaluate the body block if current class is not of a message driven bean type.
template - The body of the block tag
xdoclet.XDocletException -
isMessageDriven
public static boolean isMessageDriven(XClass clazz)
Returns true if clazz is a message-driven bean, false otherwise.
clazz - Description of Parameter
mdbClass
public String mdbClass()
throws xdoclet.XDocletException Returns the name of message-driven bean class.
- The name of generated message-driven bean class.
xdoclet.XDocletException -
messageDrivenClass
public String messageDrivenClass()
throws xdoclet.XDocletException Returns the name of message-driven bean class.
- The name of generated message-driven bean class.
xdoclet.XDocletException -