Class InboundConnectionCacheBlockingImpl.ConnectionState<C extends Connection>

java.lang.Object
com.sun.corba.ee.impl.transport.connection.InboundConnectionCacheBlockingImpl.ConnectionState<C>
Enclosing class:
InboundConnectionCacheBlockingImpl<C extends Connection>

private static final class InboundConnectionCacheBlockingImpl.ConnectionState<C extends Connection> extends Object
  • Field Details

    • connection

      final C extends Connection connection
    • busyCount

      int busyCount
    • expectedResponseCount

      int expectedResponseCount
    • reclaimableHandle

      ConcurrentQueue.Handle reclaimableHandle
  • Constructor Details

    • ConnectionState

      ConnectionState(C conn)