| Modifier and Type | Method and Description |
|---|---|
List<Server> |
CurrentServerConfigurations.getServerConfigs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfigPresenter.createServerConfig(Server newServer) |
void |
ServerConfigPresenter.loadJVMConfiguration(Server server) |
void |
ServerConfigPresenter.loadPorts(Server server) |
void |
ServerConfigPresenter.loadProperties(Server server) |
void |
ServerConfigPresenter.onLaunchCopyWizard(Server orig) |
void |
ServerConfigPresenter.onSaveChanges(Server entity,
Map<String,Object> changedValues) |
void |
ServerConfigPresenter.onSaveCopy(String targetHost,
Server original,
Server newServer) |
void |
ServerConfigPresenter.onServerConfigSelectionChanged(Server server) |
void |
ServerConfigView.setPorts(String socketBinding,
Server server,
List<SocketBinding> sockets) |
void |
ServerConfigPresenter.MyView.setPorts(String socketBinding,
Server selectedRecord,
List<SocketBinding> result) |
void |
PortsView.setPorts(String socketBinding,
Server selectedRecord,
List<SocketBinding> sockets) |
void |
ServerConfigPresenter.tryDelete(Server server) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfigView.setConfigurations(String selectedHost,
List<Server> serverModel) |
void |
ServerConfigPresenter.MyView.setConfigurations(String selectedHost,
List<Server> serverModel) |
void |
CurrentServerConfigurations.setServerConfigs(List<Server> serverConfigs) |
| Constructor and Description |
|---|
CopyServerWizard(ServerConfigPresenter presenter,
Server orig,
List<Host> hosts,
String currentHost) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostInformationStore.createServerConfig(String host,
Server newServer,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
HostInformationStore.deleteServerConfig(String selectedHost,
Server selectedRecord,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> asyncCallback) |
void |
HostInformationStore.loadJVMConfiguration(String host,
Server server,
com.google.gwt.user.client.rpc.AsyncCallback<Jvm> callback) |
void |
HostInformationStore.loadProperties(String host,
Server server,
com.google.gwt.user.client.rpc.AsyncCallback<List<PropertyRecord>> callback) |
void |
HostInformationStore.updateServerInstance(String host,
Server handle,
com.google.gwt.user.client.rpc.AsyncCallback<ServerInstance> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostInformationStore.getServerConfiguration(String host,
String server,
com.google.gwt.user.client.rpc.AsyncCallback<Server> callback) |
void |
HostInformationStore.getServerConfigurations(String name,
com.google.gwt.user.client.rpc.AsyncCallback<List<Server>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostInfoStoreImpl.createServerConfig(String host,
Server record,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
HostInfoStoreImpl.deleteServerConfig(String host,
Server record,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
HostInfoStoreImpl.loadJVMConfiguration(String host,
Server server,
com.google.gwt.user.client.rpc.AsyncCallback<Jvm> callback) |
void |
HostInfoStoreImpl.loadProperties(String host,
Server server,
com.google.gwt.user.client.rpc.AsyncCallback<List<PropertyRecord>> callback) |
void |
HostInfoStoreImpl.updateServerInstance(String host,
Server handle,
com.google.gwt.user.client.rpc.AsyncCallback<ServerInstance> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostInfoStoreImpl.getServerConfiguration(String host,
String server,
com.google.gwt.user.client.rpc.AsyncCallback<Server> callback) |
void |
HostInfoStoreImpl.getServerConfigurations(String host,
com.google.gwt.user.client.rpc.AsyncCallback<List<Server>> callback) |
| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<Server> |
CoreBeanFactory.server() |
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
ServerStore.getServerModel(String host) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerStore.onAddServer(Server server,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
ServerStore.onRemoveServer(Server server,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
HostStore.onRemoveServer(Server server,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
ServerStore.onSaveCopy(String targetHost,
Server original,
Server newServer,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
ServerStore.onUpdateServer(Server server,
Map<String,Object> changedValues,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerStore.init(String hostName,
com.google.gwt.user.client.rpc.AsyncCallback<List<Server>> callback) |
| Modifier and Type | Method and Description |
|---|---|
Server |
CopyServer.getNewServer() |
Server |
CopyServer.getOriginal() |
Server |
UpdateServer.getServer() |
Server |
RemoveServer.getServer() |
Server |
AddServer.getServer() |
| Constructor and Description |
|---|
AddServer(Server server) |
CopyServer(String targetHost,
Server original,
Server newServer) |
RemoveServer(Server server) |
UpdateServer(Server server,
Map<String,Object> changedValues) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.