Uses of Class
org.jboss.hal.core.runtime.host.HostActions
-
Packages that use HostActions Package Description org.jboss.hal.client.installer org.jboss.hal.client.patching org.jboss.hal.client.runtime org.jboss.hal.client.runtime.host org.jboss.hal.core.runtime.host -
-
Uses of HostActions in org.jboss.hal.client.installer
Constructors in org.jboss.hal.client.installer with parameters of type HostActions Constructor Description UpdateManagerHostColumn(Finder finder, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, HostActions hostActions, Resources resources) -
Uses of HostActions in org.jboss.hal.client.patching
Constructors in org.jboss.hal.client.patching with parameters of type HostActions Constructor Description HostPatchesColumn(Finder finder, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, HostActions hostActions, Resources resources)PatchesColumn(Finder finder, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, StatementContext statementContext, Environment environment, HostActions hostActions, MetadataProcessor metadataProcessor, ServerActions serverActions, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, Resources resources) -
Uses of HostActions in org.jboss.hal.client.runtime
Constructors in org.jboss.hal.client.runtime with parameters of type HostActions Constructor Description BrowseByColumn(Finder finder, Environment environment, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, Dispatcher dispatcher, Places places, FinderPathFactory finderPathFactory, HostActions hostActions, ServerGroupActions serverGroupActions, ServerActions serverActions, Resources resources) -
Uses of HostActions in org.jboss.hal.client.runtime.host
Constructors in org.jboss.hal.client.runtime.host with parameters of type HostActions Constructor Description HostColumn(Finder finder, Environment environment, Dispatcher dispatcher, CrudOperations crud, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, HostActions hostActions, Resources resources, MetadataRegistry metadataRegistry)HostDisplay(Host item, HostActions hostActions, Resources resources)HostPreview(Dispatcher dispatcher, HostActions hostActions, Host host, Resources resources) -
Uses of HostActions in org.jboss.hal.core.runtime.host
Methods in org.jboss.hal.core.runtime.host with parameters of type HostActions Modifier and Type Method Description static voidHostPreviewAttributes. refresh(Host host, PreviewAttributes<Host> attributes, HostActions hostActions)
-