Uses of Class
org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
Packages that use AbstractModelControllerOperationHandlerFactoryService
-
Uses of AbstractModelControllerOperationHandlerFactoryService in org.jboss.as.controller.remote
Subclasses of AbstractModelControllerOperationHandlerFactoryService in org.jboss.as.controller.remoteModifier and TypeClassDescriptionclassService used to create a new client protocol operation handler per channelMethods in org.jboss.as.controller.remote that return AbstractModelControllerOperationHandlerFactoryServiceModifier and TypeMethodDescriptionAbstractModelControllerOperationHandlerFactoryService.getValue()ModelControllerOperationHandlerFactory.newInstance(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier) Method parameters in org.jboss.as.controller.remote with type arguments of type AbstractModelControllerOperationHandlerFactoryServiceModifier and TypeMethodDescriptionModelControllerOperationHandlerFactory.newInstance(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier) Constructor parameters in org.jboss.as.controller.remote with type arguments of type AbstractModelControllerOperationHandlerFactoryServiceModifierConstructorDescriptionprotectedAbstractModelControllerOperationHandlerFactoryService(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier) ModelControllerClientOperationHandlerFactoryService(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier)