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 or P2P ProActiveRuntime acquisition 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 ProActiveDescriptor.getService(java.lang.String serviceID)
          Returns the Service of the given name
 UniversalService VirtualMachine.getService()
          Returns the service mapped to this VirtualMachine
 

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

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

Classes in org.objectweb.proactive.core.descriptor.services that implement UniversalService
 class P2PLookupService
          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.
 



Copyright ? October 2004 INRIA All Rights Reserved.