Uses of Class
com.sun.corba.ee.impl.transport.connection.OutboundConnectionState
-
Packages that use OutboundConnectionState Package Description com.sun.corba.ee.impl.transport.connection -
-
Uses of OutboundConnectionState in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection with type parameters of type OutboundConnectionState Modifier and Type Field Description private java.util.Map<C,OutboundConnectionState<C>>
OutboundConnectionCacheBlockingImpl. connectionMap
Methods in com.sun.corba.ee.impl.transport.connection that return OutboundConnectionState Modifier and Type Method Description private OutboundConnectionState<C>
OutboundConnectionCacheBlockingImpl. getConnectionState(ContactInfo<C> cinfo, OutboundCacheEntry<C> entry, C conn)
Methods in com.sun.corba.ee.impl.transport.connection that return types with arguments of type OutboundConnectionState Modifier and Type Method Description private java.util.Map<C,OutboundConnectionState<C>>
OutboundConnectionCacheBlockingImpl. connectionMap()
Methods in com.sun.corba.ee.impl.transport.connection with parameters of type OutboundConnectionState Modifier and Type Method Description private boolean
OutboundConnectionCacheBlockingImpl. reclaimOrClose(OutboundConnectionState<C> cs, C conn)
-