| 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.helpers | |
| org.jboss.as.controller.client.helpers.domain |
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. |
| org.jboss.as.controller.client.helpers.domain.impl |
Implementation classes to support the
managed domain convenience API. |
| org.jboss.as.controller.client.helpers.standalone |
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. |
| org.jboss.as.controller.client.helpers.standalone.impl |
Implementation classes to support the
standalone server convenience API. |
| 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(InetAddress address,
int port)
Create a client instance for a remote address and port.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(InetAddress address,
int port,
CallbackHandler handler)
Create a client instance for a remote address and port.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(InetAddress address,
int port,
CallbackHandler handler,
Map<String,String> saslOptions)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(ModelControllerClientConfiguration configuration)
Create a client instance based on the client configuration.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
InetAddress address,
int port)
Create a client instance for a remote address and port.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
InetAddress address,
int port,
CallbackHandler handler)
Create a client instance for a remote address and port.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
InetAddress address,
int port,
CallbackHandler handler,
Map<String,String> saslOptions)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port)
Create a client instance for a remote address and port.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port,
CallbackHandler handler)
Create a client instance for a remote address and port and CallbackHandler.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port,
CallbackHandler handler,
Map<String,String> saslOptions)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext,
int connectionTimeout)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext,
int connectionTimeout,
Map<String,String> saslOptions)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext,
int connectionTimeout,
Map<String,String> saslOptions,
String clientBindAddress)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
String hostName,
int port)
Create a client instance for a remote address and port.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
String hostName,
int port,
CallbackHandler handler)
Create a client instance for a remote address and port and CallbackHandler.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
String hostName,
int port,
CallbackHandler handler,
Map<String,String> saslOptions)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext,
int connectionTimeout)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext,
int connectionTimeout,
Map<String,String> saslOptions)
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String protocol,
String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext,
int connectionTimeout,
Map<String,String> saslOptions,
String clientBindAddress)
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingModelControllerClient
Utility class to support delegation of
ModelControllerClient calls. |
| Modifier and Type | Method and Description |
|---|---|
ModelControllerClient |
DelegatingModelControllerClient.DelegateProvider.getDelegate() |
| Constructor and Description |
|---|
DelegatingModelControllerClient(ModelControllerClient delegate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainClient
Client interface used to interact with the domain management infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
static DomainClient |
DomainClient.Factory.create(ModelControllerClient client)
Create an
DomainClient instance based on an existing
ModelControllerClient. |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainClientImpl
Domain client implementation.
|
| Constructor and Description |
|---|
DomainClientImpl(ModelControllerClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentManager |
ServerDeploymentManager.Factory.create(ModelControllerClient client)
Create an
ServerDeploymentManager instance using the given ModelControllerClient. |
| Constructor and Description |
|---|
ServerDeploymentHelper(ModelControllerClient client) |
| Constructor and Description |
|---|
ModelControllerClientServerDeploymentManager(ModelControllerClient client,
boolean closeClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModelControllerClient |
class |
ExistingChannelModelControllerClient |
class |
RemotingModelControllerClient
ModelControllerClient based on a Remoting Endpoint. |
| Modifier and Type | Method and Description |
|---|---|
static ModelControllerClient |
ExistingChannelModelControllerClient.createAndAdd(ManagementChannelHandler handler)
Create and add model controller handler to an existing management channel handler.
|
static ModelControllerClient |
ExistingChannelModelControllerClient.createReceiving(org.jboss.remoting3.Channel channel,
ExecutorService executorService)
Create a model controller client which is exclusively receiving messages on an existing channel.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.