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 |
---|---|
protected void |
PerNodeOperationAccess.completeAllowedOn(ModelControllerClient client) |
static org.jboss.dmr.ModelNode |
CLIAccessControl.getAccessControl(ModelControllerClient client,
OperationRequestAddress address,
boolean operations)
Executed read-resource-description and returns access-control info.
|
static org.jboss.dmr.ModelNode |
CLIAccessControl.getAccessControl(ModelControllerClient client,
String[] parent,
OperationRequestAddress address,
boolean operations) |
protected boolean |
PerNodeOperationAccess.initList(ModelControllerClient client) |
static boolean |
CLIAccessControl.isExecute(ModelControllerClient client,
OperationRequestAddress address,
String operation) |
static boolean |
CLIAccessControl.isExecute(ModelControllerClient client,
String[] parent,
OperationRequestAddress address,
String operation) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeploymentOverlayHandler.addRemoveRedeployLinksSteps(ModelControllerClient client,
org.jboss.dmr.ModelNode steps,
String overlay,
String sgName,
List<String> specifiedLinks,
boolean removeLinks,
byte redeploy) |
protected boolean |
ShutdownHandler.isLocalHost(ModelControllerClient client,
String host) |
protected List<String> |
DeploymentOverlayHandler.loadContentFor(ModelControllerClient client,
String overlay) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.loadLinkResources(ModelControllerClient client,
String overlay,
String serverGroup) |
protected List<String> |
DeploymentOverlayHandler.loadLinks(ModelControllerClient client,
String overlay,
String serverGroup) |
Modifier and Type | Class and Description |
---|---|
class |
CLIModelControllerClient |
Modifier and Type | Method and Description |
---|---|
ModelControllerClient |
ModelControllerClientFactory.getClient(ControllerAddress address,
CallbackHandler handler,
boolean disableLocalAuth,
SSLContext sslContext,
int connectionTimeout,
ModelControllerClientFactory.ConnectionCloseHandler closeHandler,
ProtocolTimeoutHandler timeoutHandler,
String clientBindAddress) |
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)
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MasterDomainControllerClient
Client for interacting with the master
MasterDomainControllerClient 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 | Method and Description |
---|---|
static PatchOperationTarget |
PatchOperationTarget.createHost(String hostName,
ModelControllerClient client)
Create a host target.
|
static PatchOperationTarget |
PatchOperationTarget.createStandalone(ModelControllerClient controllerClient)
Create a standalone target.
|
Constructor and Description |
---|
RemotePatchOperationTarget(PathAddress address,
ModelControllerClient client) |
Modifier and Type | Method and Description |
---|---|
ModelControllerClient |
EmbeddedServerReference.getModelControllerClient()
Deprecated.
|
ModelControllerClient |
EmbeddedManagedProcess.getModelControllerClient()
Gets the client that can be used to manage the embedded process.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.