Package glue :: Module LDBDServer
[hide private]
[frames] | no frames]

Module LDBDServer

source code

The LDBDServer module provides an API for responding to request from the LDBDClient by connecting to the DB2 database.

This module requires pyGlobus.

This file is part of the Grid LSC User Environment (GLUE)

GLUE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.


Version: 8cbd1b7187ce3ed9a825d6ed11cc432f3cfde9a5

Date: 2017-12-05 15:29:36 +0000

Classes [hide private]
  ServerHandler
An instance of this class is created to service each request of the server.
  ServerHandlerException
Class representing exceptions within the ServerHandler class.
Functions [hide private]
 
dtd_uri_callback(uri) source code
 
initialize(configuration, log) source code
 
shutdown() source code
Variables [hide private]
  __package__ = 'glue'