| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentManager |
ServerDeploymentManager.Factory.create(InetAddress address,
int port)
Create an
ServerDeploymentManager instance for a remote address and port. |
static ServerDeploymentManager |
ServerDeploymentManager.Factory.create(InetAddress address,
int port,
CallbackHandler handler)
Create an
ServerDeploymentManager instance for a remote address and port. |
static ServerDeploymentManager |
ServerDeploymentManager.Factory.create(ModelControllerClient client)
Create an
ServerDeploymentManager instance using the given ModelControllerClient. |
static ServerDeploymentManager |
ServerDeploymentManager.Factory.create(String protocol,
InetAddress address,
int port)
Create an
ServerDeploymentManager instance for a remote address and port. |
static ServerDeploymentManager |
ServerDeploymentManager.Factory.create(String protocol,
InetAddress address,
int port,
CallbackHandler handler)
Create an
ServerDeploymentManager instance for a remote address and port. |
| Constructor and Description |
|---|
ServerDeploymentHelper(ServerDeploymentManager deploymentManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerDeploymentManager |
class |
ModelControllerClientServerDeploymentManager
ServerDeploymentManager that uses a ModelControllerClient. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.