- DConfigBean - Interface in javax.enterprise.deploy.spi
-
A configuration associated with one or more deployment descriptors.
- DConfigBeanRoot - Interface in javax.enterprise.deploy.spi
-
The root of a configuration.
- DConfigBeanVersionType - Class in javax.enterprise.deploy.shared
-
An enumeration of deployment status action types.
- DConfigBeanVersionType(int) - Constructor for class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Create a new DConfigBeanVersionType
- DConfigBeanVersionUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
-
Errors when a j2ee version is not supported
- DConfigBeanVersionUnsupportedException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException
-
Create an exception with a reason.
- DDBean - Interface in javax.enterprise.deploy.model
-
A fragment of a standard deployment descriptor.
- DDBeanCreateException - Exception in javax.enterprise.deploy.model.exceptions
-
Errors while generating a DDBean
- DDBeanCreateException() - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
-
Create an exception with a null reason.
- DDBeanCreateException(String) - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
-
Create an exception with a reason.
- DDBeanRoot - Interface in javax.enterprise.deploy.model
-
The root of a DDBean tree (a standard deployment descriptor)
- DeployableObject - Interface in javax.enterprise.deploy.model
-
A representation of a deployment module.
- DeploymentConfiguration - Interface in javax.enterprise.deploy.spi
-
A container for server specific configuration for a top level deployment.
- DeploymentFactory - Interface in javax.enterprise.deploy.spi.factories
-
The DeploymentFactory interface is a deployment driver for a J2EE plaform product.
- DeploymentFactoryManager - Class in javax.enterprise.deploy.shared.factories
-
The DeploymentFactoryManager class is a central registry for J2EE DeploymentFactory objects.
- DeploymentManager - Interface in javax.enterprise.deploy.spi
-
The core object for deploying modules to a j2ee environment
- DeploymentManagerCreationException - Exception in javax.enterprise.deploy.spi.exceptions
-
Errors while generating a Deployment manager
- DeploymentManagerCreationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
-
Create an exception with a reason.
- DeploymentStatus - Interface in javax.enterprise.deploy.spi.status
-
The status of the deployment.
- DISTRIBUTE - Static variable in class javax.enterprise.deploy.shared.CommandType
-
The command type for an DISTRIBUTE
- distribute(Target[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Validates the configuration, generates all container specific classes and moves the archive
to the targets
- distribute(Target[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Validates the configuration, generates all container specific classes and moves the archive
to the targets
- distribute(Target[], ModuleType, InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
The distribute method performs three tasks; it validates the deployment configuration
data, generates all container specific classes and interfaces, and moves the fully
baked archive to the designated deployment targets.
- getAction() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
The action of this deployment
- getActionType(int) - Static method in class javax.enterprise.deploy.shared.ActionType
-
Get the action type for an integer
- getAttributeNames() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the list of attributes associated with this element
- getAttributeValue(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Get the value for a given attribute
- getAvailableModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Get the available modules both running and non running
- getBean() - Method in class javax.enterprise.deploy.model.XpathEvent
-
Get the DDBean
- getChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
-
Get the property change event
- getChildBean(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Get the child elements with the specified xpath
- getChildBean(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Get the child elements with the specified xpath
- getChildBean(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Get the child elements with the specified xpath
- getChildTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Get the child modules
- getClassFromScope(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Retrieves the specified class from the deployment module
- getClientConfiguration(TargetModuleID) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Return the client configuration associated with the module
- getCommand() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
The deployment command
- getCommandType(int) - Static method in class javax.enterprise.deploy.shared.CommandType
-
Get the command type for an integer
- getCurrentLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Get the current local
- getDConfigBean(DDBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Return the JavaBean containing server specific deployment information
- getDConfigBean(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DConfigBeanRoot
-
Return the configuration that is not the primary deployment descriptor
- getDConfigBeanRoot(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
-
Return the top level configuration for a deployment descriptor
- getDConfigBeanVersion() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Get the J2EE platform version
- getDConfigBeanVersionType(int) - Static method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Get the version type for an integer
- getDDBean() - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Get the XML text for this configuration
- getDDBeanRoot() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Get the top level element of the deployment descriptor
- getDDBeanRoot(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Returns a DDBeanRoot for the xml document.
- getDDBeanRootVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Return the version number of the j2ee xml document
- getDefaultLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Get the default locale
- getDeployableObject() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Get the deployable object for this descriptor
- getDeployableObject(String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Retrieve a deployable object
- getDeployableObject() - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
-
Return an object that provides access to the deployment descriptor
- getDeployableObjects(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Get all deployable objects in this application of the given module type
- getDeployableObjects() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Get all deployable objects in this application
- getDeploymentFactories() - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Retrieve the deployment factories
- getDeploymentManager(String, String, String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Get a connected deployment manager
- getDeploymentManager(String, String, String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Get a connected deployment manager
- getDeploymentStatus() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
-
Get the deployment status
- getDeploymentStatus() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Retrieve the status of the deployment
- getDescription() - Method in interface javax.enterprise.deploy.spi.Target
-
Get the target's description
- getDisconnectedDeploymentManager(String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Get a disconnected version of the deployment manager
- getDisconnectedDeploymentManager(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Get a disconnected version of the deployment manager
- getDisplayName() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
The vendor of the deployment manager
- getEntry(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Get an input stream to the module entry.
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ActionType
-
Get the enumerated values for module type
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.CommandType
-
Get the enumerated values for module type
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Get the enumerated values for module type
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Get the enumerated values for module type
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.StateType
-
Get the enumerated values for module type
- getFilename() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Returns the filename relative to the root of the module this XML
instance document.
- getId() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the tool specific attribute ID
- getInstance() - Static method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Retrieve the instance of the deployment factory manager
- getMessage() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Get the message
- getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Deprecated.
use getDDBeanRootVersion
- getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Deprecated.
use DDBeanRoot.getDDBeanRootVersion
- getModuleExtension() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Get the file extension for this module
- getModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Get the module id
- getModuleType(int) - Static method in class javax.enterprise.deploy.shared.ModuleType
-
Get the module type for an integer
- getModuleUris(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the list of module uris for a give module type
- getModuleUris() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the list of module uris
- getName() - Method in interface javax.enterprise.deploy.spi.Target
-
Get the target's name
- getNonRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Get the non running modules
- getOffset() - Method in class javax.enterprise.deploy.shared.ActionType
-
Return the offset of the first element
- getOffset() - Method in class javax.enterprise.deploy.shared.CommandType
-
Return the offset of the first element
- getOffset() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Return the offset of the first element
- getOffset() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Return the offset of the first element
- getOffset() - Method in class javax.enterprise.deploy.shared.StateType
-
Return the offset of the first element
- getParentTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
The parent of this module
- getProductVersion() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
The version of the deployment manager
- getResultTargetModuleIDs() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Retrieve the resulting target module ids
- getRoot() - Method in interface javax.enterprise.deploy.model.DDBean
-
Get the root element
- getRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Get the running modules
- getState() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Get the state of the deployment
- getStateType(int) - Static method in class javax.enterprise.deploy.shared.StateType
-
Get the state type for an integer
- getStringTable() - Method in class javax.enterprise.deploy.shared.ActionType
-
Get the string table for class action type
[todo] check this?
- getStringTable() - Method in class javax.enterprise.deploy.shared.CommandType
-
Get the string table for class command type
[todo] check this?
- getStringTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Get the string table for class DConfigBeanVersion type
[todo] check this?
- getStringTable() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Get the string table for class module type.
- getStringTable() - Method in class javax.enterprise.deploy.shared.StateType
-
Get the string table for class command type
[todo] check this?
- getSupportedLocales() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Get the supported locales
- getTarget() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Get the target
- getTargetModuleID() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
-
Get the target module id
- getTargets() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Get the available targets
- getText() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the XML text for this bean
- getText(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Get the text for the given xpath
- getText(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Get the text for the given xpath
- getText(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Get the text for the given xpath
- getType() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Return the module type of this descriptor
- getType() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Get the module type of this deployment module
- getValue() - Method in class javax.enterprise.deploy.shared.ActionType
-
Get the value
- getValue() - Method in class javax.enterprise.deploy.shared.CommandType
-
Get the value
- getValue() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Get the value
- getValue() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Get the value
- getValue() - Method in class javax.enterprise.deploy.shared.StateType
-
Get the value
- getWebURL() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
The URL for a web module
- getXpath() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the original xpath string provided by the DConfigBean
- getXpath() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Returns the xpath, the root path is "/"
- getXpaths() - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Get the xpaths this deployment descriptor requires