Uses of Class
edu.vub.at.actors.id.GUID

Packages that use GUID
edu.vub.at.actors.id   
edu.vub.at.actors.natives   
edu.vub.at.actors.net   
edu.vub.at.actors.net.cmd   
 

Uses of GUID in edu.vub.at.actors.id
 

Fields in edu.vub.at.actors.id declared as GUID
private  GUID ATObjectID.virtualMachineId_
           
 

Methods in edu.vub.at.actors.id that return GUID
 GUID ATObjectID.getVirtualMachineId()
           
 

Constructors in edu.vub.at.actors.id with parameters of type GUID
ATObjectID(GUID vmId, int actorId, int objectId)
           
 

Uses of GUID in edu.vub.at.actors.natives
 

Fields in edu.vub.at.actors.natives declared as GUID
private  GUID ELVirtualMachine.vmId_
          the GUID of this VM
 

Methods in edu.vub.at.actors.natives that return GUID
 GUID ELVirtualMachine.getGUID()
           
 

Uses of GUID in edu.vub.at.actors.net
 

Methods in edu.vub.at.actors.net that return GUID
 GUID VMAddressBook.getGUIDOf(org.jgroups.Address vmAddress)
          Resolve a concrete network address to a remote VM's unique identifier.
 

Methods in edu.vub.at.actors.net with parameters of type GUID
 void VMAddressBook.addEntry(GUID vmId, org.jgroups.Address vmAddress)
           
 org.jgroups.Address VMAddressBook.getAddressOf(GUID vmId)
          Resolve a remote VM's unique identifier to a concrete network address.
 void MembershipNotifier.addConnectionListener(GUID virtualMachine, ConnectionListener listener)
          Registers listener to be notified whenever a virtual machine becomes (un)reachable.
 void MembershipNotifier.removeConnectionListener(GUID virtualMachine, ConnectionListener listener)
          Unregisters listener such that it will no longer be notified whenever a particular virtual machine becomes (un)reachable.
 void MembershipNotifier.notifyConnected(GUID vmId)
           
 void MembershipNotifier.notifyDisconnected(GUID vmId)
           
 

Uses of GUID in edu.vub.at.actors.net.cmd
 

Fields in edu.vub.at.actors.net.cmd declared as GUID
private  GUID CMDHandshake.senderVMId_
           
 

Constructors in edu.vub.at.actors.net.cmd with parameters of type GUID
CMDHandshake(GUID senderVMId)