public class MyDistributedSystemListener extends Object implements com.gemstone.gemfire.internal.cache.wan.DistributedSystemListener
| Modifier and Type | Field and Description |
|---|---|
int |
addCount |
int |
removeCount |
| Constructor and Description |
|---|
MyDistributedSystemListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addedDistributedSystem(int remoteDsId)
Please note that dynamic addition of the sender id to region is not yet available.
|
int |
getAddCount() |
int |
getRemoveCount() |
void |
removedDistributedSystem(int remoteDsId) |
public void addedDistributedSystem(int remoteDsId)
addedDistributedSystem in interface com.gemstone.gemfire.internal.cache.wan.DistributedSystemListenerpublic void removedDistributedSystem(int remoteDsId)
removedDistributedSystem in interface com.gemstone.gemfire.internal.cache.wan.DistributedSystemListenerpublic int getAddCount()
public int getRemoveCount()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.