com.emc.mongoose.common.net.Service Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-common Show documentation
Show all versions of mongoose-common Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.common.net;
import com.emc.mongoose.common.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