public class MasterDomainControllerOperationHandlerService extends AbstractModelControllerOperationHandlerFactoryService
MasterDomainControllerOperationHandlerImpl
which handles requests from slave DC to master DC.Modifier and Type | Class and Description |
---|---|
static interface |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor |
ManagementChannelInitialization.ManagementChannelShutdownHandle
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
OPERATION_HANDLER_NAME_SUFFIX
Constructor and Description |
---|
MasterDomainControllerOperationHandlerService(DomainController domainController,
HostControllerRegistrationHandler.OperationExecutor operationExecutor,
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor txOperationExecutor,
File tempDir,
HostRegistrations slaveHostRegistrations,
DomainHostExcludeRegistry domainHostExcludeRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
start(org.jboss.msc.service.StartContext context) |
ManagementChannelHandler |
startReceiving(org.jboss.remoting3.Channel channel)
Initialize the management channel and start receiving request.
|
getClientRequestExecutor, getController, getExecutor, getExecutorInjector, getModelControllerInjector, getResponseAttachmentSupport, getScheduledExecutorInjector, getValue, stop
public MasterDomainControllerOperationHandlerService(DomainController domainController, HostControllerRegistrationHandler.OperationExecutor operationExecutor, MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor txOperationExecutor, File tempDir, HostRegistrations slaveHostRegistrations, DomainHostExcludeRegistry domainHostExcludeRegistry)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
AbstractModelControllerOperationHandlerFactoryService
start
in interface org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>
start
in class AbstractModelControllerOperationHandlerFactoryService
org.jboss.msc.service.StartException
public ManagementChannelHandler startReceiving(org.jboss.remoting3.Channel channel)
ManagementChannelInitialization
ManagementChannelShutdownHandle
which can be used to coordinate a controlled shutdown
of management channels allowing active operations to complete before shutting down.channel
- opened channelCopyright © 2023 JBoss by Red Hat. All rights reserved.