- DConfigBean - Interface in javax.enterprise.deploy.spi
-
The interface for configuring a server-specific deployment descriptor, or subset of same.
- DConfigBeanRoot - Interface in javax.enterprise.deploy.spi
-
The DConfigBeanRoot interface represent the root of a deployment descriptor.
- DConfigBeanVersionType - Class in javax.enterprise.deploy.shared
-
Class DConfigBeanVersionTypes defines enumeration values for the J2EE
Platform verion number.
- DConfigBeanVersionType(int) - Constructor for class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Construct a new enumeration value with the given integer value.
- DConfigBeanVersionUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
-
This exception is to report that there is no support for the DConfigBean
version requested.
- DConfigBeanVersionUnsupportedException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException
-
Creates a new DConfigBeanVersionUnsupportedException.
- DDBean - Interface in javax.enterprise.deploy.model
-
An interface for beans that represent a fragment of a standard deployment
descriptor.
- DDBeanCreateException - Exception in javax.enterprise.deploy.model.exceptions
-
This exception reports errors in generating a DDBean.
- DDBeanCreateException() - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
-
Creates new DDBeanCreateException
without detail message.
- DDBeanCreateException(String) - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
-
Constructs an DDBeanCreateException
with the
specified detail message.
- DDBeanRoot - Interface in javax.enterprise.deploy.model
-
An interface that represents the root of a standard deployment descriptor.
- DeployableObject - Interface in javax.enterprise.deploy.model
-
The DeployableObject interface is an abstract representation of a J2EE deployable
module (JAR, WAR, RAR, EAR).
- DeploymentConfiguration - Interface in javax.enterprise.deploy.spi
-
An interface that defines a container for all the server-specific configuration
information for a single top-level J2EE module.
- 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 DeploymentManager object provides the core set of functions a J2EE platform
must provide for J2EE application deployment.
- DeploymentManagerCreationException - Exception in javax.enterprise.deploy.spi.exceptions
-
This exception is to report problems in returning a DeploymentManager object
caused by such things as server down, unable to authenticate and the like.
- DeploymentManagerCreationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
-
Creates a new DeploymentManagerCreationException.
- DeploymentStatus - Interface in javax.enterprise.deploy.spi.status
-
The DeploymentStatus interface provides information about the progress of a
deployment action.
- DISTRIBUTE - Static variable in class javax.enterprise.deploy.shared.CommandType
-
The DeploymentManger action operation being processed is distribute.
- distribute(Target[], File, File) - 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.
- distribute(Target[], 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
-
Retrieve the deployment ActionType for this event.
- getActionType(int) - Static method in class javax.enterprise.deploy.shared.ActionType
-
Return an object of the specified value.
- getAttributeNames() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the list of attribute names associated with XML element.
- getAttributeValue(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the string value of the named attribute.
- getAvailableModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the list of all J2EE application modules running or not running on the
identified targets.
- getBean() - Method in class javax.enterprise.deploy.model.XpathEvent
-
The bean being added/removed/changed.
- getChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
-
Gets the underlying property change event, with new and
old values.
- getChildBean(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Return a list of DDBeans based upon the XPath.
- getChildBean(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Return an array of standard beans representing the XML content returned based upon the XPath.
- getChildBean(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return a list of DDBean instances based upon an XPath; all deployment
descriptors of the specified type are searched.
- getChildTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Retrieve a list of identifiers of the children of this deployed module.
- getClassFromScope(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Retrieve the specified class from this deployable module.
- getClientConfiguration(TargetModuleID) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Return the ClientConfiguration object associated with the
TargetModuleID.
- getCommand() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Retrieve the deployment CommandType of this event.
- getCommandType(int) - Static method in class javax.enterprise.deploy.shared.CommandType
-
Return an object of the specified value.
- getCurrentLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Returns the active locale this implementation of
javax.enterprise.deploy.spi subpackages is running.
- getDConfigBean(DDBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Return the JavaBean containing the server-specific deployment configuration
information based upon the XML data provided by the DDBean.
- getDConfigBean(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DConfigBeanRoot
-
Return a DConfigBean for a deployment descriptor that is not the module's
primary deployment descriptor.
- getDConfigBeanRoot(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
-
Returns the top level configuration bean, DConfigBeanRoot, associated with
the deployment descriptor represented by the designated DDBeanRoot bean.
- getDConfigBeanVersion() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Returns the J2EE platform version number for which the configuration
beans are provided.
- getDConfigBeanVersionType(int) - Static method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Return an object of the specified value.
- getDDBean() - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Return the JavaBean containing the deployment descriptor XML text associated with this DConfigBean.
- getDDBeanRoot() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Return the top level standard bean representing the root of the deployment descriptor.
- getDDBeanRoot(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Returns a DDBeanRoot object for the XML instance document named.
- getDDBeanRootVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
A convenience method to return the version number of an
XML instance document.
- getDefaultLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Returns the default locale supported by this implementation of
javax.enterprise.deploy.spi subpackages.
- getDeployableObject() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Return the containing DeployableObject
- getDeployableObject(String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the DeployableObject of the specified URI designator.
- getDeployableObject() - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
-
Returns an object that provides access to the deployment descriptor data
and classes of a J2EE module.
- getDeployableObjects(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the all DeployableObjects of the specified type.
- getDeployableObjects() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the all DeployableObjects in this application.
- getDeploymentFactories() - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Retrieve the lists of currently registered DeploymentFactories.
- getDeploymentManager(String, String, String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Retrieves a DeploymentManager instance to use for deployment.
- getDeploymentManager(String, String, String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Returns a connected DeploymentManager instance.
- getDeploymentStatus() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
-
Retrieves the status information for this event.
- getDeploymentStatus() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Retrieve the status of this activity.
- getDescription() - Method in interface javax.enterprise.deploy.spi.Target
-
Retrieve other descriptive information about the target.
- getDisconnectedDeploymentManager(String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Return a disconnected DeploymentManager instance.
- getDisconnectedDeploymentManager(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Returns a disconnected DeploymentManager instance.
- getDisplayName() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Provide a string with the name of this vendor's DeploymentManager.
- getEntry(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Returns the InputStream for the given entry name.
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ActionType
-
Returns the enumeration value table for class ActionType
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.CommandType
-
Returns the enumeration value table for class CommandType
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Returns the enumeration value table for class DConfigBeanVersionType
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Returns the enumeration value table for class ModuleType
- getEnumValueTable() - Method in class javax.enterprise.deploy.shared.StateType
-
Returns the enumeration value table for class StateType
- getFilename() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Returns the filename relative to the root of the module of the XML instance document this
DDBeanRoot represents.
- getId() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the ATTLIST ID value for the XML tag defined by the Xpath for this bean.
- getInstance() - Static method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
-
Retrieve the Singleton DeploymentFactoryManager
- getMessage() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Retrieve any additional information about the status of this event.
- getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
A convenience method to return the DTD version number.
- getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Deprecated.
As of version 1.1, replace by DDBeanRoot.getDDBeanRootVersion()
- getModuleExtension() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Return the file extension string for this enumeration.
- getModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Retrieve the id assigned to represent the deployed module.
- getModuleType(int) - Static method in class javax.enterprise.deploy.shared.ModuleType
-
Return an object of the specified value.
- getModuleUris(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the list of URIs of the designated module type.
- getModuleUris() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the list of URIs for all modules in the application.
- getName() - Method in interface javax.enterprise.deploy.spi.Target
-
Retrieve the name of the target server.
- getNonRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the list of J2EE application modules distributed to the identified
targets and that are currently not running on the associated server or servers.
- getOffset() - Method in class javax.enterprise.deploy.shared.ActionType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() - Method in class javax.enterprise.deploy.shared.CommandType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() - Method in class javax.enterprise.deploy.shared.StateType
-
Returns the lowest integer value used by this enumeration value's
enumeration class.
- getParentTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Retrieve the identifier of the parent object of this deployed module.
- getProductVersion() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
-
Provides a string identifying the version of this vendor's
DeploymentManager.
- getResultTargetModuleIDs() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
-
Retrieve the list of TargetModuleIDs successfully processed or created
by the associated DeploymentManager operation.
- getRoot() - Method in interface javax.enterprise.deploy.model.DDBean
-
Return the root element for this DDBean.
- getRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the list of J2EE application modules distributed to the identified
targets and that are currently running on the associated server or servers.
- getState() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
-
Retrieve the StateType value.
- getStateType(int) - Static method in class javax.enterprise.deploy.shared.StateType
-
Return an object of the specified value.
- getStringTable() - Method in class javax.enterprise.deploy.shared.ActionType
-
Returns the string table for class ActionType
- getStringTable() - Method in class javax.enterprise.deploy.shared.CommandType
-
Returns the string table for class CommandType
- getStringTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Returns the string table for class DConfigBeanVersionType
- getStringTable() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Returns the string table for class ModuleType
- getStringTable() - Method in class javax.enterprise.deploy.shared.StateType
-
Returns the string table for class StateType
- getSupportedLocales() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Returns an array of supported locales for this implementation.
- getTarget() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
Retrieve the target server that this module was deployed to.
- getTargetModuleID() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
-
Retrieves the TargetModuleID for this event.
- getTargets() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
-
Retrieve the list of deployment targets supported by this DeploymentManager.
- getText() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the XML text for by this bean.
- getText(String) - Method in interface javax.enterprise.deploy.model.DDBean
-
Return a list of text values for a given XPath in the deployment descriptor.
- getText(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
-
- getText(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
-
Return the text value from the XPath; search only the deployment descriptors
of the specified type.
- getType() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Return the ModuleType of deployment descriptor.
- getType() - Method in interface javax.enterprise.deploy.model.DeployableObject
-
Return the ModuleType of deployment descriptor (i.e., EAR, JAR, WAR, RAR)
this deployable object represents.
- getValue() - Method in class javax.enterprise.deploy.shared.ActionType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.enterprise.deploy.shared.CommandType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.enterprise.deploy.shared.ModuleType
-
Returns this enumeration value's integer value.
- getValue() - Method in class javax.enterprise.deploy.shared.StateType
-
Returns this enumeration value's integer value.
- getWebURL() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
-
If this TargetModulID represents a web module retrieve the URL for it.
- getXpath() - Method in interface javax.enterprise.deploy.model.DDBean
-
Returns the location in the deployment descriptor from which this bean is derived.
- getXpath() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
-
Return the XPath for this standard bean.
- getXpaths() - Method in interface javax.enterprise.deploy.spi.DConfigBean
-
Return a list of XPaths designating the deployment descriptor information this
DConfigBean requires.