| Package | Description | 
|---|---|
| javax.enterprise.deploy.model | 
 Provides Tool Vendor implementation classes. 
 | 
| javax.enterprise.deploy.spi | 
 Provides J2EE Product Vendor implementation classes. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
J2eeApplicationObject
J2eeApplicationObject is an interface that represents a Java EE 
 application (EAR); it maintains a DeployableObject for each 
 module in the archive. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeployableObject | 
DDBeanRoot.getDeployableObject()
Return the containing DeployableObject 
 | 
DeployableObject | 
J2eeApplicationObject.getDeployableObject(String uri)
Return the DeployableObject of the specified URI designator. 
 | 
DeployableObject[] | 
J2eeApplicationObject.getDeployableObjects()
Return the all DeployableObjects in this application. 
 | 
DeployableObject[] | 
J2eeApplicationObject.getDeployableObjects(ModuleType type)
Return the all DeployableObjects of the specified type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeployableObject | 
DeploymentConfiguration.getDeployableObject()
Returns an object that provides access to
 the deployment descriptor data and classes
 of a Java EE module. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeploymentConfiguration | 
DeploymentManager.createConfiguration(DeployableObject dObj)
Retrieve the object that provides server-specific deployment
 configuration information for the Java EE deployable component. 
 | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.