Java Reference
In-Depth Information
<ejb-jar...>
<assembly-descriptor>
<message-destination>...</message-destination>
</assembly-descriptor>
</ejb-jar>
Table A.8 describes the tags to configure <message-destination> .
Table A.8. Tags to configure <message-destination>
Tag name
Description
Specifies a name for a message destination. This name must be
unique among the names of message destinations within the ejb-
jar.xml or .war file.
message-destination-name
An application-specific, nonportable (not required to be supported)
name that this destination should be mapped to.
mapped-name
The JNDI name to be looked up to resolve the message destination.
This is typically the location in JNDI where your application server
has put the destination.
lookup-name
<exclude-list>
The <exclude-list> tag specifies a list of methods that are denied permission to ex-
ecute:
<ejb-jar...>
<assembly-descriptor>
<exclude-list>...</exclude-list>
</assembly-descriptor>
</ejb-jar>
This tag is equivalent to the @ DenyAll annotation. Table A.9 describes the tag to config-
ure <exclude-list> .
Table A.9. Tags to configure <exclude-list>
Tag Name
Description
Specifies the name of the EJB (as specified in <session><ebj-name>)
and the name of the method to secure.
method
 
 
Search WWH ::




Custom Search