Package | Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
static DomainClient |
DomainClient.Factory.create(InetAddress address,
int port)
Create an
DomainClient instance for a remote address and port. |
static DomainClient |
DomainClient.Factory.create(InetAddress address,
int port,
CallbackHandler handler)
Create an
DomainClient instance for a remote address and port. |
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.