Uses of Interface
org.jboss.as.controller.client.ModelControllerClientConfiguration
Packages that use ModelControllerClientConfiguration
Package
Description
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
Implementation classes to support the
core JBoss AS management client API.-
Uses of ModelControllerClientConfiguration in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return ModelControllerClientConfigurationModifier and TypeMethodDescriptionModelControllerClientConfiguration.Builder.build()Builds the configuration object based on this builder's settings.Methods in org.jboss.as.controller.client with parameters of type ModelControllerClientConfigurationModifier and TypeMethodDescriptionstatic ModelControllerClientModelControllerClient.Factory.create(ModelControllerClientConfiguration configuration) Create a client instance based on the client configuration. -
Uses of ModelControllerClientConfiguration in org.jboss.as.controller.client.impl
Classes in org.jboss.as.controller.client.impl that implement ModelControllerClientConfigurationMethods in org.jboss.as.controller.client.impl with parameters of type ModelControllerClientConfigurationModifier and TypeMethodDescriptionRemotingModelControllerClient.create(ModelControllerClientConfiguration configuration)