Skip navigation links
Java(TM) EE Application Deployment 1.2 API 1.0.1.Final
A B C D E F G H I J M N O P R S T U V W X 

A

ActionType - Class in javax.enterprise.deploy.shared
An enumeration of deployment status action types.
ActionType(int) - Constructor for class javax.enterprise.deploy.shared.ActionType
Create a new ActionType
addProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Add a progress listener
addPropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Add a property change listener
addXpathListener(String, XpathListener) - Method in interface javax.enterprise.deploy.model.DDBean
Register a listener for a given xpath
addXpathListener(ModuleType, String, XpathListener) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Register a listener for a given xpath

B

BEAN_ADDED - Static variable in class javax.enterprise.deploy.model.XpathEvent
A bean is added
BEAN_CHANGED - Static variable in class javax.enterprise.deploy.model.XpathEvent
A bean is changed
BEAN_REMOVED - Static variable in class javax.enterprise.deploy.model.XpathEvent
A bean is removed
BeanNotFoundException - Exception in javax.enterprise.deploy.spi.exceptions
Errors when a bean is not found
BeanNotFoundException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.BeanNotFoundException
Create an exception with a reason.

C

CANCEL - Static variable in class javax.enterprise.deploy.shared.ActionType
The action type for CANCEL
cancel() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Cancels the deployment
CAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an CAR
ClientConfiguration - Interface in javax.enterprise.deploy.spi.status
Installs configures and runs an application client.
ClientExecuteException - Exception in javax.enterprise.deploy.spi.exceptions
Errors setting up an application client
ClientExecuteException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException
Create an exception with a null reason.
ClientExecuteException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException
Create an exception with a reason.
CommandType - Class in javax.enterprise.deploy.shared
An enumeration of deployment commands.
CommandType(int) - Constructor for class javax.enterprise.deploy.shared.CommandType
Create a new CommandType
COMPLETED - Static variable in class javax.enterprise.deploy.shared.StateType
The state type for an COMPLETED
ConfigurationException - Exception in javax.enterprise.deploy.spi.exceptions
Errors while generating a configuration bean
ConfigurationException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
Create an exception with a null reason.
ConfigurationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
Create an exception with a reason.
createConfiguration(DeployableObject) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve server specific configuration for a component

D

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.

E

EAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an EAR
EJB - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an EJB
entries() - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns an enumeration of file names (as strings) for each file relative to the root of the module
EXECUTE - Static variable in class javax.enterprise.deploy.shared.ActionType
The action type for EXECUTE
execute() - Method in interface javax.enterprise.deploy.spi.status.ClientConfiguration
Executes the client

F

FAILED - Static variable in class javax.enterprise.deploy.shared.StateType
The state type for an FAILED
fireXpathEvent(XpathEvent) - Method in interface javax.enterprise.deploy.model.XpathListener
Invoked when an xpath event occurs

G

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

H

