| |
|
| java.lang.Object org.apache.openejb.jee.EjbJar
EjbJar | public class EjbJar (Code) | | The ejb-jarType defines the root element of the EJB
deployment descriptor. It contains
- an optional description of the ejb-jar file
- an optional display name
- an optional icon that contains a small and a large
icon file name
- structural information about all included
enterprise beans that is not specified through
annotations
- structural information about interceptor classes
- a descriptor for container managed relationships,
if any.
- an optional application-assembly descriptor
- an optional name of an ejb-client-jar file for the
ejb-jar.
|
addEnterpriseBean | public T addEnterpriseBean(T bean)(Code) | | |
getDescriptions | public Text[] getDescriptions()(Code) | | |
getDisplayNames | public Text[] getDisplayNames()(Code) | | |
setDescriptions | public void setDescriptions(Text[] text)(Code) | | |
setDisplayNames | public void setDisplayNames(Text[] text)(Code) | | |
setEjbClientJar | public void setEjbClientJar(String value)(Code) | | |
setMetadataComplete | public void setMetadataComplete(Boolean value)(Code) | | |
|
|
|