| 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 the
core JBoss AS management client API. |
| Modifier and Type | Method and Description |
|---|---|
static ModelControllerClient |
ModelControllerClient.Factory.create(ModelControllerClientConfiguration configuration)
Create a client instance based on the client configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConfigurationImpl |
| Modifier and Type | Method and Description |
|---|---|
static ModelControllerClientConfiguration |
ClientConfigurationImpl.create(InetAddress address,
int port) |
static ModelControllerClientConfiguration |
ClientConfigurationImpl.create(InetAddress address,
int port,
CallbackHandler handler) |
static ModelControllerClientConfiguration |
ClientConfigurationImpl.create(InetAddress address,
int port,
CallbackHandler handler,
Map<String,String> saslOptions) |
static ModelControllerClientConfiguration |
ClientConfigurationImpl.create(String hostName,
int port) |
static ModelControllerClientConfiguration |
ClientConfigurationImpl.create(String hostName,
int port,
CallbackHandler handler) |
static ModelControllerClientConfiguration |
ClientConfigurationImpl.create(String hostName,
int port,
CallbackHandler handler,
Map<String,String> saslOptions) |
static ModelControllerClientConfiguration |
ClientConfigurationImpl.create(String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext) |
| Constructor and Description |
|---|
RemotingModelControllerClient(ModelControllerClientConfiguration configuration) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.