uk.ac.lancs.relate.gateways.services.impl.migration
Class EBLMigrationServiceProvider

java.lang.Object
  extended by uk.ac.lancs.relate.gateways.services.architecture.ServiceProvider
      extended by uk.ac.lancs.relate.gateways.services.architecture.communication.rmi.RMIServiceProvider
          extended by uk.ac.lancs.relate.gateways.services.impl.migration.EBLMigrationServiceProvider
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, RMIServiceProviderStub, ProvidersAndRequestersCommonInterface

public class EBLMigrationServiceProvider
extends RMIServiceProvider

This class provides UI migration service using the EBL framework. It extends the RMIServiceProvider and thus uses RMI connectivity. Home page of the EBL project.

Author:
Dominique Guinard
Personal Homepage
See Also:
Serialized Form

Constructor Summary
EBLMigrationServiceProvider(EBLMigrationService service, java.lang.String capabilityLoaderName)
          Creates a new instance of EBLMigrationServiceProvider
 
Method Summary
 java.lang.String getCapabilityLoaderName()
           
 ServiceResponse provide(ServiceRequest request)
          Method used to provide a service.
 
Methods inherited from class uk.ac.lancs.relate.gateways.services.architecture.communication.rmi.RMIServiceProvider
shutdown, startup
 
Methods inherited from class uk.ac.lancs.relate.gateways.services.architecture.ServiceProvider
confirmShutdown, confirmStartup, getService, isRunning, setService, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EBLMigrationServiceProvider

public EBLMigrationServiceProvider(EBLMigrationService service,
                                   java.lang.String capabilityLoaderName)
Creates a new instance of EBLMigrationServiceProvider

Method Detail

provide

public ServiceResponse provide(ServiceRequest request)
Description copied from class: ServiceProvider
Method used to provide a service.

Specified by:
provide in interface RMIServiceProviderStub
Specified by:
provide in class ServiceProvider

getCapabilityLoaderName

public java.lang.String getCapabilityLoaderName()