Repository
Class RepoTokenImpl.Context

java.lang.Object
  extended byRepository.RepoTokenImpl.Context
Enclosing class:
RepoTokenImpl

class RepoTokenImpl.Context
extends java.lang.Object

Token context stored as a ServletContext attribute.


Field Summary
(package private)  TokenFrame lastFrame
          Last sent frame.
private  TokenFrame master
          Master frame = issue new token
(package private)  RepoTokenImpl.RepoTokenThread rtt
          Thread class
 
Constructor Summary
(package private) RepoTokenImpl.Context()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

master

private TokenFrame master
Master frame = issue new token


lastFrame

TokenFrame lastFrame
Last sent frame.


rtt

RepoTokenImpl.RepoTokenThread rtt
Thread class

Constructor Detail

RepoTokenImpl.Context

RepoTokenImpl.Context()