public interface InstallationService
| Modifier and Type | Method and Description |
|---|---|
String |
installComponent(String zipFilePath,
Properties paramProps,
String targetName)
installs component (service engine, binding component)
|
Map<String,String> |
installComponent(String zipFilePath,
Properties paramProps,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
installComponent(String zipFilePath,
String targetName)
installs component (service engine, binding component)
|
Map<String,String> |
installComponent(String zipFilePath,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
installComponentFromDomain(String componentName,
Properties properties,
String targetName)
installs component (service engine, binding component) from the domain
target
|
Map<String,String> |
installComponentFromDomain(String componentName,
Properties properties,
String[] targetNames)
installs component from Domain( service engine, binding component)
|
String |
installComponentFromDomain(String componentName,
String targetName)
installs component (service engine, binding component) from the domain
target
|
Map<String,String> |
installComponentFromDomain(String componentName,
String[] targetNames)
installs component from Domain( service engine, binding component)
|
String |
installSharedLibrary(String zipFilePath,
String targetName)
installs shared library
|
Map<String,String> |
installSharedLibrary(String zipFilePath,
String[] targetNames)
installs shared library
|
String |
installSharedLibraryFromDomain(String libraryName,
String targetName)
installs shared library from domain target
|
Map<String,String> |
installSharedLibraryFromDomain(String libraryName,
String[] targetNames)
installs shared library
|
String |
uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls component (service engine, binding component) with option to
retain in domain target and option to forcibly remove from specified
target
|
Map<String,String> |
uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
uninstallComponent(String componentName,
boolean forceDelete,
String targetName)
uninstalls component (service engine, binding component) with forcibly
remove option
|
Map<String,String> |
uninstallComponent(String componentName,
boolean forceDelete,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
uninstallComponent(String componentName,
String targetName)
uninstalls component (service engine, binding component)
|
Map<String,String> |
uninstallComponent(String componentName,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls shared library with option to retain in domain target and
option to forcibly remove from specified target
|
Map<String,String> |
uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls shared library
|
String |
uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String targetName)
uninstalls shared library with option to forcibly remove
|
Map<String,String> |
uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String[] targetNames)
uninstalls shared library
|
String |
uninstallSharedLibrary(String sharedLibraryName,
String targetName)
uninstalls shared library
|
Map<String,String> |
uninstallSharedLibrary(String sharedLibraryName,
String[] targetNames)
uninstalls shared library
|
String |
upgradeComponent(String componentName,
String zipFilePath)
upgrades component (service engine, binding component) Upgrades a
component in a way that actually involves the component.
|
String installComponent(String zipFilePath, Properties paramProps, String targetName) throws ManagementRemoteException
paramProps - Properties object contains name/value pair.zipFilePath - archive file in a zip formattargetName - name of the target for this operationManagementRemoteException - on errorString installComponent(String zipFilePath, String targetName) throws ManagementRemoteException
zipFilePath - archive file in a zip formattargetName - name of the target for this operationManagementRemoteException - on errorString installComponentFromDomain(String componentName, Properties properties, String targetName) throws ManagementRemoteException
componentName - name of the component.component - configuration propertiestargetName - name of the target for this operationManagementRemoteException - on errorString installComponentFromDomain(String componentName, String targetName) throws ManagementRemoteException
componentName - name of the component.targetName - name of the target for this operationManagementRemoteException - on errorString installSharedLibrary(String zipFilePath, String targetName) throws ManagementRemoteException
zipFilePath - archive file in a zip formattargetName - name of the target for this operationManagementRemoteException - on errorString installSharedLibraryFromDomain(String libraryName, String targetName) throws ManagementRemoteException
libraryName - Shared Library NametargetName - name of the target for this operationManagementRemoteException - on errorString uninstallComponent(String componentName, boolean forceDelete, boolean retainInDomain, String targetName) throws ManagementRemoteException
componentName - name of the componentforceDelete - true to delete, false to notretainInDomain - true to not delete it from the domain target, false to also
delete it from the domain target.targetName - name of the target for this operationManagementRemoteException - on errorString uninstallComponent(String componentName, boolean forceDelete, String targetName) throws ManagementRemoteException
componentName - name of the componentforceDelete - true to delete, false to nottargetName - name of the target for this operationManagementRemoteException - on errorString uninstallComponent(String componentName, String targetName) throws ManagementRemoteException
componentName - name of the componenttargetName - name of the target for this operationManagementRemoteException - on errorString uninstallSharedLibrary(String sharedLibraryName, boolean forceDelete, boolean retainInDomain, String targetName) throws ManagementRemoteException
sharedLibraryName - name of the shared libraryforceDelete - true to delete, false to notretainInDomain - true to not delete it from the domain target, false to also
delete it from the domain target.targetName - name of the target for this operationManagementRemoteException - on errorString uninstallSharedLibrary(String sharedLibraryName, boolean forceDelete, String targetName) throws ManagementRemoteException
sharedLibraryName - name of the shared libraryforceDelete - true to delete, false to nottargetName - name of the target for this operationManagementRemoteException - on errorString uninstallSharedLibrary(String sharedLibraryName, String targetName) throws ManagementRemoteException
sharedLibraryName - name of the shared librarytargetName - name of the target for this operationManagementRemoteException - on errorString upgradeComponent(String componentName, String zipFilePath) throws ManagementRemoteException
componentName - Name of the component to update.zipFilePath - archive file in a zip formatManagementRemoteException - on errorMap<String,String> installComponent(String zipFilePath, Properties paramProps, String[] targetNames) throws ManagementRemoteException
paramProps - Properties object contains name/value pair.zipFilePath - archive file in a zip formattargetNames - ManagementRemoteException - on errorMap<String,String> installComponent(String zipFilePath, String[] targetNames) throws ManagementRemoteException
paramProps - Properties object contains name/value pair.zipFilePath - archive file in a zip formattargetNames - ManagementRemoteException - on errorMap<String,String> installSharedLibrary(String zipFilePath, String[] targetNames) throws ManagementRemoteException
zipFilePath - archive file in a zip formattargetNames - ManagementRemoteException - on errorMap<String,String> uninstallComponent(String componentName, String[] targetNames) throws ManagementRemoteException
componentName - name of the componenttargetNames - ManagementRemoteException - on errorMap<String,String> uninstallSharedLibrary(String sharedLibraryName, String[] targetNames) throws ManagementRemoteException
sharedLibraryName - name of the shared librarytargetNames - ManagementRemoteException - on errorMap<String,String> installComponentFromDomain(String componentName, String[] targetNames) throws ManagementRemoteException
componentName - name of the componenttargetNames - array of targets for this operationManagementRemoteException - on errorMap<String,String> installComponentFromDomain(String componentName, Properties properties, String[] targetNames) throws ManagementRemoteException
componentName - name of the componentproperties - configuration propertiestargetNames - array of targets for this operationManagementRemoteException - on errorMap<String,String> uninstallComponent(String componentName, boolean forceDelete, String[] targetNames) throws ManagementRemoteException
componentName - name of the componentforceDelete - true to delete, false to nottargetName - name of the target for this operationManagementRemoteException - on errorMap<String,String> installSharedLibraryFromDomain(String libraryName, String[] targetNames) throws ManagementRemoteException
libraryName - name of the librarytargetName - name of the target for this operationManagementRemoteException - on errorMap<String,String> uninstallSharedLibrary(String sharedLibraryName, boolean forceDelete, String[] targetNames) throws ManagementRemoteException
sharedLibraryName - name of the shared libraryforceDelete - true to delete, false to nottargetName - name of the target for this operationManagementRemoteException - on errorMap<String,String> uninstallComponent(String componentName, boolean forceDelete, boolean retainInDomain, String[] targetNames) throws ManagementRemoteException
componentName - name of the componentforceDelete - true to delete, false to notretainInDomain - true to not delete it from the domain target, false to also
delete it from the domain target.targetNames - array of targets for this operationManagementRemoteException - on errorMap<String,String> uninstallSharedLibrary(String sharedLibraryName, boolean forceDelete, boolean retainInDomain, String[] targetNames) throws ManagementRemoteException
sharedLibraryName - name of the shared libraryforceDelete - true to delete, false to notretainInDomain - true to not delete it from the domain target, false to also
delete it from the domain target.targetNames - array of targets for this operationManagementRemoteException - on errorCopyright © 2011-2016 OpenESB Community. All Rights Reserved.