public class HostInfoStoreImpl extends Object implements HostInformationStore
| Constructor and Description |
|---|
HostInfoStoreImpl(DispatchAsync dispatcher,
BeanFactory factory,
ApplicationMetaData propertyMeta) |
| Modifier and Type | Method and Description |
|---|---|
void |
createServerConfig(String host,
Server record,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
deleteServerConfig(String host,
Server record,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
getHosts(com.google.gwt.user.client.rpc.AsyncCallback<List<Host>> callback) |
void |
getServerConfiguration(String host,
String server,
com.google.gwt.user.client.rpc.AsyncCallback<Server> callback) |
void |
getServerConfigurations(String host,
com.google.gwt.user.client.rpc.AsyncCallback<List<Server>> callback) |
void |
getServerInstances(String host,
com.google.gwt.user.client.rpc.AsyncCallback<List<ServerInstance>> callbackReference) |
void |
getVirtualMachines(String host,
com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback) |
void |
killServer(String host,
String configName,
boolean destroyIt,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
loadHostsAndServerInstances(com.google.gwt.user.client.rpc.AsyncCallback<List<HostInfo>> callback) |
void |
loadJVMConfiguration(String host,
Server server,
com.google.gwt.user.client.rpc.AsyncCallback<Jvm> callback) |
void |
loadProperties(String host,
Server server,
com.google.gwt.user.client.rpc.AsyncCallback<List<PropertyRecord>> callback) |
void |
loadServerInstances(String serverGroup,
com.google.gwt.user.client.rpc.AsyncCallback<List<ServerInstance>> callback) |
void |
reloadServer(String host,
String configName,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
saveServerConfig(String host,
String name,
Map<String,Object> changedValues,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Deprecated.
|
void |
startServer(String host,
String configName,
boolean startIt,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
updateServerInstance(String host,
Server handle,
com.google.gwt.user.client.rpc.AsyncCallback<ServerInstance> callback) |
@Inject public HostInfoStoreImpl(DispatchAsync dispatcher, BeanFactory factory, ApplicationMetaData propertyMeta)
public void getHosts(com.google.gwt.user.client.rpc.AsyncCallback<List<Host>> callback)
getHosts in interface HostInformationStorepublic void loadHostsAndServerInstances(com.google.gwt.user.client.rpc.AsyncCallback<List<HostInfo>> callback)
loadHostsAndServerInstances in interface HostInformationStorepublic void loadServerInstances(String serverGroup, com.google.gwt.user.client.rpc.AsyncCallback<List<ServerInstance>> callback)
loadServerInstances in interface HostInformationStorepublic void getServerConfigurations(String host, com.google.gwt.user.client.rpc.AsyncCallback<List<Server>> callback)
getServerConfigurations in interface HostInformationStorepublic void getServerConfiguration(String host, String server, com.google.gwt.user.client.rpc.AsyncCallback<Server> callback)
getServerConfiguration in interface HostInformationStorepublic void getVirtualMachines(String host, com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
getVirtualMachines in interface HostInformationStorepublic void getServerInstances(String host, com.google.gwt.user.client.rpc.AsyncCallback<List<ServerInstance>> callbackReference)
getServerInstances in interface HostInformationStorepublic void updateServerInstance(String host, Server handle, com.google.gwt.user.client.rpc.AsyncCallback<ServerInstance> callback)
updateServerInstance in interface HostInformationStorepublic void startServer(String host, String configName, boolean startIt, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
startServer in interface HostInformationStorepublic void killServer(String host, String configName, boolean destroyIt, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
killServer in interface HostInformationStorepublic void reloadServer(String host, String configName, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
reloadServer in interface HostInformationStorepublic void createServerConfig(String host, Server record, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
createServerConfig in interface HostInformationStore@Deprecated public void saveServerConfig(String host, String name, Map<String,Object> changedValues, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
saveServerConfig in interface HostInformationStorepublic void deleteServerConfig(String host, Server record, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
deleteServerConfig in interface HostInformationStorepublic void loadJVMConfiguration(String host, Server server, com.google.gwt.user.client.rpc.AsyncCallback<Jvm> callback)
loadJVMConfiguration in interface HostInformationStorepublic void loadProperties(String host, Server server, com.google.gwt.user.client.rpc.AsyncCallback<List<PropertyRecord>> callback)
loadProperties in interface HostInformationStoreCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.