package ejb.statistik;
public interface module_remotehome_multivalue
{
public module_remote_multivalue create()
throws javax.ejb.CreateException,java.rmi.RemoteException;
}
Remote-Interface:
package ejb.statistik;
public interface module_remote_multivalue
{
public statistikValue[] getData()
}