Implemented in class xdoclet.modules.ejb.mdb.MdbTagsHandler.
Evaluates the body block for each EJBean derived from MessageDrivenBean.
Evaluate the body block if current class is of a message driven bean type.
Evaluate the body block if current class is not of a message driven bean type.
Evaluate the body block if the current class has a activation config
Evaluates the body block for each ejb:message-destination defined in class level
Evaluate the body block if the current message destination has a display-name
Evaluate the body block if the current message destination has a jndi-name
Evaluate the body block if the current message destination has a descrition
Evaluates the body block for each EJBean derived from one of the three EJB types: EntityBean, SessionBean or MessageDrivenBean.
Evaluates the body block if current bean is a concrete bean meaning the generate parameter of ejb:bean is either not specified or equals to "true", otherwise the bean is just an abstract base class bean not meant to be used as a EJBean but serve as the base for other EJBeans.
Returns the name of message-driven bean class.
Returns the name of message-driven bean class.
Returns the name of the current message destination
Returns the display-name of the current message destination
Returns the jndi-name of the current message destination
Returns the description of the current message destination
Returns the name of EJB ref.
Returns the name of EJB ref.
Returns the name of current EJB bean.
[prefixWithEjbSlash] |
Specifies whether to prefix it with ejb/ or not. False by default. Valid Values = {true,false} |
Returns the name of EJB ref.
Returns the symbolic name of the current class. For an EJBean it's the value of ejb:bean's name parameter.
Returns short version of ejbName(). Example: "foo.bar.MyBean" ->"MyBean", "foo/bar/MyBean" ->"MyBean"
Returns Bean type : "Entity", "Session" or "Message Driven".
Returns the full-qualified name of the current class's concrete class. This is the class that is generated and is derived from current class.
Returns unique id for current ejb.