public abstract class AbstractModelControllerOperationHandlerFactoryService extends Object implements org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>, org.jboss.as.protocol.mgmt.support.ManagementChannelInitialization
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
OPERATION_HANDLER_NAME_SUFFIX |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractModelControllerOperationHandlerFactoryService(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer,
Supplier<ModelController> modelControllerSupplier,
Supplier<ExecutorService> executorSupplier,
Supplier<ScheduledExecutorService> scheduledExecutorSupplier) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutorService |
getClientRequestExecutor() |
protected ModelController |
getController() |
protected ExecutorService |
getExecutor() |
protected ResponseAttachmentInputStreamSupport |
getResponseAttachmentSupport() |
AbstractModelControllerOperationHandlerFactoryService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public static final org.jboss.msc.service.ServiceName OPERATION_HANDLER_NAME_SUFFIX
protected AbstractModelControllerOperationHandlerFactoryService(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.Servicepublic AbstractModelControllerOperationHandlerFactoryService getValue() throws IllegalStateException
getValue in interface org.jboss.msc.value.Value<AbstractModelControllerOperationHandlerFactoryService>IllegalStateExceptionprotected ModelController getController()
protected ExecutorService getExecutor()
protected ResponseAttachmentInputStreamSupport getResponseAttachmentSupport()
protected final ExecutorService getClientRequestExecutor()
Copyright © 2022 JBoss by Red Hat. All rights reserved.