Uses of Package
edu.vub.at.actors.net

Packages that use edu.vub.at.actors.net
edu.vub.at.actors.natives   
edu.vub.at.actors.net   
 

Classes in edu.vub.at.actors.net used by edu.vub.at.actors.natives
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.
MembershipNotifier
          An instance of the class MembershipNotifier is registered with an instance of the JGroups MessageDispatcher class as its MembershipListener.
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.
 

Classes in edu.vub.at.actors.net used by edu.vub.at.actors.net
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.
OBJNetwork
          This class represents the singleton network object which provides methods to interface with AT/2's distribution layer.