Ein-Wert-Statistik

Home-Interface:
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();
}



Jan Kechel 2006-04-28