Protomatter Classes v1.1.6

com.protomatter.jdbc.pool
Class PASJdbcPoolShutdown

java.lang.Object
  |
  +--com.protomatter.jdbc.pool.PASJdbcPoolShutdown
All Implemented Interfaces:
PASShutdown

public class PASJdbcPoolShutdown
extends java.lang.Object
implements PASShutdown

A shutdown class for use with the Protomatter Application Server. It will shutdown all registered pools when PAS shuts down.


Constructor Summary
PASJdbcPoolShutdown()
           
 
Method Summary
 java.lang.String shutdown(java.lang.String name, java.util.Properties pasProps, java.util.Properties myProps, javax.naming.Context context)
          Shutdown all registered connection pools.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PASJdbcPoolShutdown

public PASJdbcPoolShutdown()
Method Detail

shutdown

public java.lang.String shutdown(java.lang.String name,
                                 java.util.Properties pasProps,
                                 java.util.Properties myProps,
                                 javax.naming.Context context)
                          throws ShutdownException
Shutdown all registered connection pools. This is called by PAS during it's shutdown process.
Specified by:
shutdown in interface PASShutdown
See Also:
PASShutdown

Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6