bea.jolt.pool.servlet.weblogic
Class PoolManagerShutDown

java.lang.Object
  bea.jolt.pool.servlet.weblogic.PoolManagerShutDown

public class PoolManagerShutDown
extends java.lang.Object

This class is the shutdown class for a Jolt Session Pool Manager and one or more Jolt Session Pools.

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

Constructor Summary
PoolManagerShutDown()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String shutdown()
          This is the entry point for the BEA WebLogic Shutdown Object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolManagerShutDown

public PoolManagerShutDown()
Method Detail

shutdown

public java.lang.String shutdown()
                          throws java.lang.Exception
This is the entry point for the BEA WebLogic Shutdown Object. It terminates all the session pools to a BEA Tuxedo system.

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception