| Class | Description |
|---|---|
| MyDistributedSystemListener |
This is an implementation of DistributedSystemListener.
|
| WANBootStrapping_Site1_Add |
This is a member representing site 1 who wants to send data to site 2
On this member a locator with distributed-system-id = 1 is created.
|
| WANBootStrapping_Site1_Remove |
This is a stand alone locator with a distributed-system-id = -1
This locator is started so that the locator information regarding the site 1
is removed from site 2's locator and at the same time
MyDistributedSystemListener's removeDistributedSystem is invoked on site 2's locator which will stop the GatewayReceiver
|
| WANBootStrapping_Site2_Add |
This is a member representing site 2 who wants to receive data from site 1
On this member a locator with distributed-system-id = 2 is created.
|
| WANBootStrapping_Site2_Remove |
This is a stand alone locator with a distributed-system-id = -2
This locator is started so that the locator information regarding the site 2
is removed from site 1's locator and at the same time
MyDistributedSystemListener's removeDistributedSystem is invoked on site 1's locator which will stop the GatewaySender
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.