Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release > by-pkgid > dd8196a952d0a44b0ed411a7746c757c > files > 38

cobertura-1.9-11mdv2010.0.noarch.rpm

package test.first;

import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;

public final class RemoteListener extends UnicastRemoteObject implements RemoteInterface {
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	protected RemoteListener() throws RemoteException
	{
		
	}
}