Searched defs:connectionCache (Results 1 - 9 of 9) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaInboundConnectionCacheImpl.java55 protected Collection connectionCache; field in class:CorbaInboundConnectionCacheImpl
61 this.connectionCache = new ArrayList();
80 connectionCache.add(connection);
92 connectionCache.remove(connection);
104 return connectionCache;
109 return connectionCache;
H A DCorbaOutboundConnectionCacheImpl.java56 protected Hashtable connectionCache; field in class:CorbaOutboundConnectionCacheImpl
62 this.connectionCache = new Hashtable();
77 return (Connection) connectionCache.get(contactInfo);
88 connectionCache.put(contactInfo, connection);
101 connectionCache.remove(contactInfo);
114 return connectionCache.values();
119 return connectionCache;
H A DCorbaContactInfoBase.java81 protected OutboundConnectionCache connectionCache; field in class:CorbaContactInfoBase
108 public void setConnectionCache(OutboundConnectionCache connectionCache) argument
110 this.connectionCache = connectionCache;
115 return connectionCache;
H A DSocketOrChannelAcceptorImpl.java98 protected InboundConnectionCache connectionCache; field in class:SocketOrChannelAcceptorImpl
211 public void setConnectionCache(InboundConnectionCache connectionCache) argument
213 this.connectionCache = connectionCache;
218 return connectionCache;
H A DSocketOrChannelConnectionImpl.java120 protected ConnectionCache connectionCache; field in class:SocketOrChannelConnectionImpl
1104 public void setConnectionCache(ConnectionCache connectionCache) argument
1106 this.connectionCache = connectionCache;
1111 return connectionCache;
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DAcceptor.java85 * @param connectionCache.
87 public void setConnectionCache(InboundConnectionCache connectionCache); argument
H A DContactInfo.java127 * @param connectionCache.
129 public void setConnectionCache(OutboundConnectionCache connectionCache); argument
H A DConnection.java222 public void setConnectionCache(ConnectionCache connectionCache); argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DParserTable.java960 public void setConnectionCache(InboundConnectionCache connectionCache){} argument
991 public void setConnectionCache(InboundConnectionCache connectionCache){} argument

Completed in 32 milliseconds