Uses of Class
edu.vub.at.actors.natives.ELActor

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

Uses of ELActor in edu.vub.at
 

Fields in edu.vub.at declared as ELActor
private static ELActor IAT._evaluator
           
private  ELActor AmbientTalkTest.evalActor_
           
 

Methods in edu.vub.at that return ELActor
protected  ELActor AmbientTalkTest.evalActor()
           
 

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

Subclasses of ELActor in edu.vub.at.actors.natives
 class ELDiscoveryActor
          Every VM has an associated Discovery Actor.
 

Fields in edu.vub.at.actors.natives declared as ELActor
private  ELActor ReceptionistsSet.owner_
           
private  ELActor NATLocalFarRef.farObjectHost_
          when serializing a far reference, the event loop stays home
private  ELActor ELFarReference.owner_
           
 ELActor DiscoveryManager.Publication.providerActor_
           
 ELActor DiscoveryManager.Subscription.subscriberActor_
           
 

Methods in edu.vub.at.actors.natives that return ELActor
 ELActor NATLocalFarRef.getFarHost()
           
 ELActor ELVirtualMachine.getActor(int id)
           
static ELActor ELActor.currentActor()
           
private  ELActor DistributionTest.setUpActor(ELVirtualMachine host)
           
 

Methods in edu.vub.at.actors.natives with parameters of type ELActor
private  NATLocalFarRef ReceptionistsSet.createLocalFarRef(ELActor actor, ATObjectID objectId, ATStripe[] stripes)
           
 void ELVirtualMachine.event_actorCreated(ELActor actor)
          Event that signals the creation of a new actor on this virtual machine.
private  void DistributionTest.setUpSuccessTrigger(ELActor processor)
           
 

Constructors in edu.vub.at.actors.natives with parameters of type ELActor
ReceptionistsSet(ELActor forActor)
           
NATRemoteFarRef(ATObjectID objectId, ELActor hostActor, ATStripe[] stripes)
           
NATLocalFarRef(ELActor farObjectHost, ATObjectID objectId, ATStripe[] stripes)
           
NATActorMirror.NATProtocol(ELActor eventLoop, ATActorMirror newMirror)
           
ELFarReference(ATObjectID destination, ELActor owner)
           
DiscoveryManager.Publication(ELActor provider, Packet stripe, Packet exportedService)
           
DiscoveryManager.Subscription(ELActor subscriber, Packet stripe, Packet registeredHandler, boolean permanent)