uk.ac.lancs.relate.gateways.services.architecture.communication.rmi
Interface RMIServiceProviderStub
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- EBLMigrationServiceProvider, PresentationControlServiceProvider, RMIServiceProvider
public interface RMIServiceProviderStub
- extends java.rmi.Remote
This interface is meant to be extended by RMI stubs. It basically
ensures that a stub to a ServiceProvider offers all the method
required by ServiceProviders.
- Author:
- Dominique Guinard
Personal Homepage
provide
ServiceResponse provide(ServiceRequest serviceRequest)
throws java.rmi.RemoteException
- Method used to provide a service.
- Throws:
java.rmi.RemoteException