public class ServerStore
extends org.jboss.gwt.circuit.ChangeSupport
| Constructor and Description |
|---|
ServerStore(HostStore hostStore,
HostInformationStore hostInfo,
DispatchAsync dispatcher,
ApplicationMetaData propertyMetaData) |
| Modifier and Type | Method and Description |
|---|---|
ServerInstance |
getServerInstance(String name) |
List<ServerInstance> |
getServerInstances(String host) |
List<Server> |
getServerModel(String host) |
void |
init(String hostName,
com.google.gwt.user.client.rpc.AsyncCallback<List<Server>> callback) |
void |
onAddServer(Server server,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
onRefresh(org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
onRemoveServer(Server server,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
onSaveCopy(String targetHost,
Server original,
Server newServer,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
onSelectHost(String hostName,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
onUpdateServer(Server server,
Map<String,Object> changedValues,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
@Inject public ServerStore(HostStore hostStore, HostInformationStore hostInfo, DispatchAsync dispatcher, ApplicationMetaData propertyMetaData)
public void init(String hostName, com.google.gwt.user.client.rpc.AsyncCallback<List<Server>> callback)
public void onSelectHost(String hostName, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void onRefresh(org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void onAddServer(Server server, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void onRemoveServer(Server server, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void onUpdateServer(Server server, Map<String,Object> changedValues, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void onSaveCopy(String targetHost, Server original, Server newServer, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public ServerInstance getServerInstance(String name)
public List<ServerInstance> getServerInstances(String host)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.