Searched refs:CacheTable (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/rcache/
H A DCacheTable.java42 public class CacheTable extends Hashtable<String,ReplayCache> { class in inherits:Hashtable
47 public CacheTable () { method in class:CacheTable
H A DReplayCache.java51 private CacheTable table;
57 * Constructs a ReplayCache for a client principal in specified <code>CacheTable</code>.
59 * @param ct CacheTable.
61 public ReplayCache (String p, CacheTable ct) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DCacheTable.java35 public class CacheTable { class
60 private CacheTable() {} method in class:CacheTable
61 public CacheTable(ORB orb, boolean u) { method in class:CacheTable
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java130 import com.sun.corba.se.impl.orbutil.CacheTable;
157 private CacheTable valueCache = null;
160 private CacheTable repositoryIdCache = null;
163 private CacheTable codebaseCache = null;
1032 valueCache = new CacheTable(orb,false);
1105 valueCache = new CacheTable(orb,false);
1138 valueCache = new CacheTable(orb,false);
1206 valueCache = new CacheTable(orb,false);
1292 valueCache = new CacheTable(orb,false);
1693 repositoryIdCache = new CacheTable(or
[all...]
H A DCDROutputStream_1_0.java92 import com.sun.corba.se.impl.orbutil.CacheTable;
122 private CacheTable codebaseCache = null;
125 private CacheTable valueCache = null;
128 private CacheTable repositoryIdCache = null;
1297 valueCache = new CacheTable(orb,true);
1320 repositoryIdCache = new CacheTable(orb,true);
1331 codebaseCache = new CacheTable(orb,true);
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbApReq.java55 private static CacheTable table = new CacheTable();

Completed in 2043 milliseconds