public interface MasterDomainControllerClient extends ModelControllerClient
DomainController
on a remote host.ModelControllerClient.Factory
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME
Standard service name to use for a service that returns a MasterDomainControllerClient
|
Modifier and Type | Method and Description |
---|---|
HostFileRepository |
getRemoteFileRepository()
Gets a
HostFileRepository capable of retrieving files from the
master domain controller. |
void |
register()
Register with the remote domain controller
|
void |
unregister()
Unregister with the remote domain controller.
|
execute, execute, execute, execute, executeAsync, executeAsync
static final org.jboss.msc.service.ServiceName SERVICE_NAME
void register() throws IOException
IOException
- if there was a problem talking to the remote hostvoid unregister()
HostFileRepository getRemoteFileRepository()
HostFileRepository
capable of retrieving files from the
master domain controller.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.