Class OutboundConnectionCacheImpl.CacheEntry<C extends Connection>
- java.lang.Object
-
- com.sun.corba.ee.impl.transport.connection.OutboundConnectionCacheImpl.CacheEntry<C>
-
- Enclosing class:
- OutboundConnectionCacheImpl<C extends Connection>
private static final class OutboundConnectionCacheImpl.CacheEntry<C extends Connection> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ConcurrentQueue<C>
busyConnections
(package private) ConcurrentQueue<C>
idleConnections
-
Constructor Summary
Constructors Modifier Constructor Description private
CacheEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
totalConnections()
-
-
-
Field Detail
-
idleConnections
final ConcurrentQueue<C extends Connection> idleConnections
-
busyConnections
final ConcurrentQueue<C extends Connection> busyConnections
-
-