Uses of Interface
org.jboss.as.controller.client.ModelControllerClientConfiguration
-
Packages that use ModelControllerClientConfiguration Package Description org.jboss.as.controller.client The core client API for interacting with the management controllers for either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.org.jboss.as.controller.client.impl Implementation classes to support thecore JBoss AS management client API. -
-
Uses of ModelControllerClientConfiguration in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return ModelControllerClientConfiguration Modifier and Type Method Description ModelControllerClientConfigurationModelControllerClientConfiguration.Builder. build()Builds the configuration object based on this builder's settings.Methods in org.jboss.as.controller.client with parameters of type ModelControllerClientConfiguration Modifier and Type Method Description static 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 ModelControllerClientConfiguration Modifier and Type Class Description classClientConfigurationImplMethods in org.jboss.as.controller.client.impl with parameters of type ModelControllerClientConfiguration Modifier and Type Method Description static RemotingModelControllerClientRemotingModelControllerClient. create(ModelControllerClientConfiguration configuration)
-