| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentStore.addToServerGroups(Set<String> serverGroups,
boolean enable,
DeploymentRecord deploymentRecord,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback) |
void |
DeploymentStore.enableDisableDeployment(DeploymentRecord deployment,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback) |
void |
DeploymentStore.removeContent(DeploymentRecord deploymentRecord,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback) |
void |
DeploymentStore.removeDeploymentFromGroup(DeploymentRecord deployment,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionCallback.onSuccess(DMRResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static ResponseWrapper<Boolean> |
ModelAdapter.wrapBooleanResponse(DMRResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDMRResponseHandler.onSuccess(DMRResponse result) |
| Modifier and Type | Method and Description |
|---|---|
void |
DmrCallback.onSuccess(DMRResponse result) |
| Modifier and Type | Method and Description |
|---|---|
DMRResponse |
DMRCache.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
DMRCache.put(String key,
DMRResponse response) |
| Modifier and Type | Method and Description |
|---|---|
DispatchRequest |
DMRHandler.undo(DMRAction action,
DMRResponse result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
DispatchRequest |
DMRHandler.execute(DMRAction action,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> resultCallback,
Map<String,String> properties) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.