Uses of Class
com.sun.corba.ee.impl.transport.connection.InboundConnectionCacheBlockingImpl.ConnectionState
-
Packages that use InboundConnectionCacheBlockingImpl.ConnectionState Package Description com.sun.corba.ee.impl.transport.connection -
-
Uses of InboundConnectionCacheBlockingImpl.ConnectionState in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection with type parameters of type InboundConnectionCacheBlockingImpl.ConnectionState Modifier and Type Field Description private java.util.Map<C,InboundConnectionCacheBlockingImpl.ConnectionState<C>>
InboundConnectionCacheBlockingImpl. connectionMap
Methods in com.sun.corba.ee.impl.transport.connection that return InboundConnectionCacheBlockingImpl.ConnectionState Modifier and Type Method Description private InboundConnectionCacheBlockingImpl.ConnectionState<C>
InboundConnectionCacheBlockingImpl. getConnectionState(C conn)
-