public class ServerGroupActions extends Object
| Constructor and Description |
|---|
ServerGroupActions(com.google.web.bindery.event.shared.EventBus eventBus,
Dispatcher dispatcher,
MetadataProcessor metadataProcessor,
javax.inject.Provider<Progress> progress,
ServerActions serverActions,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPending(ServerGroup serverGroup) |
void |
reload(ServerGroup serverGroup) |
void |
restart(ServerGroup serverGroup) |
void |
resume(ServerGroup serverGroup) |
void |
start(ServerGroup serverGroup) |
void |
stop(ServerGroup serverGroup) |
void |
suspend(ServerGroup serverGroup) |
@Inject
public ServerGroupActions(com.google.web.bindery.event.shared.EventBus eventBus,
Dispatcher dispatcher,
MetadataProcessor metadataProcessor,
@Footer
javax.inject.Provider<Progress> progress,
ServerActions serverActions,
Resources resources)
public void reload(ServerGroup serverGroup)
public void restart(ServerGroup serverGroup)
public void suspend(ServerGroup serverGroup)
public void resume(ServerGroup serverGroup)
public void stop(ServerGroup serverGroup)
public void start(ServerGroup serverGroup)
public boolean isPending(ServerGroup serverGroup)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.