com.notuvy.singleapp
Class TestSingletonApplicationLauncher

java.lang.Object
  extended by com.notuvy.singleapp.TestSingletonApplicationLauncher

public class TestSingletonApplicationLauncher
extends Object

User: murali Date: 7/6/12 Time: 7:08 PM To change this template use File | Settings | File Templates.


Constructor Summary
TestSingletonApplicationLauncher()
           
 
Method Summary
 void initialize()
           
static void setupThis()
           
 void stopCurrentRegulator()
           
 void testDeferDifferentUser()
           
 void testDeferSameUser()
           
 void testPreemptDifferentUser()
           
 void testPreemptSameUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSingletonApplicationLauncher

public TestSingletonApplicationLauncher()
Method Detail

initialize

public void initialize()

stopCurrentRegulator

public void stopCurrentRegulator()

setupThis

public static void setupThis()

testDeferSameUser

public void testDeferSameUser()
                       throws InterruptedException
Throws:
InterruptedException

testDeferDifferentUser

public void testDeferDifferentUser()
                            throws InterruptedException
Throws:
InterruptedException

testPreemptSameUser

public void testPreemptSameUser()

testPreemptDifferentUser

public void testPreemptDifferentUser()


Copyright © 2012. All Rights Reserved.