public static class DeploymentManager.Factory extends Object
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentManager |
create(org.jboss.as.controller.client.ModelControllerClient client)
Creates a new deployment manager.
|
public static DeploymentManager create(org.jboss.as.controller.client.ModelControllerClient client)
The client will not be closed by the DeploymentManager.
The user is responsible for closing the client.
client - the client used to communicate with the serverCopyright © 2021 JBoss by Red Hat. All rights reserved.