| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroupPresenter.createNewGroup(ServerGroupRecord newGroup) |
void |
ServerGroupPresenter.launchCopyWizard(ServerGroupRecord orig) |
void |
ServerGroupPresenter.loadJVMConfiguration(ServerGroupRecord group) |
void |
ServerGroupPresenter.loadProperties(ServerGroupRecord group) |
void |
ServerGroupPresenter.onDeleteGroup(ServerGroupRecord group) |
void |
ServerGroupPresenter.onSaveChanges(ServerGroupRecord group,
Map<String,Object> changeset) |
void |
ServerGroupPresenter.onSaveCopy(ServerGroupRecord orig,
ServerGroupRecord newGroup) |
void |
ServerGroupCell.render(com.google.gwt.cell.client.Cell.Context context,
ServerGroupRecord groupRecord,
com.google.gwt.safehtml.shared.SafeHtmlBuilder safeHtmlBuilder) |
void |
ServerGroupView.setJvm(ServerGroupRecord group,
Jvm jvm) |
void |
ServerGroupPresenter.MyView.setJvm(ServerGroupRecord group,
Jvm jvm) |
void |
ServerGroupView.setProperties(ServerGroupRecord group,
List<PropertyRecord> properties) |
void |
ServerGroupPresenter.MyView.setProperties(ServerGroupRecord group,
List<PropertyRecord> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroupDetails.bind(org.jboss.ballroom.client.widgets.tables.DefaultCellTable<ServerGroupRecord> serverGroupTable) |
void |
ServerGroupView.setServerGroups(List<ServerGroupRecord> groups) |
void |
ServerGroupPresenter.MyView.setServerGroups(List<ServerGroupRecord> groups) |
| Constructor and Description |
|---|
CopyGroupWizard(ServerGroupPresenter presenter,
ServerGroupRecord orig) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroupRecord> |
DomainDeploymentPresenter.getPossibleGroupAssignments(DeploymentRecord record) |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainDeploymentPresenter.launchAssignDeploymentToGroupWizard(ServerGroupRecord serverGroup) |
void |
DomainDeploymentPresenter.onAssignDeployments(ServerGroupRecord serverGroup,
Set<DeploymentRecord> selectedSet) |
void |
ServerGroupDeploymentBrowser.updateGroup(ServerGroupRecord serverGroup,
List<DeploymentRecord> deployments) |
| Constructor and Description |
|---|
AssignToGroupWizard(DomainDeploymentPresenter presenter,
List<DeploymentRecord> availableDeployments,
ServerGroupRecord serverGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfigDetails.setAvailableGroups(List<ServerGroupRecord> result) |
void |
ServerConfigView.setGroups(List<ServerGroupRecord> result) |
void |
ServerConfigPresenter.MyView.setGroups(List<ServerGroupRecord> result) |
| Constructor and Description |
|---|
NewServerConfigWizard(ServerConfigPresenter presenter,
List<ServerGroupRecord> serverGroups) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroupStore.create(ServerGroupRecord record,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
ServerGroupStore.delete(ServerGroupRecord selectedRecord,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
ServerGroupStore.loadJVMConfiguration(ServerGroupRecord group,
com.google.gwt.user.client.rpc.AsyncCallback<Jvm> callback) |
void |
ServerGroupStore.loadProperties(ServerGroupRecord group,
com.google.gwt.user.client.rpc.AsyncCallback<List<PropertyRecord>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroupStore.loadServerGroup(String name,
com.google.gwt.user.client.rpc.AsyncCallback<ServerGroupRecord> callback) |
void |
ServerGroupStore.loadServerGroups(com.google.gwt.user.client.rpc.AsyncCallback<List<ServerGroupRecord>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroupStoreImpl.create(ServerGroupRecord record,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
ServerGroupStoreImpl.delete(ServerGroupRecord record,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
ServerGroupStoreImpl.loadJVMConfiguration(ServerGroupRecord group,
com.google.gwt.user.client.rpc.AsyncCallback<Jvm> callback) |
void |
ServerGroupStoreImpl.loadProperties(ServerGroupRecord group,
com.google.gwt.user.client.rpc.AsyncCallback<List<PropertyRecord>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroupStoreImpl.loadServerGroup(String name,
com.google.gwt.user.client.rpc.AsyncCallback<ServerGroupRecord> callback) |
void |
ServerGroupStoreImpl.loadServerGroups(com.google.gwt.user.client.rpc.AsyncCallback<List<ServerGroupRecord>> callback) |
| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<ServerGroupRecord> |
CoreBeanFactory.serverGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroupRecord> |
DeployCommandExecutor.getPossibleGroupAssignments(DeploymentRecord record)
Get the server groups that a deployment might be assigned to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroupRecord> |
ContentRepository.getPossibleServerGroupAssignments(DeploymentRecord deployment) |
List<ServerGroupRecord> |
ContentRepository.getServerGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentRepository.addServerGroup(ServerGroupRecord serverGroup) |
List<DeploymentRecord> |
ContentRepository.getDeployments(ServerGroupRecord serverGroup) |
List<DeploymentRecord> |
ContentRepository.getPossibleServerGroupAssignments(ServerGroupRecord serverGroup) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroupRecord> |
StandaloneDeploymentPresenter.getPossibleGroupAssignments(DeploymentRecord record) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.