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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DSession.java44 class Session { class
57 public Session(VirtualMachine vm, ExecutionManager runtime, method in class:Session
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSession.java44 final class Session implements Comparable<Session> { class in inherits:Comparable
65 Session(Token token, long id) { method in class:Session
73 public int compareTo(Session other) {
129 final class SessionRef extends PhantomReference<Session>
132 private static ReferenceQueue<Session> refQueue =
133 new ReferenceQueue<Session>();
138 static ReferenceQueue<Session> referenceQueue() {
158 SessionRef(Session session, long id, Token token) {
/openjdk7/jdk/test/java/rmi/transport/pinClientSocketFactory/
H A DPinClientSocketFactory.java65 Session getSession() throws RemoteException;
68 public interface Session extends Remote { interface in class:PinClientSocketFactory
74 public Session getSession() throws RemoteException {
75 Session impl = new SessionImpl();
82 private static class SessionImpl implements Session {
94 Session session = factoryStub.getSession();

Completed in 60 milliseconds