All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.pool.servlet.weblogic.PoolManagerShutDown

java.lang.Object
   |
   +----bea.jolt.pool.servlet.weblogic.PoolManagerShutDown

public class PoolManagerShutDown
extends Object
This class is the shutdown class for a Jolt Session Pool Manager and one or more Jolt Session Pools. It takes a single shutdown parameter from the weblogic.properties file that identifies the poolname of the pool to shutdown.

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o PoolManagerShutDown()

Method Index

 o setServices(T3ServicesDef)
We don't need access to any services, so this method does nothing.
 o shutdown(String, Hashtable)
This is the entry point for the BEA WebLogic Shutdown Object.

Constructors

 o PoolManagerShutDown
 public PoolManagerShutDown()

Methods

 o setServices
 public void setServices(T3ServicesDef services)
We don't need access to any services, so this method does nothing. This method is here to satisfy the T3ShutdownDef interface.

 o shutdown
 public String shutdown(String name,
                        Hashtable params) throws Exception
This is the entry point for the BEA WebLogic Shutdown Object. It terminates a named session pool to close sessions to a BEA TUXEDO system.

Parameters:
name - Virtual name in weblogic.properties file
params - Shutdown arguments

All Packages  Class Hierarchy  This Package  Previous  Next  Index