Uses of Interface
org.objectweb.proactive.core.descriptor.data.VirtualMachine

Packages that use VirtualMachine
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
org.objectweb.proactive.core.descriptor.services Provides classes to start JVM acquisition services like RMI lookup service on a ProActiveRuntime, P2P ProActiveRuntime acquisition service, or Fault Tolerance service.  
 

Uses of VirtualMachine in org.objectweb.proactive.core.descriptor.data
 

Classes in org.objectweb.proactive.core.descriptor.data that implement VirtualMachine
 class VirtualMachineImpl
          A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
 

Methods in org.objectweb.proactive.core.descriptor.data that return VirtualMachine
 VirtualMachine VirtualNodeLookup.getVirtualMachine()
           
 VirtualMachine VirtualNodeImpl.getVirtualMachine()
           
 VirtualMachine ProActiveDescriptorImpl.getVirtualMachine(java.lang.String name)
           
 VirtualMachine ProActiveDescriptorImpl.createVirtualMachine(java.lang.String vmName)
           
 VirtualMachine ProActiveDescriptor.getVirtualMachine(java.lang.String name)
          Returns the VitualMachine of the given name
 VirtualMachine ProActiveDescriptor.createVirtualMachine(java.lang.String vmName)
          Creates a VirtualMachine of the given name
 VirtualMachine VirtualNode.getVirtualMachine()
          Returns the virtualMachine entity linked to this VirtualNode or if cyclic, returns one of the VirtualMachines linked to this VirtualNode with a cyclic manner(internal count incremented each time this method is called).
 

Methods in org.objectweb.proactive.core.descriptor.data with parameters of type VirtualMachine
 void VirtualNodeLookup.addVirtualMachine(VirtualMachine virtualMachine)
           
 void VirtualNodeImpl.addVirtualMachine(VirtualMachine virtualMachine)
           
 void ProActiveDescriptorImpl.registerProcess(VirtualMachine virtualMachine, java.lang.String processID)
           
 void ProActiveDescriptor.registerProcess(VirtualMachine virtualMachine, java.lang.String processID)
          Maps the process given by the specified processID with the specified virtualMachine.
 void VirtualNode.addVirtualMachine(VirtualMachine virtualMachine)
          Adds a VirtualMachine entity to this VirtualNode
 

Uses of VirtualMachine in org.objectweb.proactive.core.descriptor.services
 

Constructors in org.objectweb.proactive.core.descriptor.services with parameters of type VirtualMachine
ServiceThread(VirtualNode vn, VirtualMachine vm)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.