Package edu.vub.at.actors.net

Interface Summary
ConnectionListener A ConnectionListener is registered with a MembershipNotifier instance and listens for changes in the connection state with a particular remote virtual machine.
DiscoveryListener An object that implements this interface can act as a MembershipNotifier's discovery listener, which means it is kept up to date of the connection and disconnection of nearby virtual machines.
 

Class Summary
Logging Auxiliary class used to group Log4J loggers.
MembershipNotifier An instance of the class MembershipNotifier is registered with an instance of the JGroups MessageDispatcher class as its MembershipListener.
OBJNetwork This class represents the singleton network object which provides methods to interface with AT/2's distribution layer.
VMAddressBook The VMAddressBook encapsulates the bi-directional mapping: AmbientTalk VM GUID --> JGroups Address JGroups Address --> AmbientTalk VM GUID It is necessary to maintain such a mapping to correctly identify and restore the connection between AmbientTalk VMs.