Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-07

weblogic.webservice.binding.jms
Class ConnectionPool

java.lang.Object
  extended by java.util.TimerTask
      extended by weblogic.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


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, run, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

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


close

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


Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-07