public class MyDistributedSystemListener extends Object implements com.gemstone.gemfire.internal.cache.wan.DistributedSystemListener
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
siteAddedList |
static List<String> |
siteRemovedList |
| Constructor and Description |
|---|
MyDistributedSystemListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addedDistributedSystem(int remoteDsId) |
void |
removedDistributedSystem(int remoteDsId) |
public void removedDistributedSystem(int remoteDsId)
removedDistributedSystem in interface com.gemstone.gemfire.internal.cache.wan.DistributedSystemListenerpublic void addedDistributedSystem(int remoteDsId)
addedDistributedSystem in interface com.gemstone.gemfire.internal.cache.wan.DistributedSystemListenerCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.