Uses of Interface
org.objectweb.proactive.core.descriptor.services.UniversalService

Packages that use UniversalService
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 UniversalService in org.objectweb.proactive.core.descriptor.data
 

Methods in org.objectweb.proactive.core.descriptor.data that return UniversalService
 UniversalService VirtualMachineImpl.getService()
           
 UniversalService ProActiveDescriptorImpl.getService(java.lang.String serviceID)
           
 UniversalService VirtualMachine.getService()
          Returns the service mapped to this VirtualMachine
 UniversalService ProActiveDescriptor.getService(java.lang.String serviceID)
          Returns the Service of the given name
 

Methods in org.objectweb.proactive.core.descriptor.data with parameters of type UniversalService
 void VirtualNodeImpl.setService(UniversalService service)
           
 void VirtualMachineImpl.setService(UniversalService service)
           
 void ProActiveDescriptorImpl.addService(java.lang.String serviceID, UniversalService service)
           
 void VirtualMachine.setService(UniversalService service)
          Sets the service mapped to this VirtualMachine to the given service
 void ProActiveDescriptor.addService(java.lang.String serviceID, UniversalService service)
          Updates with the effective service, all objects that are mapped with the serviceID.
 

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

Classes in org.objectweb.proactive.core.descriptor.services that implement UniversalService
 class FaultToleranceService
          This class represents the fault-tolerance configuration for a virtual node, i.e, url of ft servers and ft values such as ttc
 class P2PDescriptorService
          This class represents a service to acquire ProActiveRuntime(JVMs) with the ProActive P2P infrastructure This service can be defined and used transparently when using XML Deployment descriptor
 class RMIRegistryLookupService
          This class represents a service to acquire with an RMI lookup a ProActiveRuntime(JVM) previously registered in a RMIRegistry on a local or remote host.
 

Methods in org.objectweb.proactive.core.descriptor.services with parameters of type UniversalService
 void ServiceUser.setService(UniversalService service)
          Sets the given service
 



Copyright 2001-2005 INRIA All Rights Reserved.