|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployableObject | |
---|---|
javax.enterprise.deploy.model | Provides tool vendor implementation classes. |
javax.enterprise.deploy.spi | Provides product vendor implementation classes. |
Uses of DeployableObject in javax.enterprise.deploy.model |
---|
Subinterfaces of DeployableObject in javax.enterprise.deploy.model | |
---|---|
interface |
J2eeApplicationObject
A deployable object for an ear |
Methods in javax.enterprise.deploy.model that return DeployableObject | |
---|---|
DeployableObject |
DDBeanRoot.getDeployableObject()
Get the deployable object for this descriptor |
DeployableObject |
J2eeApplicationObject.getDeployableObject(String uri)
Retrieve a deployable object |
DeployableObject[] |
J2eeApplicationObject.getDeployableObjects()
Get all deployable objects in this application |
DeployableObject[] |
J2eeApplicationObject.getDeployableObjects(ModuleType type)
Get all deployable objects in this application of the given module type |
Uses of DeployableObject in javax.enterprise.deploy.spi |
---|
Methods in javax.enterprise.deploy.spi that return DeployableObject | |
---|---|
DeployableObject |
DeploymentConfiguration.getDeployableObject()
Return an object that provides access to the deployment descriptor |
Methods in javax.enterprise.deploy.spi with parameters of type DeployableObject | |
---|---|
DeploymentConfiguration |
DeploymentManager.createConfiguration(DeployableObject obj)
Retrieve server specific configuration for a component |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |