javax.enterprise.deploy.spi.DeploymentManager
public interface WebLogicDeploymentManager
DeploymentManager
interface.
A WebLogicDeploymentManager object is a stateless interface into the Weblogic Server deployment framework. It
provides basic deployment features as well as extended WebLogic Server deployment features such as production
redeployment and partial deployment of modules in an enterprise application.
Acquire a WebLogicDeploymentManager object using DeploymentFactory
.
DeploymentFactory.getDeploymentManager(java.lang.String, java.lang.String, java.lang.String)
Modifier and Type | Method | Description |
---|---|---|
javax.enterprise.deploy.spi.status.ProgressObject |
appendToExtensionLoader(javax.enterprise.deploy.spi.TargetModuleID[] targets,
java.io.File codeSource,
DeploymentOptions options) |
Distributes an application.
|
java.lang.String |
confirmApplicationName(boolean isRedeployment,
java.io.File appSource,
java.io.File altAppDescriptor,
java.lang.String tentativeName,
java.lang.String tentativeApplicationId) |
Used by the deployment subsystem to confirm an application name.
|
java.lang.String |
confirmApplicationName(boolean isRedeployment,
java.io.File appSource,
java.io.File altAppDescriptor,
java.lang.String tentativeName,
java.lang.String tentativeApplicationId,
DeploymentOptions options) |
Used by the deployment subsystem to confirm an application name.
|
java.lang.String |
confirmApplicationName(boolean isRedeployment,
java.lang.String appSource,
java.lang.String altAppDescriptor,
java.lang.String tentativeName,
java.lang.String tentativeApplicationId) |
Used by the deployment subsystem to confirm an application name.
|
java.lang.String |
confirmApplicationName(boolean isRedeployment,
java.lang.String appSource,
java.lang.String altAppDescriptor,
java.lang.String tentativeName,
java.lang.String tentativeApplicationId,
DeploymentOptions options) |
Used by the deployment subsystem to confirm an application name.
|
javax.enterprise.deploy.spi.DeploymentConfiguration |
createConfiguration(javax.enterprise.deploy.model.DeployableObject deployableObject) |
Creates a DeploymentConfiguration object for the provided DeployableObject.
|
WebLogicTargetModuleID |
createTargetModuleID(java.lang.String app,
javax.enterprise.deploy.shared.ModuleType type,
javax.enterprise.deploy.spi.Target target) |
Factory for creating a root TargetModuleID object.
|
WebLogicTargetModuleID |
createTargetModuleID(javax.enterprise.deploy.spi.TargetModuleID base,
java.lang.String module,
javax.enterprise.deploy.shared.ModuleType type) |
Factory for creating child TargetModuleID objects.
|
javax.enterprise.deploy.spi.status.ProgressObject |
deploy(javax.enterprise.deploy.spi.TargetModuleID[] tmids,
java.io.File application,
java.io.File plan,
DeploymentOptions options) |
A convenience method for distributing and starting an application.
|
javax.enterprise.deploy.spi.status.ProgressObject |
distribute(javax.enterprise.deploy.spi.Target[] targets,
java.io.File application,
java.io.File plan) |
Copies the complete deployment bundle, module, configuration data and
any additional generated code to the target.
|
javax.enterprise.deploy.spi.status.ProgressObject |
distribute(javax.enterprise.deploy.spi.Target[] targets,
java.io.File application,
java.io.File plan,
DeploymentOptions options) |
Distributes an application.
|
javax.enterprise.deploy.spi.status.ProgressObject |
distribute(javax.enterprise.deploy.spi.Target[] targets,
java.io.InputStream application,
java.io.InputStream plan) |
Moves the complete deployment bundle, module, configuration data and
any additional generated code to the target.
|
javax.enterprise.deploy.spi.status.ProgressObject |
distribute(javax.enterprise.deploy.spi.Target[] targets,
java.io.InputStream application,
java.io.InputStream plan,
DeploymentOptions options) |
Distributes an application.
|
javax.enterprise.deploy.spi.status.ProgressObject |
distribute(javax.enterprise.deploy.spi.Target[] targets,
javax.enterprise.deploy.shared.ModuleType moduleType,
java.io.InputStream application,
java.io.InputStream plan) |
Moves the complete deployment bundle, module, configuration data and
any additional generated code to the target.
|
javax.enterprise.deploy.spi.status.ProgressObject |
distribute(javax.enterprise.deploy.spi.TargetModuleID[] targets,
java.io.File application,
java.io.File plan,
DeploymentOptions options) |
Distributes an application.
|
void |
enableFileUploads() |
Causes a file distribution operation to first perform an upload operation.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
filter(javax.enterprise.deploy.spi.TargetModuleID[] modules,
java.lang.String appName,
java.lang.String moduleName,
java.lang.String versionId) |
Returns a subset of the input module list based on the specified application name,
module name, and version identifier.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
getAvailableModules(java.util.List<javax.enterprise.deploy.shared.ModuleType> moduleTypes,
javax.enterprise.deploy.spi.Target[] targets,
DeploymentOptions options) |
Retrieves a list of all configured modules of the specified types.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
getAvailableModules(javax.enterprise.deploy.shared.ModuleType moduleType,
javax.enterprise.deploy.spi.Target[] targets) |
Retrieves a list of all configured modules of a specified type.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
getAvailableModules(javax.enterprise.deploy.shared.ModuleType moduleType,
javax.enterprise.deploy.spi.Target[] targets,
DeploymentOptions options) |
Retrieves a list of all configured modules of a specified type.
|
java.util.Locale |
getCurrentLocale() |
Returns the locale that the plug-in is currently using.
|
javax.enterprise.deploy.shared.DConfigBeanVersionType |
getDConfigBeanVersion() |
Indicates the Java EE platform version being used to generate
server configuration information.
|
java.util.Locale |
getDefaultLocale() |
Returns the locale of the plug-in that was established when the DeploymentManager was constructed.
|
java.lang.String |
getDomain() |
Returns the Weblogic Server domain name associated with this DeploymentManager.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
getModules(ConfigurationMBean mbean) |
Returns TargetModuleID objects associated with application MBeans.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
getNonRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType,
javax.enterprise.deploy.spi.Target[] targets) |
Retrieves a list of configured, inactive modules of the specified type.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
getNonRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType,
javax.enterprise.deploy.spi.Target[] targets,
DeploymentOptions options) |
Retrieves a list of configured, inactive modules of the specified type.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
getRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType,
javax.enterprise.deploy.spi.Target[] targets) |
Retrieves a list of active modules of the specified type.
|
javax.enterprise.deploy.spi.TargetModuleID[] |
getRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType,
javax.enterprise.deploy.spi.Target[] targets,
DeploymentOptions options) |
Retrieves a list of active modules of the specified type.
|
java.util.Locale[] |
getSupportedLocales() |
Returns the locales supported by the JVM.
|
javax.enterprise.deploy.spi.Target[] |
getTargets() |
Returns known targets in the currently connected WebLogic Server domain.
|
javax.enterprise.deploy.spi.Target[] |
getTargets(DeploymentOptions options) |
Returns known targets in the currently connected WebLogic Server domain
based on the DeploymentOptions argument.
|
javax.enterprise.deploy.spi.Target[] |
getTargets(DeploymentOptions options,
boolean internalUse) |
Returns known targets in the currently connected WebLogic Server domain
based on the DeploymentOptions argument.
|
boolean |
isConnected() |
Indicates whether this DeploymentManager is currently
connected to an administrative domain.
|
boolean |
isDConfigBeanVersionSupported(javax.enterprise.deploy.shared.DConfigBeanVersionType version) |
Indicates support for a specific Java EE platform version for
generating server configuration information.
|
boolean |
isLocal() |
Indicates whether this DeploymentManager is running local to the Administration
Server for the domain.
|
boolean |
isLocaleSupported(java.util.Locale locale) |
Indicates whether the specified locale is supported.
|
boolean |
isRedeploySupported() |
Indicates whether the
redeploy(javax.enterprise.deploy.spi.TargetModuleID[], java.io.File, java.lang.String[], weblogic.deploy.api.spi.DeploymentOptions) methods support
transparent redeployment of an application. |
javax.enterprise.deploy.spi.status.ProgressObject |
redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules,
java.io.File application,
java.io.File plan) |
Redeploys an application and deployment plan without affecting the session state.
|
javax.enterprise.deploy.spi.status.ProgressObject |
redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules,
java.io.File application,
java.io.File plan,
DeploymentOptions options) |
Redeploys an application and plan without affecting the session state.
|
javax.enterprise.deploy.spi.status.ProgressObject |
redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules,
java.io.File app,
java.lang.String[] delta,
DeploymentOptions options) |
Redeploys named files in a staged application.
|
javax.enterprise.deploy.spi.status.ProgressObject |
redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules,
java.io.InputStream application,
java.io.InputStream plan) |
Redeploys an application, replacing the current application
files and plan with an updated version.
|
javax.enterprise.deploy.spi.status.ProgressObject |
redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules,
java.io.InputStream application,
java.io.InputStream plan,
DeploymentOptions options) |
Redeploys an application and deployment plan without affecting the session state.
|
void |
release() |
Releases all server resources held by the DeploymentManager
and places it in a disconnected state.
|
void |
setDConfigBeanVersion(javax.enterprise.deploy.shared.DConfigBeanVersionType version) |
Changes the Java EE platform version used for generating server configuration information.
|
void |
setLocale(java.util.Locale locale) |
Establishes the locale for the deployment SPI plug-in.
|
javax.enterprise.deploy.spi.status.ProgressObject |
start(javax.enterprise.deploy.spi.TargetModuleID[] modules) |
Starts an application, making it available to users.
|
javax.enterprise.deploy.spi.status.ProgressObject |
start(javax.enterprise.deploy.spi.TargetModuleID[] modules,
DeploymentOptions options) |
Starts an application, making it available to users.
|
javax.enterprise.deploy.spi.status.ProgressObject |
stop(javax.enterprise.deploy.spi.TargetModuleID[] modules) |
Stops an application, making it unavailable to users.
|
javax.enterprise.deploy.spi.status.ProgressObject |
stop(javax.enterprise.deploy.spi.TargetModuleID[] modules,
DeploymentOptions options) |
Stops an application, making it unavailable to users.
|
javax.enterprise.deploy.spi.status.ProgressObject |
undeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules) |
Undeploys an application, removing it from the domain configuration.
|
javax.enterprise.deploy.spi.status.ProgressObject |
undeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules,
java.io.File app,
java.lang.String[] delta,
DeploymentOptions options) |
Removes staged files from an existing deployment.
|
javax.enterprise.deploy.spi.status.ProgressObject |
undeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules,
DeploymentOptions options) |
Undeploys an application, removing it from the domain configuration.
|
javax.enterprise.deploy.spi.status.ProgressObject |
update(javax.enterprise.deploy.spi.TargetModuleID[] modules,
java.io.File plan,
DeploymentOptions options) |
Allows for updating an application configuration using a changed
deployment plan.
|
WebLogicTargetModuleID createTargetModuleID(java.lang.String app, javax.enterprise.deploy.shared.ModuleType type, javax.enterprise.deploy.spi.Target target)
app
- the name of the application root moduletype
- the type of moduletarget
- where the application will be targetedWebLogicTargetModuleID createTargetModuleID(javax.enterprise.deploy.spi.TargetModuleID base, java.lang.String module, javax.enterprise.deploy.shared.ModuleType type)
base
- the parent of the module to be createdmodule
- the name of the moduletype
- the type of moduleboolean isLocal()
java.lang.String getDomain()
boolean isConnected()
javax.enterprise.deploy.spi.status.ProgressObject deploy(javax.enterprise.deploy.spi.TargetModuleID[] tmids, java.io.File application, java.io.File plan, DeploymentOptions options) throws javax.enterprise.deploy.spi.exceptions.TargetException, java.lang.IllegalStateException
If any modules are currently running, this method immediately restarts those modules using the newer files. Restarting modules in this manner is not the same as redeployment, because session state is not preserved for the active modules.
tmids
- represent the targeted modules to receive a copy of the application files and deployment plan.application
- A supported Java EE application or module archive, or a root directory for the application or module.plan
- The deployment plan for this application. The deployment plan is a serialized version of a
WebLogicDeploymentConfiguration
object.options
- Allows for overriding the deployment options. May be null.java.lang.IllegalStateException
- If the DeploymentManager is not currently connected.javax.enterprise.deploy.spi.exceptions.TargetException
javax.enterprise.deploy.spi.status.ProgressObject update(javax.enterprise.deploy.spi.TargetModuleID[] modules, java.io.File plan, DeploymentOptions options) throws java.lang.IllegalStateException
A configuration update is equivalent to replacing the application's deployment plan. The deployment plan is redeployed in-place. A new version of the application is not started, even if the new deployment plan has a different version.
The update succeeds
only if changes to the deployment plan do not require the application to be
restarted. Configuration changes in the new deployment plan must be limited to
tuning the application. Changes to resource bindings causes
the update to fail. Use redeploy(TargetModuleID[],File,File)
to apply resource binding changes to a production application.
This method targets only root modules. Module level targeting is not supported.
The target list is derived from the TargetModuleID list.
modules
- The modules to be redeployed. All modules must identify the same version of the application.
This parameter must not be null.plan
- The deployment plan containing the new deployment configuration information.options
- Allows for overriding the deployment options. May be null.java.lang.IllegalStateException
- If the DeploymentManager has been released.redeploy(TargetModuleID[],File,File)
void enableFileUploads() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- If not currently connected.javax.enterprise.deploy.spi.status.ProgressObject redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules, java.io.File app, java.lang.String[] delta, DeploymentOptions options) throws java.lang.IllegalStateException
All TargetModuleIDs must refer to the root module of the same application. A failed ProgressObject is returned if multiple applications are represented in the TargetModuleIDs. This method ignores duplicate TargetModuleIDs.
modules
- A list of modules to redeploy. This parameter must not be null.app
- Optional application source. Only required if the archive also requires uploading.delta
- A list of file paths or names relative to the root of the staged application
that are to be replaced or added. This parameter must not be null.options
- Allows for overriding the deployment options. May be null.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject undeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules, java.io.File app, java.lang.String[] delta, DeploymentOptions options) throws java.lang.IllegalStateException
All TargetModuleIDs must refer to the root module of the same application. A failed ProgressObject is returned when multiple applications are represented in the TargetModuleIDs. This method ignores any duplicate TargetModuleIDs.
The application referenced by the TargetModuleIDs should already exist in the WebLogic Server configuration. The application need not be stopped. If the application is not configured at all, the undeploy operation completes successfully.
modules
- A list of root modules to undeploy. This parameter must not be null.
All modules must identify the same version of the application.app
- The application source.delta
- The file path or names relative to the root of the staged application
that are to be removed
from the distribution. This parameter must not be null.options
- Allows for overriding the deployment options. May be null.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.TargetModuleID[] filter(javax.enterprise.deploy.spi.TargetModuleID[] modules, java.lang.String appName, java.lang.String moduleName, java.lang.String versionId)
modules
- The module list.appName
- The name of application to match. This parameter may not be null.moduleName
- The name of module in the application to match. A null value matches
only the root module.versionId
- The version to match. A null value matches all versions.javax.enterprise.deploy.spi.TargetModuleID[] getModules(ConfigurationMBean mbean) throws java.lang.IllegalStateException
If an AppDeploymentMBean is specified, then the returned module list consists of root modules wherever the application is configured. For SubDeploymentMBeans, only the relevant non-root modules are returned. The selection of modules is based primarily on the name of the provided MBean.
mbean
- An MBean for a configured module.java.lang.IllegalStateException
- If not currently connected.java.lang.IllegalArgumentException
- (unchecked) If argument is null or invalid.javax.enterprise.deploy.spi.status.ProgressObject start(javax.enterprise.deploy.spi.TargetModuleID[] modules, DeploymentOptions options) throws java.lang.IllegalStateException
start(TargetModuleID[])
, but allows for deployment option overrides.modules
- A list of root modules to start.
Each module must identify the same version of the application.options
- Allows for start option overrides. This parameter may be null.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject stop(javax.enterprise.deploy.spi.TargetModuleID[] modules, DeploymentOptions options) throws java.lang.IllegalStateException
All TargetModuleIDs must refer to the root module of the same application. A failed ProgressObject is returned if multiple applications are represented. This method ignores duplicate TargetModuleIDs.
The application referenced by the TargetModuleIDs must already be in the WebLogic Server configuration. Any TargetModuleID that represents an application not already running on its target is a no-op; the stop is considered successful and is not tracked in the ProgressObject. Otherwise, the application is stopped on the target.
modules
- A list of root modules to stop.
Each module must identify the same version of the application.options
- Allows for stop option overrides. This parameter may be null.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject undeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules, DeploymentOptions options) throws java.lang.IllegalStateException
All TargetModuleIDs must refer to the root module of the same application. A failed ProgressObject is returned if multiple applications are represented. This method ignores duplicate TargetModuleIDs.
The application referenced by the TargetModuleIDs should already exist in the WebLogic Server configuration in a stopped state. Any modules that are not currently configured are ignored. If the application is not configured at all, the undeploy operation completes successfully.
modules
- A list of root modules to undeploy.
Each module must identify the same version of the application.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject distribute(javax.enterprise.deploy.spi.Target[] targets, java.io.File application, java.io.File plan, DeploymentOptions options) throws java.lang.IllegalStateException
distribute(Target[],File,File)
, but allows for deployment option overrides.targets
- WebLogic Server targets to receive a copy of the application and deployment plan.application
- A supported Java EE application or module archive, or a root directory.plan
- A deployment plan for this application. The plan is a serialized version of a
DeploymentConfiguration
object.options
- Allows for deployment option overrides. This parameter may be null.java.lang.IllegalStateException
- If not currently connected.javax.enterprise.deploy.spi.status.ProgressObject distribute(javax.enterprise.deploy.spi.TargetModuleID[] targets, java.io.File application, java.io.File plan, DeploymentOptions options) throws java.lang.IllegalStateException, javax.enterprise.deploy.spi.exceptions.TargetException
targets
- WebLogic Server targets to receive a copy of the application and deployment plan.application
- A supported Java EE application or module archive, or a root directory.plan
- A deployment plan for this application. The plan is a serialized version of a
DeploymentConfiguration
object.options
- Allows for deployment option overrides. This parameter may be null.java.lang.IllegalStateException
- If not currently connected.javax.enterprise.deploy.spi.exceptions.TargetException
javax.enterprise.deploy.spi.status.ProgressObject distribute(javax.enterprise.deploy.spi.Target[] targets, java.io.InputStream application, java.io.InputStream plan, DeploymentOptions options) throws java.lang.IllegalStateException
distribute(Target[],File,File)
, but allows for deployment option overrides.targets
- WebLogic Server targets to receive a copy of the application and deployment plan.application
- A supported Java EE application or module archive, or root directory.plan
- An optional deployment plan for this application. The deployment plan is a serialized version of a
DeploymentConfiguration
object.options
- Allows for deploy option overrides. This parameter may be null.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject appendToExtensionLoader(javax.enterprise.deploy.spi.TargetModuleID[] targets, java.io.File codeSource, DeploymentOptions options) throws java.lang.IllegalStateException, javax.enterprise.deploy.spi.exceptions.TargetException
targets
- WebLogic Server targets to receive a copy of the application and deployment plan.application
- A supported Java EE application or module archive, or a root directory.plan
- A deployment plan for this application. The plan is a serialized version of a
DeploymentConfiguration
object.options
- Allows for deployment option overrides. This parameter may be null.java.lang.IllegalStateException
- If not currently connected.javax.enterprise.deploy.spi.exceptions.TargetException
javax.enterprise.deploy.spi.status.ProgressObject redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules, java.io.File application, java.io.File plan, DeploymentOptions options) throws java.lang.UnsupportedOperationException, java.lang.IllegalStateException
redeploy(TargetModuleID[],File,File)
, but
allows for overrides to the deployment options.modules
- A list of root modules to redeploy.
Each module must identify the same version of the application.application
- The archive or root directory of the application.plan
- The deployment plan for this application. The deployment plan is a serialized version of a
DeploymentConfiguration
object.options
- Allows for overrides to the deployment options. This parameter may be null.java.lang.IllegalStateException
- if not currently connected.
All other errors are reported via the returned ProgressObject.java.lang.UnsupportedOperationException
javax.enterprise.deploy.spi.status.ProgressObject redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules, java.io.InputStream application, java.io.InputStream plan, DeploymentOptions options) throws java.lang.UnsupportedOperationException, java.lang.IllegalStateException
redeploy(TargetModuleID[],InputStream,InputStream)
, but
allows for overrides to deployment options.modules
- A list of root modules to redeploy.
Each module must identify the same version of the application.application
- The archive or root directory of the application.plan
- The deployment plan for this deployment. The deployment plan is a serialized version of a
DeploymentConfiguration
object.options
- Allows for overrides to deployment options. This parameter may be null.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.java.lang.UnsupportedOperationException
javax.enterprise.deploy.spi.Target[] getTargets() throws java.lang.IllegalStateException
getTargets
in interface javax.enterprise.deploy.spi.DeploymentManager
WebLogicTarget
.java.lang.IllegalStateException
- If not connected.javax.enterprise.deploy.spi.Target[] getTargets(DeploymentOptions options) throws java.lang.IllegalStateException
DeploymentOptions
- The options to used for locating targets.WebLogicTarget
.java.lang.IllegalStateException
- If not connected.javax.enterprise.deploy.spi.Target[] getTargets(DeploymentOptions options, boolean internalUse) throws java.lang.IllegalStateException
DeploymentOptions
- The options to used for locating targets.internalUse
- should be true in the case where this function is called for an internal useWebLogicTarget
.java.lang.IllegalStateException
- If not connected.javax.enterprise.deploy.spi.TargetModuleID[] getRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType, javax.enterprise.deploy.spi.Target[] targets) throws javax.enterprise.deploy.spi.exceptions.TargetException, java.lang.IllegalStateException
getRunningModules
in interface javax.enterprise.deploy.spi.DeploymentManager
moduleType
- One of EAR, WAR, EJB or RAR.targets
- A list of configured targets.javax.enterprise.deploy.spi.exceptions.TargetException
- If an invalid Target object is encountered.java.lang.IllegalStateException
- If not currently connected.isConnected()
,
WebLogicTargetType
javax.enterprise.deploy.spi.TargetModuleID[] getRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType, javax.enterprise.deploy.spi.Target[] targets, DeploymentOptions options) throws javax.enterprise.deploy.spi.exceptions.TargetException, java.lang.IllegalStateException
moduleType
- One of EAR, WAR, EJB or RAR.targets
- A list of configured targets.DeploymentOptions
- The options to used for getting modules.javax.enterprise.deploy.spi.exceptions.TargetException
- If an invalid Target object is encountered.java.lang.IllegalStateException
- If not currently connected.isConnected()
,
WebLogicTargetType
javax.enterprise.deploy.spi.TargetModuleID[] getNonRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType, javax.enterprise.deploy.spi.Target[] targets) throws javax.enterprise.deploy.spi.exceptions.TargetException, java.lang.IllegalStateException
getNonRunningModules
in interface javax.enterprise.deploy.spi.DeploymentManager
moduleType
- One of EAR, WAR, EJB or RAR.targets
- A list of configured targets.javax.enterprise.deploy.spi.exceptions.TargetException
- If an invalid Target object is encountered.java.lang.IllegalStateException
- If not currently connected.isConnected()
,
WebLogicTargetType
javax.enterprise.deploy.spi.TargetModuleID[] getNonRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType, javax.enterprise.deploy.spi.Target[] targets, DeploymentOptions options) throws javax.enterprise.deploy.spi.exceptions.TargetException, java.lang.IllegalStateException
moduleType
- One of EAR, WAR, EJB or RAR.targets
- A list of configured targets.DeploymentOptions
- The options to used for getting modules.javax.enterprise.deploy.spi.exceptions.TargetException
- If an invalid Target object is encountered.java.lang.IllegalStateException
- If not currently connected.isConnected()
,
WebLogicTargetType
javax.enterprise.deploy.spi.TargetModuleID[] getAvailableModules(javax.enterprise.deploy.shared.ModuleType moduleType, javax.enterprise.deploy.spi.Target[] targets) throws javax.enterprise.deploy.spi.exceptions.TargetException, java.lang.IllegalStateException
getAvailableModules
in interface javax.enterprise.deploy.spi.DeploymentManager
moduleType
- One of EAR, WAR, EJB or RAR.targets
- A list of configured targets.javax.enterprise.deploy.spi.exceptions.TargetException
- If an invalid Target object is encountered.java.lang.IllegalStateException
- If not currently connected.isConnected()
,
WebLogicTargetType
javax.enterprise.deploy.spi.TargetModuleID[] getAvailableModules(javax.enterprise.deploy.shared.ModuleType moduleType, javax.enterprise.deploy.spi.Target[] targets, DeploymentOptions options) throws javax.enterprise.deploy.spi.exceptions.TargetException, java.lang.IllegalStateException
moduleType
- One of EAR, WAR, EJB or RAR.targets
- A list of configured targets.DeploymentOptions
- The options to used for getting modules.javax.enterprise.deploy.spi.exceptions.TargetException
- If an invalid Target object is encountered.java.lang.IllegalStateException
- If not currently connected.isConnected()
,
WebLogicTargetType
javax.enterprise.deploy.spi.TargetModuleID[] getAvailableModules(java.util.List<javax.enterprise.deploy.shared.ModuleType> moduleTypes, javax.enterprise.deploy.spi.Target[] targets, DeploymentOptions options) throws javax.enterprise.deploy.spi.exceptions.TargetException, java.lang.IllegalStateException
moduleTypes
- List of EAR, WAR, EJB or RAR.targets
- A list of configured targets.DeploymentOptions
- The options to used for getting modules.javax.enterprise.deploy.spi.exceptions.TargetException
- If an invalid Target object is encountered.java.lang.IllegalStateException
- If not currently connected.isConnected()
,
WebLogicTargetType
javax.enterprise.deploy.spi.DeploymentConfiguration createConfiguration(javax.enterprise.deploy.model.DeployableObject deployableObject) throws javax.enterprise.deploy.spi.exceptions.InvalidModuleException
createConfiguration
in interface javax.enterprise.deploy.spi.DeploymentManager
deployableObject
- The deployable module.javax.enterprise.deploy.spi.exceptions.InvalidModuleException
- If the module type is unsupported.javax.enterprise.deploy.spi.status.ProgressObject distribute(javax.enterprise.deploy.spi.Target[] targets, java.io.File application, java.io.File plan) throws java.lang.IllegalStateException
The files are local (on the same host) to the deployer tool in all cases. If the File objects represent relative abstract paths, they are relative to the current directory of the tool.
By default, all files are assumed to be local to the Administration Server for the target domain.
This can be overridden using enableFileUploads()
.
Actual copying of files from the Administration Server to the targeted Managed Servers is based on the staging attribute of the target servers.
The name of the configured application is taken from the deployment plan, if present. Otherwise, the application file's name is used, without its extension. If an application of the same name is already configured, then it must have the same path as the path specified in the application's File object. If the path does not match, the distribution operation fails.
If a deployment plan is not provided (null) then a previously deployed plan is removed as part of the distribution.
After the application files have been distributed, they are validated on each target server. If the application is already running on a target, the request will fail. Applications must be stopped before distributing
distribute
in interface javax.enterprise.deploy.spi.DeploymentManager
targets
- WebLogic Server targets to receive a copy of the application and deployment plan.application
- A supported Java EE application or module archive, or a root directory.plan
- A deployment plan for this deployment. The plan is a serialized version of a
DeploymentConfiguration
object.java.lang.IllegalStateException
- if not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject distribute(javax.enterprise.deploy.spi.Target[] targets, java.io.InputStream application, java.io.InputStream plan) throws java.lang.IllegalStateException
The application and deployment plan streams are written to temporary
files and distributed as defined for distribute(Target[], File, File)
distribute
in interface javax.enterprise.deploy.spi.DeploymentManager
targets
- WebLogic Server targets to receive a copy of the application and deployment plan.application
- A supported Java EE application or module archive stream.plan
- An optional (may be null) deployment plan for this deployment.
The plan is a serialized version of a
DeploymentConfiguration
object.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject distribute(javax.enterprise.deploy.spi.Target[] targets, javax.enterprise.deploy.shared.ModuleType moduleType, java.io.InputStream application, java.io.InputStream plan) throws java.lang.IllegalStateException
The application and deployment plan streams are written to temporary
files and distributed as defined for distribute(Target[], File, File)
distribute
in interface javax.enterprise.deploy.spi.DeploymentManager
targets
- WebLogic Server targets to receive a copy of the application and deployment plan.moduleType
- One of EAR, WAR, EJB or RAR.application
- A supported Java EE application or module archive stream.plan
- An optional (may be null) deployment plan for this deployment.
The plan is a serialized version of a
DeploymentConfiguration
object.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject start(javax.enterprise.deploy.spi.TargetModuleID[] modules) throws java.lang.IllegalStateException
All TargetModuleIDs must refer to the root module of the same application. A failed ProgressObject is returned if multiple applications are represented. Any duplicate TargetModuleIDs are ignored.
The application referenced by the TargetModuleIDs must already exist in the WebLogic Server configuration. Any TargetModuleID that represents an application already running on its target is a no-op, unless that application is running in test mode. If an application is running in test mode, this method brings the application fully online.
start
in interface javax.enterprise.deploy.spi.DeploymentManager
modules
- A list of root modules to start.
Each module must identify the same version of the application.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject stop(javax.enterprise.deploy.spi.TargetModuleID[] modules) throws java.lang.IllegalStateException
All TargetModuleIDs must refer to the root module of the same application. A failed ProgressObject is returned if multiple applications are represented. This method ignores duplicate TargetModuleIDs.
The application referenced by the TargetModuleIDs must already be in the WebLogic Server configuration. Any TargetModuleID that represents an application not already running on its target is a no-op; the stop is considered successful and is not tracked in the ProgressObject. Otherwise, the application is stopped on the target.
stop
in interface javax.enterprise.deploy.spi.DeploymentManager
modules
- A list of root modules to stop.
Each module must identify the same version of the application.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.javax.enterprise.deploy.spi.status.ProgressObject undeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules) throws java.lang.IllegalStateException
All TargetModuleIDs must refer to the root module of the same application. A failed ProgressObject is returned if multiple applications are represented. This method ignores duplicate TargetModuleIDs.
The application referenced by the TargetModuleIDs should already exist in the WebLogic Server configuration in a stopped state. Any modules that are not currently configured are ignored. If the application is not configured at all, the undeploy operation completes successfully.
undeploy
in interface javax.enterprise.deploy.spi.DeploymentManager
modules
- A list of root modules to undeploy.
Each module must identify the same version of the application.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.boolean isRedeploySupported()
redeploy(javax.enterprise.deploy.spi.TargetModuleID[], java.io.File, java.lang.String[], weblogic.deploy.api.spi.DeploymentOptions)
methods support
transparent redeployment of an application. If supported, then transparent
redeployment is dependent on application's configuration. Specifically, the application must specify
a version in the archive manifest's Weblogic-Application-Version
entry,
and in the deployment plan.isRedeploySupported
in interface javax.enterprise.deploy.spi.DeploymentManager
javax.enterprise.deploy.spi.status.ProgressObject redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules, java.io.File application, java.io.File plan) throws java.lang.UnsupportedOperationException, java.lang.IllegalStateException
All TargetModuleIDs must refer to root module of the same application. A failed ProgressObject is returned if multiple applications are represented. This method ignores duplicate TargetModuleIDs.
The application archive and deployment plan are redistributed as described for the
distribute(Target[],File,File)
operation.
The application referenced by the TargetModuleIDs must already exist in the WebLogic Server configuration.
If a TargetModuleID represents an application that is already running on its
target, this operation redeploys the application. If the applications or modules are not currently running,
this method starts them.
Redeployment involves starting a new version of the application, based on the version information embedded in the application archive and/or deployment plan. Other running versions of the application are unaffected by the redeployment. The older version of the application is automatically undeployed only after it has become idle.
redeploy
in interface javax.enterprise.deploy.spi.DeploymentManager
modules
- A list of root modules to redeploy.
Each module must identify the same version of the application.application
- The archive or root directory of the application.plan
- The deployment plan for this application. The deployment plan is a serialized version of a
DeploymentConfiguration
object.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.java.lang.UnsupportedOperationException
javax.enterprise.deploy.spi.status.ProgressObject redeploy(javax.enterprise.deploy.spi.TargetModuleID[] modules, java.io.InputStream application, java.io.InputStream plan) throws java.lang.UnsupportedOperationException, java.lang.IllegalStateException
redeploy(TargetModuleID[], File , File)
with the exception that the application and deployment plan are provided as
InputStreams. The streams are written to a temporary file and redeployed
from there.redeploy
in interface javax.enterprise.deploy.spi.DeploymentManager
modules
- A list of root modules to redeploy.
Each module must identify the same version of the application.application
- An optional (may be null) archive or root
directory of the application.plan
- An optional (may be null) deployment plan for this application.
The deployment plan is a serialized version of a
DeploymentConfiguration
object.java.lang.IllegalStateException
- If not currently connected.
All other errors are reported via the returned ProgressObject.java.lang.UnsupportedOperationException
void release()
release
in interface javax.enterprise.deploy.spi.DeploymentManager
java.util.Locale getDefaultLocale()
getDefaultLocale
in interface javax.enterprise.deploy.spi.DeploymentManager
java.util.Locale getCurrentLocale()
getCurrentLocale
in interface javax.enterprise.deploy.spi.DeploymentManager
void setLocale(java.util.Locale locale) throws java.lang.UnsupportedOperationException
setLocale
in interface javax.enterprise.deploy.spi.DeploymentManager
java.lang.UnsupportedOperationException
- If the locale is not supported by the JVM.Locale.getAvailableLocales()
java.util.Locale[] getSupportedLocales()
getSupportedLocales
in interface javax.enterprise.deploy.spi.DeploymentManager
Locale.getAvailableLocales()
boolean isLocaleSupported(java.util.Locale locale)
isLocaleSupported
in interface javax.enterprise.deploy.spi.DeploymentManager
Locale.getAvailableLocales()
javax.enterprise.deploy.shared.DConfigBeanVersionType getDConfigBeanVersion()
getDConfigBeanVersion
in interface javax.enterprise.deploy.spi.DeploymentManager
boolean isDConfigBeanVersionSupported(javax.enterprise.deploy.shared.DConfigBeanVersionType version)
isDConfigBeanVersionSupported
in interface javax.enterprise.deploy.spi.DeploymentManager
void setDConfigBeanVersion(javax.enterprise.deploy.shared.DConfigBeanVersionType version) throws javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException
setDConfigBeanVersion
in interface javax.enterprise.deploy.spi.DeploymentManager
javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException
- If the platform is not supported.java.lang.String confirmApplicationName(boolean isRedeployment, java.lang.String appSource, java.lang.String altAppDescriptor, java.lang.String tentativeName, java.lang.String tentativeApplicationId) throws java.lang.RuntimeException
isRedeployment
- should be true in the case where this function
is called for a redeployment.appSource
- is a the path to the application.an
- optional alternate deployment descriptortentativeName
- The name proposed for the application
(provided by the user, or through the manifest).
Null if no name was specified by the user or through the manifest.tentativeApplicationId
- The tentative application ID. May only be null if the
application is not versioned. If tentativeName is null and
the application is versioned, this should be just the version
string (which includes both the implementation and
specification versions).java.lang.RuntimeException
java.lang.String confirmApplicationName(boolean isRedeployment, java.io.File appSource, java.io.File altAppDescriptor, java.lang.String tentativeName, java.lang.String tentativeApplicationId) throws java.lang.RuntimeException
isRedeployment
- should be true in the case where this function
is called for a redeployment.appSource
- is a the path to the application.an
- optional alternate deployment descriptortentativeName
- The name proposed for the application
(provided by the user, or through the manifest).
Null if no name was specified by the user or through the manifest.tentativeApplicationId
- The tentative application ID. May only be null if the
application is not versioned. If tentativeName is null and
the application is versioned, this should be just the version
string (which includes both the implementation and
specification versions).java.lang.RuntimeException
java.lang.String confirmApplicationName(boolean isRedeployment, java.lang.String appSource, java.lang.String altAppDescriptor, java.lang.String tentativeName, java.lang.String tentativeApplicationId, DeploymentOptions options) throws java.lang.RuntimeException
isRedeployment
- should be true in the case where this function
is called for a redeployment.appSource
- is a the path to the application.an
- optional alternate deployment descriptortentativeName
- The name proposed for the application
(provided by the user, or through the manifest).
Null if no name was specified by the user or through the manifest.tentativeApplicationId
- The tentative application ID. May only be null if the
application is not versioned. If tentativeName is null and
the application is versioned, this should be just the version
string (which includes both the implementation and
specification versions).options
- deployment optionsjava.lang.RuntimeException
java.lang.String confirmApplicationName(boolean isRedeployment, java.io.File appSource, java.io.File altAppDescriptor, java.lang.String tentativeName, java.lang.String tentativeApplicationId, DeploymentOptions options) throws java.lang.RuntimeException
isRedeployment
- should be true in the case where this function
is called for a redeployment.appSource
- is a the path to the application.an
- optional alternate deployment descriptortentativeName
- The name proposed for the application
(provided by the user, or through the manifest).
Null if no name was specified by the user or through the manifest.tentativeApplicationId
- The tentative application ID. May only be null if the
application is not versioned. If tentativeName is null and
the application is versioned, this should be just the version
string (which includes both the implementation and
specification versions).options
- deployment optionsjava.lang.RuntimeException