Uses of Interface
com.sun.corba.ee.spi.transport.connection.ContactInfo
Packages that use ContactInfo
Package
Description
-
Uses of ContactInfo in com.sun.corba.ee.impl.transport.connection
Methods in com.sun.corba.ee.impl.transport.connection with parameters of type ContactInfoModifier and TypeMethodDescriptionbooleanOutboundConnectionCacheBlockingImpl.canCreateNewConnection(ContactInfo<C> cinfo) booleanOutboundConnectionCacheImpl.canCreateNewConnection(ContactInfo<C> cinfo) OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo) OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder) OutboundConnectionCacheImpl.get(ContactInfo<C> cinfo) OutboundConnectionCacheImpl.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder) Constructors in com.sun.corba.ee.impl.transport.connection with parameters of type ContactInfoModifierConstructorDescriptionOutboundConnectionState(ContactInfo<C> cinfo, OutboundCacheEntry<C> entry, C conn) -
Uses of ContactInfo in com.sun.corba.ee.spi.transport.connection
Methods in com.sun.corba.ee.spi.transport.connection with parameters of type ContactInfoModifier and TypeMethodDescriptionbooleanOutboundConnectionCache.canCreateNewConnection(ContactInfo<C> cinfo) Determine whether a new connection could be created by the ConnectionCache or not.ConnectionFinder.find(ContactInfo<C> cinfo, Collection<C> idleConnections, Collection<C> busyConnections) Method that searches idleConnections and busyConnections for the best connection.OutboundConnectionCache.get(ContactInfo<C> cinfo) Behaves the same asOutboundConnectionCache.get(ContactInfo, ConnectionFinder)except that no connection finder is provided, so that step is ignored.OutboundConnectionCache.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder) Return a Connection corresponding to the given ContactInfo.