| Home >> All >> javax >> enterprise >> deploy >> [ model Javadoc ] |
| | javax.enterprise.deploy.model.exceptions.* (1) |
javax.enterprise.deploy.model: Javadoc index of package javax.enterprise.deploy.model.
Package Samples:
javax.enterprise.deploy.model.exceptions
Classes:
DeployableObject: The DeployableObject interface is an abstract representation of a J2EE deployable module (JAR, WAR, RAR, EAR). A DeployableObject provides access to the module's deployment descriptor and class files.
DDBean: An interface for beans that represent a fragment of a standard deployment descriptor. A link is provided to the J2EE application that includes this bean.
J2eeApplicationObject: J2eeApplicationObject is an interface that represents a J2EE application (EAR); it maintains a DeployableObject for each module in the archive.
DDBeanRoot: An interface that represents the root of a standard deployment descriptor. A DDBeanRoot is a type of DDBean.
XpathEvent: An Event class describing DDBeans being added to or removed from a J2EE application, or updated in place.
DDBeanCreateException: This exception reports errors in generating a DDBean.
XpathListener: The listener interface for receiving XpathEvents
XPathEventTest
| Home | Contact Us | Privacy Policy | Terms of Service |