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,
DomainControllerRuntimeIgnoreTransformationRegistry runtimeIgnoreTransformationRegistry) |
Modifier and Type | Method and Description |
---|---|
protected String |
getThreadGroupName() |
void |
start(org.jboss.msc.service.StartContext context) |
ManagementChannelHandler |
startReceiving(org.jboss.remoting3.Channel channel)
Initialize the management channel and start receiving request.
|
void |
stop(org.jboss.msc.service.StopContext context) |
getController, getExecutor, getExecutorInjector, getModelControllerInjector, getValue
public MasterDomainControllerOperationHandlerService(DomainController domainController, HostControllerRegistrationHandler.OperationExecutor operationExecutor, MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor txOperationExecutor, DomainControllerRuntimeIgnoreTransformationRegistry runtimeIgnoreTransformationRegistry)
protected String getThreadGroupName()
getThreadGroupName
in class AbstractModelControllerOperationHandlerFactoryService
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 void stop(org.jboss.msc.service.StopContext context)
AbstractModelControllerOperationHandlerFactoryService
stop
in interface org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>
stop
in class AbstractModelControllerOperationHandlerFactoryService
public ManagementChannelHandler startReceiving(org.jboss.remoting3.Channel channel)
ManagementChannelInitialization
channel
- opened channelCopyright © 2013 JBoss by Red Hat. All rights reserved.