Uses of Class
org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
-
Packages that use AbstractModelControllerOperationHandlerFactoryService Package Description org.jboss.as.controller.remote -
-
Uses of AbstractModelControllerOperationHandlerFactoryService in org.jboss.as.controller.remote
Subclasses of AbstractModelControllerOperationHandlerFactoryService in org.jboss.as.controller.remote Modifier and Type Class Description classModelControllerClientOperationHandlerFactoryServiceService used to create a new client protocol operation handler per channelMethods in org.jboss.as.controller.remote that return AbstractModelControllerOperationHandlerFactoryService Modifier and Type Method Description AbstractModelControllerOperationHandlerFactoryServiceAbstractModelControllerOperationHandlerFactoryService. getValue()AbstractModelControllerOperationHandlerFactoryServiceModelControllerOperationHandlerFactory. 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 AbstractModelControllerOperationHandlerFactoryService Modifier and Type Method Description AbstractModelControllerOperationHandlerFactoryServiceModelControllerOperationHandlerFactory. 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 AbstractModelControllerOperationHandlerFactoryService Constructor Description AbstractModelControllerOperationHandlerFactoryService(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)
-