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 managment 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. |
Modifier and Type | Class and Description |
---|---|
class |
DomainClientImpl
Domain client implementation.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.