org.fcrepo.test.fesl.policyindex
Class PolicyIndexExerciser

java.lang.Object
  extended by java.lang.Thread
      extended by org.fcrepo.test.fesl.policyindex.PolicyIndexExerciser
All Implemented Interfaces:
Runnable

public class PolicyIndexExerciser
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PolicyIndexExerciser(String testurl, String testuser, String testpassword)
           
PolicyIndexExerciser(String testurl, String testuser, String testpassword, String adminUrl, String adminUser, String adminPassword, String[] testPids)
           
 
Method Summary
 boolean failed()
           
 Throwable failure()
           
 String lastUrl()
           
static int readerPassedCount()
           
static int readerRunningCount()
           
 void run()
           
 void stopit()
           
static int updaterPassedCount()
           
static int updaterRunningCount()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyIndexExerciser

public PolicyIndexExerciser(String testurl,
                            String testuser,
                            String testpassword,
                            String adminUrl,
                            String adminUser,
                            String adminPassword,
                            String[] testPids)
                     throws Exception
Throws:
Exception

PolicyIndexExerciser

public PolicyIndexExerciser(String testurl,
                            String testuser,
                            String testpassword)
                     throws Exception
Throws:
Exception
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread

stopit

public void stopit()

updaterRunningCount

public static int updaterRunningCount()

updaterPassedCount

public static int updaterPassedCount()

readerRunningCount

public static int readerRunningCount()

readerPassedCount

public static int readerPassedCount()

failure

public Throwable failure()

failed

public boolean failed()

lastUrl

public String lastUrl()


Copyright © 2012 DuraSpace. All Rights Reserved.