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

Packages that use ServiceUser
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
 

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

Subinterfaces of ServiceUser in org.objectweb.proactive.core.descriptor.data
 interface VirtualMachine
          A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
 

Classes in org.objectweb.proactive.core.descriptor.data that implement ServiceUser
 class VirtualMachineImpl
          A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
 class VirtualNodeImpl
          A VirtualNode is a conceptual entity that represents one or several nodes.
 

Methods in org.objectweb.proactive.core.descriptor.data with parameters of type ServiceUser
 void ProActiveDescriptorImpl.registerService(ServiceUser serviceUser, java.lang.String serviceID)
           
 void ProActiveDescriptor.registerService(ServiceUser serviceUser, java.lang.String serviceId)
          Maps the service given by the specified serviceID with the specified virtualMachine.
 



Copyright 2001-2005 INRIA All Rights Reserved.