handleProgressEvent(ProgressEvent) - Method in interface javax.enterprise.deploy.spi.status.ProgressListener
Fired when a progress event occurs
handlesURI(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Tests whether the factory can create a manager for the URI

I

InvalidModuleException - Exception in javax.enterprise.deploy.spi.exceptions
Errors when a module is not valid
InvalidModuleException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.InvalidModuleException
Create an exception with a reason.
isAddEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is it an add event
isCancelSupported() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Is cancel supported
isChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is it a change event
isCompleted() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Is the deployment complete
isDConfigBeanVersionSupported(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Test whether the version is supported
isFailed() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Has the deployment failed
isLocaleSupported(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Is the locale supported
isRedeploySupported() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Is redeploy supported
isRemoveEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is it a remove event
isRunning() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Is the deployment in progress
isStopSupported() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Is stop supported

J

J2eeApplicationObject - Interface in javax.enterprise.deploy.model
A deployable object for an ear
javax.enterprise.deploy.model - package javax.enterprise.deploy.model
Provides tool vendor implementation classes.
javax.enterprise.deploy.model.exceptions - package javax.enterprise.deploy.model.exceptions
Provides tool vendor implementation exception classes.
javax.enterprise.deploy.shared - package javax.enterprise.deploy.shared
Provides shared objects for tool vendor and product vendor implementation classes.
javax.enterprise.deploy.shared.factories - package javax.enterprise.deploy.shared.factories
Provides shared factory manager for tool vendor and product vendor implementation classes.
javax.enterprise.deploy.spi - package javax.enterprise.deploy.spi
Provides product vendor implementation classes.
javax.enterprise.deploy.spi.exceptions - package javax.enterprise.deploy.spi.exceptions
Provides product vendor exception classes.
javax.enterprise.deploy.spi.factories - package javax.enterprise.deploy.spi.factories
Provides product vendor deployment factory classes.
javax.enterprise.deploy.spi.status - package javax.enterprise.deploy.spi.status
Provides product vendor status classes.

M

ModuleType - Class in javax.enterprise.deploy.shared
An enumeration of j2ee module types.
ModuleType(int) - Constructor for class javax.enterprise.deploy.shared.ModuleType
Create a new ModuleType

N

notifyDDChange(XpathEvent) - Method in interface javax.enterprise.deploy.spi.DConfigBean
A notification that the DDBean provided has changed and that this bean or child needs re-evaluating

O

OperationUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
Errors when a method is not supported
OperationUnsupportedException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
Create an exception with a reason.

P

ProgressEvent - Class in javax.enterprise.deploy.spi.status
An event describing the progress of a deployment
ProgressEvent(Object, TargetModuleID, DeploymentStatus) - Constructor for class javax.enterprise.deploy.spi.status.ProgressEvent
Create a new progress event
ProgressListener - Interface in javax.enterprise.deploy.spi.status
A listener for progress events.
ProgressObject - Interface in javax.enterprise.deploy.spi.status
Tracks the progress of a deployment

R

RAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an RAR
REDEPLOY - Static variable in class javax.enterprise.deploy.shared.CommandType
The module type for an REDEPLOY
redeploy(TargetModuleID[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Redeploys the modules
redeploy(TargetModuleID[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Redeploys the modules
registerDeploymentFactory(DeploymentFactory) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Register a deployment factory
release() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Release the deployment manager
RELEASED - Static variable in class javax.enterprise.deploy.shared.StateType
The state type for an RELEASED
removeDConfigBean(DConfigBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Remove a child
removeDConfigBean(DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Remove a root configuration and all its children
removeProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Remove a progress listener
removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Remove a property change listener
removeXpathListener(String, XpathListener) - Method in interface javax.enterprise.deploy.model.DDBean
Unregister a listener for a given xpath
removeXpathListener(ModuleType, String, XpathListener) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Unregister a listener for a given xpath
restore(InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Restores a full set of configuration beans
restoreDConfigBean(InputStream, DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Restore a configuration from an input stream
RUNNING - Static variable in class javax.enterprise.deploy.shared.StateType
The state type for an RUNNING

S

save(OutputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Saves the fulls set of configuration beans
saveDConfigBean(OutputStream, DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Save a configuration to an output stream
setChangeEvent(PropertyChangeEvent) - Method in class javax.enterprise.deploy.model.XpathEvent
Set the property change event
setDConfigBeanVersion(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Set the J2EE version
setLocale(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Set the locale
START - Static variable in class javax.enterprise.deploy.shared.CommandType
The command type for an START
start(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Start the modules
StateType - Class in javax.enterprise.deploy.shared
An enumeration of deployment states.
StateType(int) - Constructor for class javax.enterprise.deploy.shared.StateType
Create a new StateType
STOP - Static variable in class javax.enterprise.deploy.shared.ActionType
The action type for STOP
STOP - Static variable in class javax.enterprise.deploy.shared.CommandType
The command type for an STOP
stop(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Stop the modules
stop() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Stops the deployment

T

Target - Interface in javax.enterprise.deploy.spi
A single logical server.
TargetException - Exception in javax.enterprise.deploy.spi.exceptions
Errors in targets
TargetException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.TargetException
Create an exception with a reason.
TargetModuleID - Interface in javax.enterprise.deploy.spi
A module deployed to a target.
toString() - Method in class javax.enterprise.deploy.shared.ActionType
 
toString() - Method in class javax.enterprise.deploy.shared.CommandType
 
toString() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
 
toString() - Method in class javax.enterprise.deploy.shared.ModuleType
 
toString() - Method in class javax.enterprise.deploy.shared.StateType
 
toString() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Return the identifier of this module

U

UNDEPLOY - Static variable in class javax.enterprise.deploy.shared.CommandType
The command type for an UNDEPLOY
undeploy(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Removes the modules

V

V1_3 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
The version type for J2EE 1.3
V1_3_1 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
The version type for J2EE 1.3.1 - DO NOT USE
V1_4 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
The version type for J2EE 1.4
V5 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
The version type for Java EE 5

W

WAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an WAR

X

XpathEvent - Class in javax.enterprise.deploy.model
An event describing ConfigBeans added/changed/removed from a configuration
XpathEvent(DDBean, Object) - Constructor for class javax.enterprise.deploy.model.XpathEvent
Create a new XpathEvent
XpathListener - Interface in javax.enterprise.deploy.model
The listener interface for receiving xpath events.
A B C D E F G H I J M N O P R S T U V W X 
Skip navigation links
Java(TM) EE Application Deployment 1.2 API 1.0.1.Final

Copyright © 2017 JBoss by Red Hat. All rights reserved.