Uses of Class
edu.vub.at.actors.eventloops.BlockingFuture

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

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

Fields in edu.vub.at.actors.natives declared as BlockingFuture
private  BlockingFuture ELFarReference.outboxFuture_
           
 

Methods in edu.vub.at.actors.natives that return BlockingFuture
 BlockingFuture ELFarReference.setRetractingFuture()
          Signals the far reference that its owning actor has requested to retract unsent messages.
 

Methods in edu.vub.at.actors.natives with parameters of type BlockingFuture
protected  void ELActor.event_init(BlockingFuture future, Packet parametersPkt, Packet initcodePkt)
          The initial event sent by the actor mirror to its event loop to intialize itself.