boolean de.alysis.r.submit.model.SubmitImpl.requiresLogin  )  throws ModelException
 

Returns:
true if login is required.
Exceptions:
ModelException 

Implements de.alysis.r.submit.model.Submit.

00042                                                              {
00043                 if (connection == null) {
00044                         String message = "Not connected.";
00045                         logger.error(message);
00046                         throw new ModelException(message);
00047                 }
00048                 return this.connection.needLogin();
00049         }


Generated on Mon Jun 26 18:45:59 2006 for RSubmit by  doxygen 1.4.6