|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployableObject | |
javax.enterprise.deploy.model | |
javax.enterprise.deploy.spi |
Uses of DeployableObject in javax.enterprise.deploy.model |
Subinterfaces of DeployableObject in javax.enterprise.deploy.model | |
interface |
J2eeApplicationObject
J2eeApplicationObject is an interface that represents a J2EE application (EAR); it maintains a DeployableObject for each module in the archive. |
Methods in javax.enterprise.deploy.model that return DeployableObject | |
DeployableObject |
J2eeApplicationObject.getDeployableObject(java.lang.String uri)
Return the DeployableObject of the specified URI designator. |
DeployableObject[] |
J2eeApplicationObject.getDeployableObjects(ModuleType type)
Return the all DeployableObjects of the specified type. |
DeployableObject[] |
J2eeApplicationObject.getDeployableObjects()
Return the all DeployableObjects in this application. |
DeployableObject |
DDBeanRoot.getDeployableObject()
Return the containing DeployableObject |
Uses of DeployableObject in javax.enterprise.deploy.spi |
Methods in javax.enterprise.deploy.spi that return DeployableObject | |
DeployableObject |
DeploymentConfiguration.getDeployableObject()
Returns an object that provides access to the deployment descriptor data and classes of a J2EE module. |
Methods in javax.enterprise.deploy.spi with parameters of type DeployableObject | |
DeploymentConfiguration |
DeploymentManager.createConfiguration(DeployableObject dObj)
Retrieve the object that provides server-specific deployment configuration information for the J2EE deployable component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |