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) |
| Modifier and Type | Method and Description |
|---|---|
ManagementRequestHandler<?,?> |
resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain handlers,
ManagementRequestHeader header) |
public HostControllerRegistrationHandler(ManagementChannelHandler handler, DomainController domainController, HostControllerRegistrationHandler.OperationExecutor operationExecutor, Executor registrations, HostRegistrations slaveHostRegistrations)
public ManagementRequestHandler<?,?> resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain handlers, ManagementRequestHeader header)
resolveHandler in interface ManagementRequestHandlerFactoryCopyright © 2015 JBoss by Red Hat. All rights reserved.