Package edu.uiuc.ncsa.security.util.pkcs
Class KeyPairPopulationThread
- java.lang.Object
- 
- java.lang.Thread
- 
- edu.uiuc.ncsa.security.core.util.QueuePopulationThread<KeyPair>
- 
- edu.uiuc.ncsa.security.util.pkcs.KeyPairPopulationThread
 
 
 
- 
- All Implemented Interfaces:
- Runnable
 
 public class KeyPairPopulationThread extends QueuePopulationThread<KeyPair> Worker thread that createsKeyPairs and puts them into a queue.Created by Jeff Gaynor 
 on 2/20/12 at 2:35 PM
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class java.lang.ThreadThread.State, Thread.UncaughtExceptionHandler
 
- 
 - 
Field Summary- 
Fields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
- 
 - 
Constructor SummaryConstructors Constructor Description KeyPairPopulationThread(int maxQueueSize, long sleepInterval, QueueWithSpare<KeyPair> q)KeyPairPopulationThread(QueueWithSpare<KeyPair> q)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeyPaircreateNew()- 
Methods inherited from class edu.uiuc.ncsa.security.core.util.QueuePopulationThreadgetLogger, getQ, isStopThread, log, run, setStopThread
 - 
Methods inherited from class java.lang.ThreadactiveCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
 
- 
 
- 
- 
- 
Constructor Detail- 
KeyPairPopulationThreadpublic KeyPairPopulationThread(int maxQueueSize, long sleepInterval, QueueWithSpare<KeyPair> q)
 - 
KeyPairPopulationThreadpublic KeyPairPopulationThread(QueueWithSpare<KeyPair> q) 
 
- 
 - 
Method Detail- 
createNewprotected KeyPair createNew() - Specified by:
- createNewin class- QueuePopulationThread<KeyPair>
 
 
- 
 
-