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

Part Number E13941-04

weblogic.wsee.connection.transport.jms
Class JmsQueueConnectionPoolInternal

java.lang.Object
  extended by weblogic.wsee.connection.transport.jms.JmsQueueConnectionPoolInternal

public class JmsQueueConnectionPoolInternal
extends Object


Constructor Summary
JmsQueueConnectionPoolInternal(int capacity)
           
 
Method Summary
 boolean add(JmsQueueConnection conn)
           
 void clear()
           
 int connectionsCount()
           
 void decreaseCount()
           
 void increaseCount()
           
 boolean isAlive()
           
 boolean needRefresh()
           
 JmsQueueConnection remove()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsQueueConnectionPoolInternal

public JmsQueueConnectionPoolInternal(int capacity)
Method Detail

remove

public JmsQueueConnection remove()

add

public boolean add(JmsQueueConnection conn)

size

public int size()

connectionsCount

public int connectionsCount()

increaseCount

public void increaseCount()

decreaseCount

public void decreaseCount()

needRefresh

public boolean needRefresh()

isAlive

public boolean isAlive()

clear

public void clear()

Copyright 1996, 2010, 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.4)

Part Number E13941-04