Uses of Class
gov.nasa.arc.brahms.vm.data.VMTransferDefinition

Packages that use VMTransferDefinition
gov.nasa.arc.brahms.vm.rt   
 

Uses of VMTransferDefinition in gov.nasa.arc.brahms.vm.rt
 

Methods in gov.nasa.arc.brahms.vm.rt with parameters of type VMTransferDefinition
protected  void VMCommunicateActivityCtx.receive(VMTransferDefinition tdf, long time)
          Communicates with the active instances that are to be communicated with and requests from them the beliefs that match the specified transfer definition.
protected  void VMBroadcastActivityCtx.send(VMTransferDefinition tdf, long time)
          Sends all the beliefs held by the communicating active instance and matching the specified transfer definition to all active instances communicated with.
 

Method parameters in gov.nasa.arc.brahms.vm.rt with type arguments of type VMTransferDefinition
protected  void VMCommunicateActivityCtx.receive(java.util.Enumeration<VMTransferDefinition> tdfs, long time)
          Communicates with the active instances that are to be communicated with and requests from them the beliefs that match the specified transfer definition.
protected  void VMBroadcastActivityCtx.send(java.util.Enumeration<VMTransferDefinition> tdfs, long time)
          Sends all the beliefs held by the communicating active instance and matching the specified transfer definitions to all active instances communicated with.
 



Copyright © 1997-2012 All Rights Reserved.