当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 deployment API Documentation 英文版文档
Index (JBoss JSR-88 Deployment API) - JBoss 4.0.1 sp1 deployment API Documentation 英文版文档
A C D E G H I J L N O P R S T U
A
- addEntry(String, String) -
Method in class org.jboss.deployment.spi.DeploymentMetaData
- Add an entry and return an id for that entry
- addJar(JarOutputStream, String, File) -
Static method in class org.jboss.deployment.spi.JarUtils
- Add jar contents to the deployment archive under the given prefix
- addJarEntry(JarOutputStream, String, InputStream) -
Static method in class org.jboss.deployment.spi.JarUtils
- Add a jar entry to the deployment archive
- addProgressListener(ProgressListener) -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Add a progress listener
- addPropertyChangeListener(PropertyChangeListener) -
Method in class org.jboss.deployment.spi.DConfigBeanImpl
- Add a property change listener
C
- ClientConfigurationImpl - class org.jboss.deployment.spi.status.ClientConfigurationImpl.
- The ClientConfiguration object installs, configures and executes an Application Client.
- ClientConfigurationImpl() -
Constructor for class org.jboss.deployment.spi.status.ClientConfigurationImpl
-
- cancel() -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Cancels the deployment
- copyStream(OutputStream, InputStream) -
Static method in class org.jboss.deployment.spi.JarUtils
- Copies the input stream to the output stream
- createConfiguration(DeployableObject) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Retrieve server specific configuration for a component
D
- DConfigBeanImpl - class org.jboss.deployment.spi.DConfigBeanImpl.
- The DConfigBean is a deployment configuration bean (DConfigBean) that is associated
with one or more deployment descriptor beans, (DDBean).
- DConfigBeanImpl() -
Constructor for class org.jboss.deployment.spi.DConfigBeanImpl
-
- DConfigBeanRootImpl - class org.jboss.deployment.spi.DConfigBeanRootImpl.
- The DConfigBeanRoot object is a deployment configuration bean (DConfigBean)
that is associated with the root of the component's deployment descriptor.
- DConfigBeanRootImpl() -
Constructor for class org.jboss.deployment.spi.DConfigBeanRootImpl
-
- DeploymentConfigurationImpl - class org.jboss.deployment.spi.DeploymentConfigurationImpl.
- An interface that defines a container for all the server-specific configuration information for a single top-level
J2EE module.
- DeploymentConfigurationImpl() -
Constructor for class org.jboss.deployment.spi.DeploymentConfigurationImpl
-
- DeploymentFactoryImpl - class org.jboss.deployment.spi.factories.DeploymentFactoryImpl.
- The DeploymentFactory interface is a deployment driver for a J2EE plaform product.
- DeploymentFactoryImpl() -
Constructor for class org.jboss.deployment.spi.factories.DeploymentFactoryImpl
-
- DeploymentManagerImpl - class org.jboss.deployment.spi.DeploymentManagerImpl.
- The DeploymentManager object provides the core set of functions a J2EE platform
must provide for J2EE application deployment.
- DeploymentManagerImpl(URI, boolean) -
Constructor for class org.jboss.deployment.spi.DeploymentManagerImpl
- Create a deployment manager for the given URL and connected mode.
- DeploymentManagerImpl(URI, boolean, String, String) -
Constructor for class org.jboss.deployment.spi.DeploymentManagerImpl
- Create a deployment manager for the given URL and connected mode,
username and password.
- DeploymentMetaData - class org.jboss.deployment.spi.DeploymentMetaData.
- MetaData to the JBoss deployment plan.
- DeploymentMetaData(String) -
Constructor for class org.jboss.deployment.spi.DeploymentMetaData
-
- DeploymentMetaData(Document) -
Constructor for class org.jboss.deployment.spi.DeploymentMetaData
-
- DeploymentMetaData.Entry - class org.jboss.deployment.spi.DeploymentMetaData.Entry.
- An entry in the deployment plan
- DeploymentMetaData.Entry(String, String) -
Constructor for class org.jboss.deployment.spi.DeploymentMetaData.Entry
-
- DeploymentStatusImpl - class org.jboss.deployment.spi.status.DeploymentStatusImpl.
- The DeploymentStatus interface provides information about the progress status of a deployment action.
- DeploymentStatusImpl(StateType, CommandType, ActionType, String) -
Constructor for class org.jboss.deployment.spi.status.DeploymentStatusImpl
-
- DeploymentWorker - class org.jboss.deployment.spi.DeploymentWorker.
- A thread that deployes the given deployment on all targets contained in the progress object.
- DeploymentWorker(ProgressObject) -
Constructor for class org.jboss.deployment.spi.DeploymentWorker
-
- deploy(TargetModuleID) -
Method in interface org.jboss.deployment.spi.JBossTarget
- Deploy a given module
- deploy(TargetModuleID) -
Method in class org.jboss.deployment.spi.JMXTarget
- Deploy a given module
- deploy(TargetModuleID) -
Method in class org.jboss.deployment.spi.LocalhostTarget
- Deploy a given module
- distribute(Target[], File, File) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Validates the configuration, generates all container specific classes and moves the archive
to the targets
- distribute(Target[], InputStream, InputStream) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Validates the configuration, generates all container specific classes and moves the archive
to the targets
E
- ENTRY_NAME -
Static variable in class org.jboss.deployment.spi.DeploymentMetaData
- The entry name in the deployment plan archive
- equals(Object) -
Method in class org.jboss.deployment.spi.DeploymentMetaData.Entry
-
- execute() -
Method in class org.jboss.deployment.spi.status.ClientConfigurationImpl
- Executes the client
G
- getAction() -
Method in class org.jboss.deployment.spi.status.DeploymentStatusImpl
- The action of this deployment
- getArchiveName() -
Method in class org.jboss.deployment.spi.DeploymentMetaData.Entry
-
- getAvailableModules(ModuleType, Target[]) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Retrieve the list of all J2EE application modules running or not running on the identified targets.
- getAvailableModules(ModuleType) -
Method in interface org.jboss.deployment.spi.JBossTarget
- Retrieve the list of all J2EE application modules running or not running on the identified targets.
- getAvailableModules(ModuleType) -
Method in class org.jboss.deployment.spi.JMXTarget
- Retrieve the list of all J2EE application modules running or not running on the identified targets.
- getAvailableModules(ModuleType) -
Method in class org.jboss.deployment.spi.LocalhostTarget
- Retrieve the list of all J2EE application modules running or not running on the identified targets.
- getChildTargetModuleID() -
Method in class org.jboss.deployment.spi.TargetModuleIDImpl
- Get the child modules
- getClientConfiguration(TargetModuleID) -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Return the client configuration associated with the module
- getCommand() -
Method in class org.jboss.deployment.spi.status.DeploymentStatusImpl
- The deployment command
- getCurrentLocale() -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Currently we only support the default locale
- getDConfigBean(DDBean) -
Method in class org.jboss.deployment.spi.DConfigBeanImpl
- Return the JavaBean containing server specific deployment information
- getDConfigBean(DDBeanRoot) -
Method in class org.jboss.deployment.spi.DConfigBeanRootImpl
- Return the configuration that is not the primary deployment descriptor
- getDConfigBeanRoot(DDBeanRoot) -
Method in class org.jboss.deployment.spi.DeploymentConfigurationImpl
- Return the top level configuration for a deployment descriptor
- getDConfigBeanVersion() -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Get the J2EE platform version
- getDDBean() -
Method in class org.jboss.deployment.spi.DConfigBeanImpl
- Get the XML text for this configuration
- getDefaultLocale() -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Get the default locale
- getDeployableObject() -
Method in class org.jboss.deployment.spi.DeploymentConfigurationImpl
- Return an object that provides access to the deployment descriptor
- getDeploymentManager(String, String, String) -
Method in class org.jboss.deployment.spi.factories.DeploymentFactoryImpl
- Get a connected deployment manager
- getDeploymentName() -
Method in class org.jboss.deployment.spi.DeploymentMetaData
-
- getDeploymentStatus() -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Retrieve the status of the deployment
- getDescription() -
Method in class org.jboss.deployment.spi.JMXTarget
- Get the target's description
- getDescription() -
Method in class org.jboss.deployment.spi.LocalhostTarget
- Get the target's description
- getDescriptorName() -
Method in class org.jboss.deployment.spi.DeploymentMetaData.Entry
-
- getDisconnectedDeploymentManager(String) -
Method in class org.jboss.deployment.spi.factories.DeploymentFactoryImpl
- Get a disconnected version of the deployment manager
- getDisplayName() -
Method in class org.jboss.deployment.spi.factories.DeploymentFactoryImpl
- The name of the JBoss DeploymentFactory.
- getDocument() -
Method in class org.jboss.deployment.spi.DeploymentMetaData
-
- getEntryList() -
Method in class org.jboss.deployment.spi.DeploymentMetaData
-
- getHostName() -
Method in interface org.jboss.deployment.spi.JBossTarget
- Get the target's host name
- getHostName() -
Method in class org.jboss.deployment.spi.JMXTarget
- Get the target's host name
- getHostName() -
Method in class org.jboss.deployment.spi.LocalhostTarget
- Get the target's host name
- getMessage() -
Method in class org.jboss.deployment.spi.status.DeploymentStatusImpl
- Get the message
- getModeType() -
Method in class org.jboss.deployment.spi.TargetModuleIDImpl
- Get this modules type.
- getModuleID() -
Method in class org.jboss.deployment.spi.TargetModuleIDImpl
- Get the module id
- getName() -
Method in class org.jboss.deployment.spi.JMXTarget
- Get the target's name
- getName() -
Method in class org.jboss.deployment.spi.LocalhostTarget
- Get the target's name
- getNonRunningModules(ModuleType, Target[]) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Get the non running modules
- getParentTargetModuleID() -
Method in class org.jboss.deployment.spi.TargetModuleIDImpl
- The parent of this module
- getProductVersion() -
Method in class org.jboss.deployment.spi.factories.DeploymentFactoryImpl
- The version of the deployment manager
- getResultTargetModuleIDs() -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Retrieve the resulting target module ids
- getRunningModules(ModuleType, Target[]) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Get the running modules
- getState() -
Method in class org.jboss.deployment.spi.status.DeploymentStatusImpl
- Get the state of the deployment
- getSupportedLocales() -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Currently we only support the default locale
- getTarget() -
Method in class org.jboss.deployment.spi.TargetModuleIDImpl
- Get the target
- getTargets() -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Get the available targets.
- getWebURL() -
Method in class org.jboss.deployment.spi.TargetModuleIDImpl
- The URL for a web module
- getXpaths() -
Method in class org.jboss.deployment.spi.DConfigBeanImpl
- Get the xpaths this deployment descriptor requires
H
- handleProgressEvent(ProgressEvent) -
Method in class org.jboss.deployment.spi.status.ProgressListenerImpl
- Fired when a progress event occurs
- handlesURI(String) -
Method in class org.jboss.deployment.spi.factories.DeploymentFactoryImpl
- Look for jboss-deployer:....
- hasEntry(String, String) -
Method in class org.jboss.deployment.spi.DeploymentMetaData
-
- hashCode() -
Method in class org.jboss.deployment.spi.DeploymentMetaData.Entry
-
I
- isCancelSupported() -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Is cancel supported
- isCompleted() -
Method in class org.jboss.deployment.spi.status.DeploymentStatusImpl
- Is the deployment complete
- isDConfigBeanVersionSupported(DConfigBeanVersionType) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
-
- isDConfigBeanVersionTypeSupported(DConfigBeanVersionType) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Test whether the version is supported
- isFailed() -
Method in class org.jboss.deployment.spi.status.DeploymentStatusImpl
- Has the deployment failed
- isLocaleSupported(Locale) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Currently we only support the default locale
- isRedeploySupported() -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Is redeploy supported
- isRunning() -
Method in class org.jboss.deployment.spi.TargetModuleIDImpl
- True if the module is running.
- isRunning() -
Method in class org.jboss.deployment.spi.status.DeploymentStatusImpl
- Is the deployment in progress
- isStopSupported() -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Is stop supported
J
- JBossTarget - interface org.jboss.deployment.spi.JBossTarget.
- A Target interface represents a single logical core server of one instance of a J2EE platform product.
- JMXTarget - class org.jboss.deployment.spi.JMXTarget.
- A Target that deploys using the JMX adaptor to communicate with the
MainDeployer using file URLs to the deployments.
- JMXTarget(URI) -
Constructor for class org.jboss.deployment.spi.JMXTarget
-
- JarUtils - class org.jboss.deployment.spi.JarUtils.
- A collection of jar utilities
- JarUtils() -
Constructor for class org.jboss.deployment.spi.JarUtils
-
L
- LocalhostTarget - class org.jboss.deployment.spi.LocalhostTarget.
- A Target interface represents a single logical core server of one instance of a J2EE platform product.
- LocalhostTarget() -
Constructor for class org.jboss.deployment.spi.LocalhostTarget
-
N
- notifyDDChange(XpathEvent) -
Method in class org.jboss.deployment.spi.DConfigBeanImpl
- A notification that the DDBean provided has changed and that this bean or
child needs re-evaluating
O
- org.jboss.deployment.spi - package org.jboss.deployment.spi
-
- org.jboss.deployment.spi.factories - package org.jboss.deployment.spi.factories
-
- org.jboss.deployment.spi.status - package org.jboss.deployment.spi.status
-
P
- ProgressListenerImpl - class org.jboss.deployment.spi.status.ProgressListenerImpl.
- The listener interface for receiving deployment progress events.
- ProgressListenerImpl() -
Constructor for class org.jboss.deployment.spi.status.ProgressListenerImpl
-
- ProgressObjectImpl - class org.jboss.deployment.spi.status.ProgressObjectImpl.
- The ProgressObject interface tracks and reports the progress
of the deployment activities, distribute, start, stop, undeploy.
- ProgressObjectImpl(DeploymentStatus, TargetModuleID[]) -
Constructor for class org.jboss.deployment.spi.status.ProgressObjectImpl
-
R
- redeploy(TargetModuleID[], File, File) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
-
- redeploy(TargetModuleID[], InputStream, InputStream) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
-
- redeploy(TargetModuleID[]) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Redeploys the modules
- release() -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- 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.
- removeDConfigBean(DConfigBean) -
Method in class org.jboss.deployment.spi.DConfigBeanImpl
- Remove a child
- removeDConfigBean(DConfigBeanRoot) -
Method in class org.jboss.deployment.spi.DeploymentConfigurationImpl
- Remove a root configuration and all its children
- removeProgressListener(ProgressListener) -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Remove a progress listener
- removePropertyChangeListener(PropertyChangeListener) -
Method in class org.jboss.deployment.spi.DConfigBeanImpl
- Remove a property change listener
- restore(InputStream) -
Method in class org.jboss.deployment.spi.DeploymentConfigurationImpl
- Restores a full set of configuration beans
- restoreDConfigBean(InputStream, DDBeanRoot) -
Method in class org.jboss.deployment.spi.DeploymentConfigurationImpl
- Restore a configuration from an input stream
- run() -
Method in class org.jboss.deployment.spi.DeploymentWorker
- Deploy the module on each given target
S
- save(OutputStream) -
Method in class org.jboss.deployment.spi.DeploymentConfigurationImpl
- Saves the fulls set of configuration beans
- saveDConfigBean(OutputStream, DConfigBeanRoot) -
Method in class org.jboss.deployment.spi.DeploymentConfigurationImpl
- Save a configuration to an output stream
- sendProgressEvent(StateType, String, TargetModuleID) -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Set the current deployment status
- setDConfigBeanVersion(DConfigBeanVersionType) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
-
- setDConfigBeanVersionType(DConfigBeanVersionType) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Set the J2EE version
- setDeploymentName(String) -
Method in class org.jboss.deployment.spi.DeploymentMetaData
-
- setLocale(Locale) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Currently we only support the default locale
- start(TargetModuleID[]) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Start the modules
- start(TargetModuleID) -
Method in interface org.jboss.deployment.spi.JBossTarget
- Start a given module
- start(TargetModuleID) -
Method in class org.jboss.deployment.spi.JMXTarget
- Start a given module
- start(TargetModuleID) -
Method in class org.jboss.deployment.spi.LocalhostTarget
- Start a given module
- stop(TargetModuleID[]) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Stop the modules
- stop(TargetModuleID) -
Method in interface org.jboss.deployment.spi.JBossTarget
- Stop a given module
- stop(TargetModuleID) -
Method in class org.jboss.deployment.spi.JMXTarget
- Stop a given module
- stop(TargetModuleID) -
Method in class org.jboss.deployment.spi.LocalhostTarget
- Stop a given module
- stop() -
Method in class org.jboss.deployment.spi.status.ProgressObjectImpl
- Stops the deployment
T
- TargetModuleIDImpl - class org.jboss.deployment.spi.TargetModuleIDImpl.
- A TargetModuleID interface represents a unique identifier for a deployed application module.
- TargetModuleIDImpl(Target, String, TargetModuleID, boolean) -
Constructor for class org.jboss.deployment.spi.TargetModuleIDImpl
- Construct a new target module
- toString() -
Method in class org.jboss.deployment.spi.TargetModuleIDImpl
- Return the identifier of this module
- toXMLString() -
Method in class org.jboss.deployment.spi.DeploymentMetaData
-
U
- undeploy(TargetModuleID[]) -
Method in class org.jboss.deployment.spi.DeploymentManagerImpl
- Removes the modules
- undeploy(TargetModuleID) -
Method in interface org.jboss.deployment.spi.JBossTarget
- Undeploy a given module
- undeploy(TargetModuleID) -
Method in class org.jboss.deployment.spi.JMXTarget
- Undeploy a given module
- undeploy(TargetModuleID) -
Method in class org.jboss.deployment.spi.LocalhostTarget
- Undeploy a given module
A C D E G H I J L N O P R S T U
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.