Uses of Interface
org.jboss.as.controller.ModelController
-
Packages that use ModelController Package Description org.jboss.as.controller org.jboss.as.controller.remote -
-
Uses of ModelController in org.jboss.as.controller
Methods in org.jboss.as.controller that return ModelController Modifier and Type Method Description ModelControllerAbstractControllerService. getValue() -
Uses of ModelController in org.jboss.as.controller.remote
Methods in org.jboss.as.controller.remote that return ModelController Modifier and Type Method Description protected ModelControllerAbstractModelControllerOperationHandlerFactoryService. getController()Method parameters in org.jboss.as.controller.remote with type arguments of type ModelController Modifier and Type Method Description AbstractModelControllerOperationHandlerFactoryServiceModelControllerOperationHandlerFactory. newInstance(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier)Constructors in org.jboss.as.controller.remote with parameters of type ModelController Constructor Description ModelControllerClientOperationHandler(ModelController controller, org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation, ResponseAttachmentInputStreamSupport responseAttachmentSupport, ExecutorService clientRequestExecutor)ModelControllerClientOperationHandler(ModelController controller, org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation, ResponseAttachmentInputStreamSupport responseAttachmentSupport, ExecutorService clientRequestExecutor, org.wildfly.security.auth.server.SecurityIdentity connectionIdentity)TransactionalProtocolOperationHandler(ModelController controller, org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation, ResponseAttachmentInputStreamSupport responseAttachmentSupport)Constructor parameters in org.jboss.as.controller.remote with type arguments of type ModelController 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)
-