| Package | Description |
|---|---|
| org.jboss.as.console.client.shared | |
| org.jboss.as.console.client.shared.patching | |
| org.jboss.as.console.client.shared.patching.wizard.rollback |
| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<PatchInfo> |
CoreBeanFactory.patchInfo() |
| Modifier and Type | Method and Description |
|---|---|
PatchInfo |
Patches.find(String patchId) |
PatchInfo |
Patches.getLatest() |
| Modifier and Type | Method and Description |
|---|---|
List<PatchInfo> |
Patches.asList() |
Iterator<PatchInfo> |
Patches.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Patches.add(PatchInfo patchInfo) |
void |
PatchManager.getPatchInfo(PatchInfo patch,
com.google.gwt.user.client.rpc.AsyncCallback<PatchInfo> callback) |
void |
PatchManagementPresenter.launchRollbackWizard(PatchInfo patchInfo) |
void |
PatchManager.rollback(PatchInfo patchInfo,
boolean resetConfiguration,
boolean overrideAll,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchManager.getPatchInfo(PatchInfo patch,
com.google.gwt.user.client.rpc.AsyncCallback<PatchInfo> callback) |
| Constructor and Description |
|---|
RollbackContext(boolean standalone,
String host,
List<String> runningServers,
ModelNode patchAddress,
PatchInfo patchInfo) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.