|
Class Summary |
| DescriptionMetaData |
Many of the elements in ejb-jar.xml and other J2EE deployment
descriptor XML files have a description attribute. |
| EJBLocalRefMetaData |
The ejb-local-ref element is used for the declaration of a reference
to an enterprise bean's local home. |
| EJBRefMetaData |
The ejb-ref element is used for the declaration of a reference to
an enterprise bean's home. |
| EnvEntryMetaData |
The env-entry element contains the declaration of an application's
environment entry. |
| IconMetaData |
The icon element contains a small-icon and a large-icon element
which specify the location within the EJB jar or web application
for a small and large image used to represent the EJB jar or web
application in a GUI tool. |
| J2EEMetaData |
This class tries to consolidate some of the common code between
EJBMetaData, WebAppMetaData, AppClientMetaData. |
| ResourceEnvRefMetaData |
The resource-env-ref element contains a declaration of a servlet's
reference to an administered object associated with a resource in
the servlet's environment. |
| ResourceRefMetaData |
The resource-ref element contains a declaration of a EJB Container's
or Web Application's reference to an external resource. |
| SecurityRoleMetaData |
The security-role element contains the declaration of a security
role which is used in the security-constraints placed on the
web application. |
| SecurityRoleRefMetaData |
The security-role-ref element defines a mapping between the name of role
called from a Servlet using isUserInRole(String name) and the name
of a security role defined for the web application. |
| ServerJ2EEMetaData |
|