Uses of Interface
org.jboss.as.controller.client.ModelControllerClient
Packages that use ModelControllerClient
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.
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain.Implementation classes to support the
managed domain convenience API.Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.Implementation classes to support the
standalone server convenience API.Implementation classes to support the
core JBoss AS management client API.-
Uses of ModelControllerClient in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return ModelControllerClientModifier and TypeMethodDescriptionstatic ModelControllerClientCreate a client instance for a remote address and port.static ModelControllerClientModelControllerClient.Factory.create(String hostName, int port, CallbackHandler handler) Create a client instance for a remote address and port and CallbackHandler.static ModelControllerClientCreate a client instance for a remote address and port.static ModelControllerClientModelControllerClient.Factory.create(String protocol, String hostName, int port, CallbackHandler handler) Create a client instance for a remote address and port and CallbackHandler.static ModelControllerClientModelControllerClient.Factory.create(String protocol, InetAddress address, int port) Create a client instance for a remote address and port.static ModelControllerClientModelControllerClient.Factory.create(String protocol, InetAddress address, int port, CallbackHandler handler) Create a client instance for a remote address and port.static ModelControllerClientModelControllerClient.Factory.create(InetAddress address, int port) Create a client instance for a remote address and port.static ModelControllerClientModelControllerClient.Factory.create(InetAddress address, int port, CallbackHandler handler) Create a client instance for a remote address and port.static ModelControllerClientModelControllerClient.Factory.create(ModelControllerClientConfiguration configuration) Create a client instance based on the client configuration. -
Uses of ModelControllerClient in org.jboss.as.controller.client.helpers
Classes in org.jboss.as.controller.client.helpers that implement ModelControllerClientModifier and TypeClassDescriptionfinal classclassUtility class to support delegation ofModelControllerClientcalls.Methods in org.jboss.as.controller.client.helpers that return ModelControllerClientConstructors in org.jboss.as.controller.client.helpers with parameters of type ModelControllerClientModifierConstructorDescriptionContextualModelControllerClient(ModelControllerClient delegate, Contextual<?> context) Creates a client which uses the supplied context. -
Uses of ModelControllerClient in org.jboss.as.controller.client.helpers.domain
Subinterfaces of ModelControllerClient in org.jboss.as.controller.client.helpers.domainModifier and TypeInterfaceDescriptioninterfaceClient interface used to interact with the domain management infrastructure.Methods in org.jboss.as.controller.client.helpers.domain with parameters of type ModelControllerClientModifier and TypeMethodDescriptionstatic DomainClientDomainClient.Factory.create(ModelControllerClient client) Create anDomainClientinstance based on an existingModelControllerClient. -
Uses of ModelControllerClient in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement ModelControllerClientConstructors in org.jboss.as.controller.client.helpers.domain.impl with parameters of type ModelControllerClient -
Uses of ModelControllerClient in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone with parameters of type ModelControllerClientModifier and TypeMethodDescriptionstatic ServerDeploymentManagerServerDeploymentManager.Factory.create(ModelControllerClient client) Create anServerDeploymentManagerinstance using the givenModelControllerClient.Constructors in org.jboss.as.controller.client.helpers.standalone with parameters of type ModelControllerClient -
Uses of ModelControllerClient in org.jboss.as.controller.client.helpers.standalone.impl
Constructors in org.jboss.as.controller.client.helpers.standalone.impl with parameters of type ModelControllerClientModifierConstructorDescriptionModelControllerClientServerDeploymentManager(ModelControllerClient client, boolean closeClient) -
Uses of ModelControllerClient in org.jboss.as.controller.client.impl
Classes in org.jboss.as.controller.client.impl that implement ModelControllerClientModifier and TypeClassDescriptionclassclassclassModelControllerClientbased on a RemotingEndpoint.Methods in org.jboss.as.controller.client.impl that return ModelControllerClientModifier and TypeMethodDescriptionstatic ModelControllerClientExistingChannelModelControllerClient.createAndAdd(org.jboss.as.protocol.mgmt.ManagementChannelHandler handler) Create and add model controller handler to an existing management channel handler.static ModelControllerClientExistingChannelModelControllerClient.createReceiving(org.jboss.remoting3.Channel channel, ExecutorService executorService) Create a model controller client which is exclusively receiving messages on an existing channel.Methods in org.jboss.as.controller.client.impl with parameters of type ModelControllerClientModifier and TypeMethodDescriptionvoidAdditionalBootCliScriptInvoker.runCliScript(ModelControllerClient client, File file)