Uses of Class
edu.vub.at.actors.net.cmd.VMCommand

Packages that use VMCommand
edu.vub.at.actors.net.cmd   
 

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

Subclasses of VMCommand in edu.vub.at.actors.net.cmd
 class CMDHandshake
          A handshake command is sent when a VM discovers another VM in its environment.
 class CMDInitRequireServices
          A CMDInitRequireServices message is sent asynchronously to any VM just discovered in the environment if thhe discovering VM has some open subscriptions.
 class CMDJoinServices
          A CMDJoinServices message is sent asynchronously as a reply to: - an initial discovery request from a VM - a subsequent discovery request when a VM subscribes to a new service SENDER: the VM that provides some service objects RECEIVER: the VM that previously sent a request for required services MODE: ASYNCHRONOUS, UNICAST PROPERTIES: a map of subscription topic to published objects REPLY: none
 class CMDProvideService
          A CMDProvideService message is sent asynchronously to all connected VMs when an actor on the sender VM provided a new publication.
 class CMDRequireService
          A CMDRequireService message is sent asynchronously to all connected VMs when an actor on the sender VM has issued a new subscription.
 class CMDTransmitATMessage
          A CMDTransmitATMessage message encapsulates an AmbientTalk message being sent from a sending actor to a recipient actor.