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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSession.java63 private final SessionRef sessionRef;
70 sessionRef = new SessionRef(this, id, token);
129 final class SessionRef extends PhantomReference<Session> class in inherits:PhantomReference,Comparable
130 implements Comparable<SessionRef> {
135 private static Set<SessionRef> refList =
136 Collections.synchronizedSortedSet(new TreeSet<SessionRef>());
148 SessionRef next = (SessionRef) refQueue.poll();
158 SessionRef(Session session, long id, Token token) { method in class:SessionRef
182 public int compareTo(SessionRef othe
[all...]

Completed in 29 milliseconds