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

All Known Subinterfaces:
VirtualMachine
All Known Implementing Classes:
VirtualMachineImpl, VirtualNodeImpl

public interface ServiceUser

An object implementing this interface, contains an UniversalService

Since:
ProActive 2.2
Version:
1.0, 2005/01/20
Author:
ProActive Team
See Also:
UniversalService

Method Summary
 java.lang.String getUserClass()
          Returns the real class of the service user
 void setService(UniversalService service)
          Sets the given service
 

Method Detail

setService

public void setService(UniversalService service)
                throws ProActiveException
Sets the given service

Parameters:
service - the service to set
Throws:
ProActiveException - if the given service cannot be set on the user object

getUserClass

public java.lang.String getUserClass()
Returns the real class of the service user

Returns:
the real class of the service user


Copyright 2001-2005 INRIA All Rights Reserved.