Methods' Details |
getContext
- Description
- returns the underlying deployment context.
- Returns
-
underlying deployment context
|
|
getSupportedPackageTypes
|
createAbortChannel
- Description
- creates a command channel to be used to asynchronously abort a command.
- Returns
-
abort channel
|
|
addPackage
- Description
- adds an UNO package.
- Parameter url
-
package URL, must be UCB conform
- Parameter mediaType
-
media-type of package, empty string if to be detected
- Parameter xAbortChannel
-
abort channel to asynchronously abort the adding process,
or null
- Parameter xCmdEnv
-
command environment for error and progress handling
- Returns
-
XPackage handle
|
|
removePackage
- Description
- removes an UNO package.
- Parameter name
-
package name (not URL)
- Parameter xAbortChannel
-
abort channel to asynchronously abort the removing process,
or null
- Parameter xCmdEnv
-
command environment for error and progress handling
|
|
getDeployedPackage
- Description
- gets a deployed package.
- Parameter name
-
package name (an URL is NOT allowed!)
- Parameter xCmdEnv
-
command environment for error and progress handling
- Returns
-
XPackage handle
|
|
getDeployedPackages
- Description
- gets all currently deployed packages.
- Parameter xAbortChannel
-
abort channel to asynchronously abort the removing process,
or null
- Parameter xCmdEnv
-
command environment for error and progress handling
- Returns
-
all currently deployed packages
|
|
reinstallDeployedPackages
- Description
- Expert feature: erases the underlying registry cache and reinstalls
all previously added packages. Please keep in mind that all
registration status get lost.
Please use this in case of suspected cache inconsistencies only.
- Parameter xAbortChannel
-
abort channel to asynchronously abort the adding process
- Parameter xCmdEnv
-
command environment for error and progress handling
|
|
Copyright © 2003 Sun Microsystems, Inc.