void de.alysis.r.basemodel.server.ServerImpl.connect  ) 
 

Create or resume connection.

Implements de.alysis.r.basemodel.server.Server.

00094                               {
00095                 BaseConnection bc = getConnection();
00096                 if (bc != null && !isAvailable()) {
00097                         logger.debug("current connection not available.");
00098                         closeConnection();
00099                 }
00100                 if (getConnection() == null) {
00101                         logger.debug("creating new connection.");
00102                         this.connection = new BaseConnectionImpl(this);
00103                 }
00104         }


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