public class HostControllerRegistrationHandler extends Object implements ManagementRequestHandlerFactory
ManagementRequestHandlerFactory
based on the version of the host-controller registering.Modifier and Type | Class and Description |
---|---|
static interface |
HostControllerRegistrationHandler.OperationExecutor
Wrapper to the DomainController and the underlying
ModelController to execute
a OperationStepHandler implementation directly, bypassing normal domain coordination layer. |
ManagementRequestHandlerFactory.RequestHandlerChain
Constructor and Description |
---|
HostControllerRegistrationHandler(ManagementChannelHandler handler,
DomainController domainController,
HostControllerRegistrationHandler.OperationExecutor operationExecutor,
Executor registrations,
HostRegistrations slaveHostRegistrations,
DomainHostExcludeRegistry domainHostExcludeRegistry) |
Modifier and Type | Method and Description |
---|---|
ManagementRequestHandler<?,?> |
resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain handlers,
ManagementRequestHeader header)
Try to resolve the request handler for the give header.
|
public HostControllerRegistrationHandler(ManagementChannelHandler handler, DomainController domainController, HostControllerRegistrationHandler.OperationExecutor operationExecutor, Executor registrations, HostRegistrations slaveHostRegistrations, DomainHostExcludeRegistry domainHostExcludeRegistry)
public ManagementRequestHandler<?,?> resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain handlers, ManagementRequestHeader header)
ManagementRequestHandlerFactory
resolveHandler
in interface ManagementRequestHandlerFactory
handlers
- the handlers chainheader
- the request headerCopyright © 2023 JBoss by Red Hat. All rights reserved.