|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ELVirtualMachine | |
edu.vub.at.actors.natives | |
edu.vub.at.actors.net.cmd |
Uses of ELVirtualMachine in edu.vub.at.actors.natives |
Fields in edu.vub.at.actors.natives declared as ELVirtualMachine | |
protected ELVirtualMachine |
ELActor.host_
|
private ELVirtualMachine |
DistributionTest.virtual1_
|
private ELVirtualMachine |
DistributionTest.virtual2_
|
Methods in edu.vub.at.actors.natives that return ELVirtualMachine | |
static ELVirtualMachine |
ELVirtualMachine.currentVM()
|
ELVirtualMachine |
ELVirtualMachine.getHost()
|
ELVirtualMachine |
ELActor.getHost()
|
Methods in edu.vub.at.actors.natives with parameters of type ELVirtualMachine | |
static NATLocalFarRef |
NATActorMirror.createActor(ELVirtualMachine host,
Packet parametersPkt,
Packet initcodePkt,
ATActorMirror actorMirror)
Creates a new actor on the specified host Virtual Machine. |
static NATLocalFarRef |
NATActorMirror.createEmptyActor(ELVirtualMachine host,
ATActorMirror actorMirror)
Auxiliary creation method to create an actor with an empty behaviour. |
private ELActor |
DistributionTest.setUpActor(ELVirtualMachine host)
|
Constructors in edu.vub.at.actors.natives with parameters of type ELVirtualMachine | |
NATActorMirror(ELVirtualMachine host)
When initializing a new actor, do not forget that this constructor is still executed by the creating actor, not by the created actor. |
|
ELDiscoveryActor(ELVirtualMachine host)
|
|
ELActor(ATActorMirror mirror,
ELVirtualMachine host)
|
|
ELActor(ELVirtualMachine host)
constructor dedicated to initialization of discovery actor |
Uses of ELVirtualMachine in edu.vub.at.actors.net.cmd |
Methods in edu.vub.at.actors.net.cmd with parameters of type ELVirtualMachine | |
abstract java.lang.Object |
VMCommand.uponReceiptBy(ELVirtualMachine remoteHost,
org.jgroups.Message wrapper)
To be overridden by subclasses to specify the behaviour to execute upon reception and execution of the command object at the recipient VM. |
java.lang.Object |
CMDTransmitATMessage.uponReceiptBy(ELVirtualMachine remoteHost,
org.jgroups.Message wrapper)
|
java.lang.Object |
CMDRequireService.uponReceiptBy(ELVirtualMachine remoteHost,
org.jgroups.Message wrapper)
When a connected VM receives a CMDRequireService request, it queries its local publications to see if there is a match. |
java.lang.Object |
CMDProvideService.uponReceiptBy(ELVirtualMachine remoteHost,
org.jgroups.Message wrapper)
When a remote VM receives the notification, it checks whether any local subscriptions can be matched with the new published service. |
java.lang.Object |
CMDJoinServices.uponReceiptBy(ELVirtualMachine remoteHost,
org.jgroups.Message wrapper)
|
java.lang.Object |
CMDInitRequireServices.uponReceiptBy(ELVirtualMachine remoteHost,
org.jgroups.Message wrapper)
|
java.lang.Object |
CMDHandshake.uponReceiptBy(ELVirtualMachine remoteHost,
org.jgroups.Message wrapper)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |