Package | Description |
---|---|
javax.enterprise.deploy.model | |
javax.enterprise.deploy.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
J2eeApplicationObject
J2eeApplicationObject is an interface that represents a J2EE 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 J2EE module.
|
Modifier and Type | Method and Description |
---|---|
DeploymentConfiguration |
DeploymentManager.createConfiguration(DeployableObject dObj)
Retrieve the object that provides server-specific deployment configuration
information for the J2EE deployable component.
|
Copyright © 2013. All Rights Reserved.