| Modifier and Type | Method and Description |
|---|---|
void |
HostInformationStore.getServerInstances(String host,
com.google.gwt.user.client.rpc.AsyncCallback<List<ServerInstance>> callback) |
void |
HostInformationStore.loadServerInstances(String serverGroup,
com.google.gwt.user.client.rpc.AsyncCallback<List<ServerInstance>> callback) |
void |
HostInformationStore.updateServerInstance(String host,
Server handle,
com.google.gwt.user.client.rpc.AsyncCallback<ServerInstance> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostInfoStoreImpl.getServerInstances(String host,
com.google.gwt.user.client.rpc.AsyncCallback<List<ServerInstance>> callbackReference) |
void |
HostInfoStoreImpl.loadServerInstances(String serverGroup,
com.google.gwt.user.client.rpc.AsyncCallback<List<ServerInstance>> callback) |
void |
HostInfoStoreImpl.updateServerInstance(String host,
Server handle,
com.google.gwt.user.client.rpc.AsyncCallback<ServerInstance> callback) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerInstance> |
HostInfo.getServerInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostInfo.setServerInstances(List<ServerInstance> serverInstances) |
| Constructor and Description |
|---|
ServerGroupOp(LifecycleOperation op,
LifecycleCallback callback,
DispatchAsync dispatcher,
ServerGroupStore serverGroupStore,
String group,
Map<HostInfo,List<ServerInstance>> serversPerHost) |
| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<ServerInstance> |
CoreBeanFactory.serverInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentStore.loadDeployments(ServerInstance server,
com.google.gwt.user.client.rpc.AsyncCallback<List<DeploymentRecord>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ServerInstance |
DeploymentRecord.getServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentRecord.setServer(ServerInstance server) |
| Modifier and Type | Method and Description |
|---|---|
ServerInstance |
ServerStore.getServerInstance(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerInstance> |
ServerStore.getServerInstances(String host) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.