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.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)
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.
|
static ModelControllerClient |
ModelControllerClient.Factory.create(String hostName,
int port,
CallbackHandler handler,
SSLContext sslContext,
int connectionTimeout)
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,
int connectionTimeout,
Map<String,String> saslOptions)
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 | 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(org.jboss.as.protocol.mgmt.ManagementChannelHandler handler)
Create and add model controller handler to a existing management channel handler.
|
static ModelControllerClient |
ExistingChannelModelControllerClient.createReceiving(Channel channel,
ExecutorService executorService)
Create a model controller client which is exclusively receiving messages on a existing channel.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.