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) |
getClientRequestExecutor, getController, getExecutor, getExecutorInjector, getModelControllerInjector, getResponseAttachmentSupport, getScheduledExecutorInjector, getValue, stoppublic 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
start in interface org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>start in class AbstractModelControllerOperationHandlerFactoryServiceorg.jboss.msc.service.StartExceptionpublic ManagementChannelHandler startReceiving(org.jboss.remoting3.Channel channel)
Copyright © 2016 JBoss by Red Hat. All rights reserved.