|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpgradeManagementMBean
The UpgradeManagementMBean allows the install/uninstall/listing of rolling patch sets.
| Method Summary | |
|---|---|
void |
installRollingPatch(String path)Install a rolling patch. |
List<oracle.axia.platform.upgrade.common.RollingPatch> |
listRollingPatches()List current and previously installed rolling patches. |
BlockingQueue<String> |
retrieveLoggingQueue()Retrieve the log queue for the patch application. |
int |
retrieveRollingPatchBundleCount()Retrieve the number of patched bundles in the current rolling patch. |
void |
rollbackRollingPatch(String rollingPatchVersion)Roll back a given rolling patch. |
void |
rollbackToRollingPatchVersion(String rollingPatchVersion)Roll back to a given version. |
| Method Detail |
|---|
List<oracle.axia.platform.upgrade.common.RollingPatch> listRollingPatches()
void installRollingPatch(String path)
throws IOException
path - The path to the rolling patch zip file to install.IOException - if there is an error during installation
void rollbackRollingPatch(String rollingPatchVersion)
throws IOException
rollingPatchVersion - the version of the rolling patch to roll back/remove.IOException - if there is an error during installation
void rollbackToRollingPatchVersion(String rollingPatchVersion)
throws IOException
rollingPatchVersion - the version of the rolling patch to roll back *to*, e.g. remove all later versions, but not this one.IOException - if there is an error during installationBlockingQueue<String> retrieveLoggingQueue()
int retrieveRollingPatchBundleCount()
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||