public abstract class AbstractModelControllerOperationHandlerFactoryService extends Object implements org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>, ManagementChannelInitialization
ManagementChannelInitialization.ManagementChannelShutdownHandle
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 ExecutorService |
getClientRequestExecutor() |
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 ResponseAttachmentInputStreamSupport |
getResponseAttachmentSupport() |
org.jboss.msc.value.InjectedValue<ScheduledExecutorService> |
getScheduledExecutorInjector() |
AbstractModelControllerOperationHandlerFactoryService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
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()
public org.jboss.msc.value.InjectedValue<ScheduledExecutorService> getScheduledExecutorInjector()
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 stopContext)
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()
protected ResponseAttachmentInputStreamSupport getResponseAttachmentSupport()
protected final ExecutorService getClientRequestExecutor()
Copyright © 2023 JBoss by Red Hat. All rights reserved.