Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D G I J M N R S T U

A

addPropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Register a property listener for this bean.

C

createConfiguration(DeployableObject) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the object that provides server-specific deployment configuration information for the J2EE deployable component.
createConfiguration(DeployableObject) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 

D

DConfigBean - interface javax.enterprise.deploy.spi.DConfigBean.
The interface for configuring a server-specific deployment descriptor, or subset of same.
DConfigBeanRoot - interface javax.enterprise.deploy.spi.DConfigBeanRoot.
The DConfigBeanRoot interface represent the root of a deployment descriptor.
DeploymentConfiguration - interface javax.enterprise.deploy.spi.DeploymentConfiguration.
An interface that defines a container for all the server-specific configuration information for a single top-level J2EE module.
DeploymentManager - interface javax.enterprise.deploy.spi.DeploymentManager.
The DeploymentManager object provides the core set of functions a J2EE platform must provide for J2EE application deployment.
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.
distribute(Target[], File, File) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
distribute(Target[], InputStream, InputStream) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 

G

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.
getAvailableModules(ModuleType, Target[]) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
getChildTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve a list of identifiers of the children of this deployed module.
getCurrentLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns the active locale this implementation of javax.enterprise.deploy.spi subpackages is running.
getCurrentLocale() - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
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.
getDConfigBeanVersion() - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
getDDBean() - Method in interface javax.enterprise.deploy.spi.DConfigBean
Return the JavaBean containing the deployment descriptor XML text associated with this DConfigBean.
getDefaultLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns the default locale supported by this implementation of javax.enterprise.deploy.spi subpackages.
getDefaultLocale() - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
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.
getDescription() - Method in interface javax.enterprise.deploy.spi.Target
Retrieve other descriptive information about the target.
getModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the id assigned to represent the deployed module.
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.
getNonRunningModules(ModuleType, Target[]) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
getParentTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the identifier of the parent object of this deployed module.
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.
getRunningModules(ModuleType, Target[]) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
getSupportedLocales() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns an array of supported locales for this implementation.
getSupportedLocales() - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
getTarget() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the target server that this module was deployed to.
getTargets() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve the list of deployment targets supported by this DeploymentManager.
getTargets() - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
getWebURL() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
If this TargetModulID represents a web module retrieve the URL for it.
getXpaths() - Method in interface javax.enterprise.deploy.spi.DConfigBean
Return a list of XPaths designating the deployment descriptor information this DConfigBean requires.

I

isDConfigBeanVersionSupported(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Returns true if the configuration beans support the J2EE platform version specified.
isDConfigBeanVersionSupported(DConfigBeanVersionType) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
isLocaleSupported(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Reports if this implementation supports the designated locale.
isLocaleSupported(Locale) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
isRedeploySupported() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
This method designates whether this platform vendor provides application redeployment functionality.
isRedeploySupported() - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 

J

javax.enterprise.deploy.spi - package javax.enterprise.deploy.spi
 

M

MockDeploymentManager - class javax.enterprise.deploy.spi.MockDeploymentManager.
 
MockDeploymentManager() - Constructor for class javax.enterprise.deploy.spi.MockDeploymentManager
 

N

notifyDDChange(XpathEvent) - Method in interface javax.enterprise.deploy.spi.DConfigBean
A notification that the DDBean provided in the event has changed and this bean or its child beans need to reevaluate themselves.

R

redeploy(TargetModuleID[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
(optional) The redeploy method provides a means for updating currently deployed J2EE applications.
redeploy(TargetModuleID[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
(optional) The redeploy method provides a means for updating currently deployed J2EE applications.
redeploy(TargetModuleID[], File, File) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
redeploy(TargetModuleID[], InputStream, InputStream) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
release() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The release method is the mechanism by which the tool signals to the DeploymentManager that the tool does not need it to continue running connected to the platform.
release() - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
removeDConfigBean(DConfigBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Remove a child DConfigBean from this bean.
removeDConfigBean(DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Remove the root DConfigBean and all its children.
removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Unregister a property listener for this bean.
restore(InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Restore from disk to a full set of configuration beans previously stored.
restoreDConfigBean(InputStream, DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Restore from disk to instantated objects all the DConfigBeans associated with a specific deployment descriptor.

S

save(OutputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Save to disk the current set configuration beans created for this deployable module.
saveDConfigBean(OutputStream, DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Save to disk all the configuration beans associated with a particular deployment descriptor file.
setDConfigBeanVersion(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Set the configuration beans to be used to the J2EE platform version specified.
setDConfigBeanVersion(DConfigBeanVersionType) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
setLocale(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Set the active locale for this implementation of javax.enterprise.deploy.spi subpackages to run.
setLocale(Locale) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
start(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Start the application running.
start(TargetModuleID[]) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 
stop(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Stop the application running.
stop(TargetModuleID[]) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 

T

Target - interface javax.enterprise.deploy.spi.Target.
A Target interface represents a single logical core server of one instance of a J2EE platform product.
TargetModuleID - interface javax.enterprise.deploy.spi.TargetModuleID.
A TargetModuleID interface represents a unique identifier for a deployed application module.
toString() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Retrieve the identifier representing the deployed module.

U

undeploy(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Remove the application from the target server.
undeploy(TargetModuleID[]) - Method in class javax.enterprise.deploy.spi.MockDeploymentManager
 

A C D G I J M N R S T U