BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.webservice.binding.jms
Class ConnectionPool

java.lang.Object
  extended byjava.util.TimerTask
      extended byweblogic.webservice.binding.jms.ConnectionPool
All Implemented Interfaces:
Runnable

Deprecated. please migrate to jws for webservices

public class ConnectionPool
extends TimerTask

Connection Pool on the client side, to hold jms connections

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void close()
          Deprecated. close all outstanding JMS connections.
static ConnectionPool getInstance()
          Deprecated. returns the JMS connection pool
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
Deprecated. 
close all outstanding JMS connections.


getInstance

public static ConnectionPool getInstance()
Deprecated. 
returns the JMS connection pool


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.