public interface DiscoveryOption
Modifier and Type | Method and Description |
---|---|
void |
allowDiscovery(String host,
int port)
Allow a domain controller's host name and port number to be discovered.
|
void |
cleanUp()
Clean up anything that was created for domain controller discovery.
|
void |
discover()
Determine the host name and port of the remote domain controller.
|
String |
getRemoteDomainControllerHost()
Gets the host name of the remote domain controller.
|
int |
getRemoteDomainControllerPort()
Gets the port of the remote domain controller.
|
void allowDiscovery(String host, int port)
host
- the host name of the domain controllerport
- the port number of the domain controllervoid discover()
void cleanUp()
String getRemoteDomainControllerHost()
int getRemoteDomainControllerPort()
Copyright © 2014 JBoss by Red Hat. All rights reserved.