public class WanLocatorDiscovererImpl
extends java.lang.Object
implements org.apache.geode.distributed.internal.WanLocatorDiscoverer
| Constructor and Description |
|---|
WanLocatorDiscovererImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
discover(int port,
org.apache.geode.distributed.internal.DistributionConfigImpl config,
org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener locatorListener,
java.lang.String hostnameForClients) |
boolean |
isStopped() |
void |
stop() |
public void discover(int port,
org.apache.geode.distributed.internal.DistributionConfigImpl config,
org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener locatorListener,
java.lang.String hostnameForClients)
discover in interface org.apache.geode.distributed.internal.WanLocatorDiscovererpublic void stop()
stop in interface org.apache.geode.distributed.internal.WanLocatorDiscovererpublic boolean isStopped()
isStopped in interface org.apache.geode.distributed.internal.WanLocatorDiscoverer