Package org.jboss.hal.core.runtime.group
Class ServerGroupActions
- java.lang.Object
-
- org.jboss.hal.core.runtime.group.ServerGroupActions
-
public class ServerGroupActions extends Object
TODO Fire events for the servers of a server group as well.
-
-
Constructor Summary
Constructors Constructor Description ServerGroupActions(com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, MetadataProcessor metadataProcessor, javax.inject.Provider<Progress> progress, ServerActions serverActions, Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopy(ServerGroup serverGroup, FormItemValidation<String> nameItemValidator)voiddestroy(ServerGroup serverGroup)booleanisPending(ServerGroup serverGroup)voidkill(ServerGroup serverGroup)voidreload(ServerGroup serverGroup)voidremove(ServerGroup serverGroup)voidrestart(ServerGroup serverGroup)voidresume(ServerGroup serverGroup)voidstart(ServerGroup serverGroup)voidstartInSuspendedMode(ServerGroup serverGroup)voidstop(ServerGroup serverGroup)voidsuspend(ServerGroup serverGroup)
-
-
-
Constructor Detail
-
ServerGroupActions
@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)
-
-
Method Detail
-
reload
public void reload(ServerGroup serverGroup)
-
restart
public void restart(ServerGroup serverGroup)
-
suspend
public void suspend(ServerGroup serverGroup)
-
resume
public void resume(ServerGroup serverGroup)
-
stop
public void stop(ServerGroup serverGroup)
-
start
public void start(ServerGroup serverGroup)
-
startInSuspendedMode
public void startInSuspendedMode(ServerGroup serverGroup)
-
destroy
public void destroy(ServerGroup serverGroup)
-
kill
public void kill(ServerGroup serverGroup)
-
remove
public void remove(ServerGroup serverGroup)
-
copy
public void copy(ServerGroup serverGroup, FormItemValidation<String> nameItemValidator)
-
isPending
public boolean isPending(ServerGroup serverGroup)
-
-