public class PatchManager extends Object
| Constructor and Description |
|---|
PatchManager(DispatchAsync dispatcher,
BootstrapContext bootstrapContext,
HostStore hostStore,
BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
getDomainPatches(com.google.gwt.user.client.rpc.AsyncCallback<List<Patches>> callback) |
void |
getPatchInfo(PatchInfo patch,
com.google.gwt.user.client.rpc.AsyncCallback<PatchInfo> callback) |
void |
getPatchOfHost(String host,
com.google.gwt.user.client.rpc.AsyncCallback<Patches> callback) |
void |
getStandalonePatches(com.google.gwt.user.client.rpc.AsyncCallback<Patches> callback) |
void |
rollback(PatchInfo patchInfo,
boolean resetConfiguration,
boolean overrideAll,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
@Inject public PatchManager(DispatchAsync dispatcher, BootstrapContext bootstrapContext, HostStore hostStore, BeanFactory beanFactory)
public void getDomainPatches(com.google.gwt.user.client.rpc.AsyncCallback<List<Patches>> callback)
public void getStandalonePatches(com.google.gwt.user.client.rpc.AsyncCallback<Patches> callback)
public void getPatchOfHost(String host, com.google.gwt.user.client.rpc.AsyncCallback<Patches> callback)
public void getPatchInfo(PatchInfo patch, com.google.gwt.user.client.rpc.AsyncCallback<PatchInfo> callback)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.