Package | Description |
---|---|
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 |
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 |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.