gistoolkit.server.mapservice.adminextender.datasourcehandlers
Class DB2SpatialHandler

java.lang.Object
  extended bygistoolkit.server.mapservice.adminextender.datasourcehandlers.DB2SpatialHandler

public class DB2SpatialHandler
extends java.lang.Object

Class to handle the creation of the DB2 Spatial Extender data source, display the parameters, and handle the return values.


Constructor Summary
DB2SpatialHandler()
           
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService)
          handle requests.
static DataSource getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static void showServicePage(Request inRequest, Response inResponse, Server inServer, Service inService)
          Show information only about the indicated server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DB2SpatialHandler

public DB2SpatialHandler()
Method Detail

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer,
                         Service inService)
handle requests.


showServicePage

public static void showServicePage(Request inRequest,
                                   Response inResponse,
                                   Server inServer,
                                   Service inService)
Show information only about the indicated server


getDataSource

public static DataSource getDataSource(Request inRequest,
                                       Response inResponse,
                                       Server inServer,
                                       Service inService)
                                throws java.lang.Exception
Create the Data source.

Throws:
java.lang.Exception