All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.emc.mongoose.api.model.svc.Service Maven / Gradle / Ivy

There is a newer version: 4.0.0-alpha5
Show newest version
package com.emc.mongoose.api.model.svc;

import com.emc.mongoose.api.model.concurrent.Daemon;

import java.rmi.Remote;
import java.rmi.RemoteException;

/**
 Created by kurila on 07.05.14.
 A remote service which has a name for resolution by URI.
 */
public interface Service
extends Remote, Daemon {

	int getRegistryPort()
	throws RemoteException;

	String getName()
	throws RemoteException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy