Registry / networking / jboss-as-controller-client

jboss-as-controller-client

JSON →
library7.2.0.Finaljavamavenunverified

Client library for communicating with the JBoss Application Server controller for management operations.

<dependency> <groupId>org.jboss.as</groupId> <artifactId>jboss-as-controller-client</artifactId> <version>7.2.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-AS-CONTROLLE
J
jboss-as-controller-client
networkingjavav7.2.0.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ModelControllerClient
org.jboss.as.controller.client.ModelControllerClient

Creates a ModelControllerClient to connect to a JBoss AS controller.

import org.jboss.as.controller.client.ModelControllerClient; import java.net.InetAddress; public class Example { public static void main(String[] args) throws Exception { ModelControllerClient client = ModelControllerClient.Factory.create( InetAddress.getByName("localhost"), 9990); System.out.println("Client created: " + client); client.close(); } }
Debug
Known issues
breakingThis artifact is for JBoss AS 7.x; newer WildFly versions use different coordinates.
fix
Use org.wildfly:wildfly-controller-client for WildFly 8+.
affects: >=7.2.0.Final
Upgrade
Version history
7.2.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jboss-as-controller-client — mvn dependency:get jboss-as-controller-client · libregistry