package ejb.statistik;
public interface module_remotehome_singlevalue
{
public module_remote create()
throws javax.ejb.CreateException,java.rmi.RemoteException;
}
Remote-Interface:
package ejb.statistik;
public interface module_remote_singlevalue
{
public statistikValue getData();
}