com.atlassian.util.concurrent
Class LazyReferenceTest

java.lang.Object
  extended by com.atlassian.util.concurrent.LazyReferenceTest

public class LazyReferenceTest
extends java.lang.Object


Constructor Summary
LazyReferenceTest()
           
 
Method Summary
 void concurrentCreate()
           
 void exception()
           
 void getInterruptibly()
           
 void getNotInterruptable()
           
static void main(java.lang.String[] args)
          Used to pound the tests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyReferenceTest

public LazyReferenceTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Used to pound the tests

Parameters:
args - ignored
Throws:
java.lang.Exception

concurrentCreate

public void concurrentCreate()
                      throws java.lang.Exception
Throws:
java.lang.Exception

exception

public void exception()

getNotInterruptable

public void getNotInterruptable()
                         throws java.lang.Exception
Throws:
java.lang.Exception

getInterruptibly

public void getInterruptibly()
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.