/*
 * Generated by XDoclet - Do not edit!
 */
package com.dragonsoft.tryapp.ejb.session.interfaces;

/**
 * Remote interface for Submit.
 */
public interface Submit
   extends javax.ejb.EJBObject
{
   /**
    * Allows the submission of files through the system.
    * @param submission an object which encapsulates the necessary information for a submission.
    * @return The Hash that represents the submission.
    * @throws RemoteException If there is a problem with the connection.
    */
   public java.lang.String submit( com.dragonsoft.tryapp.common.SubmissionObj submission )
      throws java.rmi.RemoteException;

}
