| com.sun.esb.management.base.services.BaseServiceImpl com.sun.esb.management.impl.installation.InstallationServiceImpl
Method Summary | |
public String | installComponent(String zipFilePath, Properties paramProps, String targetName) | public String | installComponent(String zipFilePath, String targetName) | public Map<String, String> | installComponent(String zipFilePath, Properties paramProps, String[] targetNames) | public Map<String, String> | installComponent(String zipFilePath, String[] targetNames) | public String | installComponentFromDomain(String componentName, Properties properties, String targetName) | public String | installComponentFromDomain(String componentName, String targetName) | public Map<String, String> | installComponentFromDomain(String componentName, String[] targetNames) | public Map<String, String> | installComponentFromDomain(String componentName, Properties properties, String[] targetNames) | public String | installSharedLibrary(String zipFilePath, String targetName) | public Map<String, String> | installSharedLibrary(String zipFilePath, String[] targetNames) | public String | installSharedLibraryFromDomain(String libraryName, String targetName) | public Map<String, String> | installSharedLibraryFromDomain(String libraryName, String[] targetNames) | public static void | main(String[] args) | public String | uninstallComponent(String componentName, boolean forceDelete, boolean retainInDomain, String targetName) | public String | uninstallComponent(String componentName, boolean forceDelete, String targetName) | public String | uninstallComponent(String componentName, String targetName) | public Map<String, String> | uninstallComponent(String componentName, String[] targetNames) | public Map<String, String> | uninstallComponent(String componentName, boolean forceDelete, String[] targetNames) | public Map<String, String> | uninstallComponent(String componentName, boolean forceDelete, boolean retainInDomain, String[] targetNames) | public String | uninstallSharedLibrary(String sharedLibraryName, boolean forceDelete, boolean retainInDomain, String targetName) | public String | uninstallSharedLibrary(String sharedLibraryName, boolean forceDelete, String targetName) | public String | uninstallSharedLibrary(String sharedLibraryName, String targetName) | public Map<String, String> | uninstallSharedLibrary(String sharedLibraryName, String[] targetNames) | public Map<String, String> | uninstallSharedLibrary(String sharedLibraryName, boolean forceDelete, String[] targetNames) | public Map<String, String> | uninstallSharedLibrary(String sharedLibraryName, boolean forceDelete, boolean retainInDomain, String[] targetNames) | public String | upgradeComponent(String componentName, String zipFilePath) upgrades component (service engine, binding component) Upgrades a
component in a way that actually involves the component. |
serialVersionUID | final static long serialVersionUID(Code) | | |
InstallationServiceImpl | public InstallationServiceImpl()(Code) | | Constructor - Constructs a new instance of InstallationServiceImpl
|
InstallationServiceImpl | public InstallationServiceImpl(MBeanServerConnection serverConnection)(Code) | | Constructor - Constructs a new instance of InstallationServiceImpl
Parameters: serverConnection - |
InstallationServiceImpl | public InstallationServiceImpl(MBeanServerConnection serverConnection, boolean isRemoteConnection)(Code) | | Constructor - Constructs a new instance of InstallationServiceImpl
Parameters: serverConnection - Parameters: isRemoteConnection - |
main | public static void main(String[] args)(Code) | | Parameters: args - |
upgradeComponent | public String upgradeComponent(String componentName, String zipFilePath) throws ManagementRemoteException(Code) | | upgrades component (service engine, binding component) Upgrades a
component in a way that actually involves the component. During the
upgrade processing, the component's implementation of the new upgrade SPI
will be invoked to give the component the opportunity to perform any
special processing necessary to complete the upgrade. Components which do
not provide an implementation of the upgrade SPI can still be updated
using the updateComponent API.
Also, in the upgrade implementation, changes in the component's
installation descriptor will be allowed, with the exception of the
component name (for obvious reasons). This allows new shared library
dependencies, changes to the class names of the component's SPI
implementations, and changes to the component's class loading preferences
(class path and class loading order). These changes are allowed
regardless of whether or not the component provides an implementation of
the new upgrade SPI.
Parameters: componentName - Name of the component to update. Parameters: zipFilePath - archive file in a zip format The name of the component if successful throws: ManagementRemoteException - on error See Also: com.sun.esb.management.api.installation.InstallationService.upgradeComponent(java.lang.Stringjava.lang.String) |
Fields inherited from com.sun.esb.management.base.services.BaseServiceImpl | protected Object mLastUploadId(Code)(Java Doc)
|
|
|