public abstract class AbstractModelControllerOperationHandlerFactoryService extends Object implements org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>, ManagementChannelInitialization
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
OPERATION_HANDLER_NAME_SUFFIX |
Constructor and Description |
---|
AbstractModelControllerOperationHandlerFactoryService() |
Modifier and Type | Method and Description |
---|---|
protected ModelController |
getController() |
protected ExecutorService |
getExecutor() |
org.jboss.msc.value.InjectedValue<ExecutorService> |
getExecutorInjector() |
org.jboss.msc.value.InjectedValue<ModelController> |
getModelControllerInjector()
Use to inject the model controller that will be the target of the operations
|
protected String |
getThreadGroupName() |
AbstractModelControllerOperationHandlerFactoryService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
startReceiving
public static final org.jboss.msc.service.ServiceName OPERATION_HANDLER_NAME_SUFFIX
public AbstractModelControllerOperationHandlerFactoryService()
public org.jboss.msc.value.InjectedValue<ModelController> getModelControllerInjector()
public org.jboss.msc.value.InjectedValue<ExecutorService> getExecutorInjector()
protected String getThreadGroupName()
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>
public AbstractModelControllerOperationHandlerFactoryService getValue() throws IllegalStateException
getValue
in interface org.jboss.msc.value.Value<AbstractModelControllerOperationHandlerFactoryService>
IllegalStateException
protected ModelController getController()
protected ExecutorService getExecutor()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.