com.ibm.connector2.ims.db
Class IMSJdbcCustomService

java.lang.Object
  |
  +--com.ibm.connector2.ims.db.IMSJdbcCustomService
All Implemented Interfaces:
com.ibm.websphere.runtime.CustomService

public class IMSJdbcCustomService
extends java.lang.Object
implements com.ibm.websphere.runtime.CustomService

This class is only used by WebSphere.


Fields inherited from interface com.ibm.websphere.runtime.CustomService
externalConfigURLKey
 
Constructor Summary
IMSJdbcCustomService()
           
 
Method Summary
 void initialize(java.util.Properties configProperties)
          Causes the IMS JDBC driver to establish a connection to IMS.
 void shutdown()
          Causes the IMS JDBC driver to terminate the connection to IMS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMSJdbcCustomService

public IMSJdbcCustomService()
Method Detail

initialize

public void initialize(java.util.Properties configProperties)
Causes the IMS JDBC driver to establish a connection to IMS.
Specified by:
initialize in interface com.ibm.websphere.runtime.CustomService

shutdown

public void shutdown()
Causes the IMS JDBC driver to terminate the connection to IMS.
Specified by:
shutdown in interface com.ibm.websphere.runtime.CustomService


(C) International Business Machines Corporation 2004. All rights reserved.