Project

General

Profile

1 26600 sandro.lab
package eu.dnetlib.enabling.hcm.rmi;
2
3
import javax.jws.WebService;
4
5
import eu.dnetlib.common.rmi.BaseService;
6
7
/**
8
 * Like a HostingNodeManager, but any webapp (web context) can have its own.
9
 * <p>
10
 * useful for dispatching notifications shared by all the services local to a single context.
11
 * </p>
12
 *
13
 * @author marko
14
 * @author antonis
15
 *
16
 */
17
@WebService(targetNamespace = "http://services.dnetlib.eu/")
18
public interface HostingContextManagerService extends BaseService {
19
20
}