| Package | Description |
|---|---|
| org.jboss.as.arquillian.container | |
| org.jboss.as.cli | |
| org.jboss.as.controller | |
| 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.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. |
| org.jboss.as.controller.remote | |
| org.jboss.as.domain.http.server | |
| org.jboss.as.embedded | |
| org.jboss.as.host.controller | |
| org.jboss.as.jdr |
| Modifier and Type | Method and Description |
|---|---|
ModelControllerClient |
ManagementClient.getControllerClient() |
protected ModelControllerClient |
CommonDeployableContainer.getModelControllerClient() |
| Constructor and Description |
|---|
ManagementClient(ModelControllerClient client,
String mgmtAddress,
int managementPort) |
| Modifier and Type | Method and Description |
|---|---|
ModelControllerClient |
CommandContext.getModelControllerClient()
Returns the model controller client or null if it hasn't been initialized.
|
| Modifier and Type | Method and Description |
|---|---|
ModelControllerClient |
ModelController.createClient(Executor executor)
Create an in-VM client.
|
| 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)
Create a client instance for a remote address and port.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(ModelControllerClientConfiguration configuration)
Create a client instance based on the client configuration.
|
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)
Create a client instance for a remote address and port and CallbackHandler.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext)
Create a client instance for a remote address and port and CallbackHandler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainClient
Client interface used to interact with the domain management infrastructure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainClientImpl
Domain client implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentManager |
ServerDeploymentManager.Factory.create(ModelControllerClient client)
Create an
ServerDeploymentManager instance using the given ModelControllerClient. |
| Constructor and Description |
|---|
ModelControllerClientServerDeploymentManager(ModelControllerClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModelControllerClient |
class |
RemotingModelControllerClient
ModelControllerClient based on a Remoting Endpoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingChannelModelControllerClient |
| Modifier and Type | Method and Description |
|---|---|
static ModelControllerClient |
ExistingChannelModelControllerClient.createAndAdd(ManagementChannelHandler handler)
Create and add model controller handler to a 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 a existing channel.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagementHttpServer |
ManagementHttpServer.create(InetSocketAddress bindAddress,
InetSocketAddress secureBindAddress,
int backlog,
ModelControllerClient modelControllerClient,
Executor executor,
SecurityRealm securityRealm,
ConsoleMode consoleMode,
String consoleSlot) |
| Modifier and Type | Method and Description |
|---|---|
ModelControllerClient |
StandaloneServer.getModelControllerClient() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MasterDomainControllerClient
Client for interacting with the master
DomainController on a remote host. |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteDomainConnectionService
Establishes the connection from a slave
DomainController to the master
DomainController |
| Modifier and Type | Field and Description |
|---|---|
ModelControllerClient |
ModelControllerClientProxy.client |
| Modifier and Type | Method and Description |
|---|---|
void |
SoSReport.setControllerClient(ModelControllerClient controllerClient)
Sets the ModelControllerClient instance for sosreport to use.
|
void |
SosInterpreter.setControllerClient(ModelControllerClient controllerClient) |
| Constructor and Description |
|---|
ModelControllerClientProxy(ModelControllerClient client)
Creates a proxy to wrap a
ModelControllerClient
to ease passing into python code. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.