Class InboundConnectionCacheImpl.ConnectionState<C extends Connection>
java.lang.Object
com.sun.corba.ee.impl.transport.connection.InboundConnectionCacheImpl.ConnectionState<C>
- Enclosing class:
InboundConnectionCacheImpl<C extends Connection>
private static final class InboundConnectionCacheImpl.ConnectionState<C extends Connection>
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final AtomicInteger
(package private) final C
(package private) final AtomicInteger
(package private) ConcurrentQueue.Handle
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connection
-
busyCount
-
expectedResponseCount
-
reclaimableHandle
ConcurrentQueue.Handle reclaimableHandle
-
-
Constructor Details
-
ConnectionState
ConnectionState(C conn)
-