Package | Description |
---|---|
javax.enterprise.deploy.model |
Provides tool vendor implementation classes.
|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
J2eeApplicationObject
A deployable object for an ear
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
DeployableObject |
DeploymentConfiguration.getDeployableObject()
Return an object that provides access to the deployment descriptor
|
Modifier and Type | Method and Description |
---|---|
DeploymentConfiguration |
DeploymentManager.createConfiguration(DeployableObject obj)
Retrieve server specific configuration for a component
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.