| java.lang.Object org.apache.ojb.junit.JUnitExtensions org.apache.ojb.broker.MultithreadedReadTest
MultithreadedReadTest | public class MultithreadedReadTest extends JUnitExtensions.MultiThreadedTestCase (Code) | | Tests multithreaded read of objects using proxy for nested 1:1 references
Account --> Buyer --> Address --> AddressType
author: Armin Waibel version: $Id: MultithreadedReadTest.java,v 1.3.2.2 2004/09/30 13:52:02 arminw Exp $ |
Inner Class :public interface Account extends Base | |
Inner Class :public static class AccountImpl extends BaseImpl implements Account | |
Inner Class :public interface Buyer extends Base | |
Inner Class :public static class BuyerImpl extends BaseImpl implements Buyer | |
Inner Class :public interface Address extends Base | |
Inner Class :public static class AddressImpl extends BaseImpl implements Address | |
Inner Class :public interface AddressType extends Base | |
Inner Class :public static class AddressTypeImpl extends BaseImpl implements AddressType | |
Inner Class :public interface Base | |
Inner Class :public static class BaseImpl | |
Inner Class :public static interface Invoice extends Base | |
Inner Class :public static class InvoiceImpl extends BaseImpl implements Invoice | |
Inner Class :public static interface Article extends Base | |
Inner Class :public static class ArticleImpl extends BaseImpl implements Article | |
LINK | final static int LINK(Code) | | |
NONE | final static int NONE(Code) | | |
OBJECT | final static int OBJECT(Code) | | |
concurrentThreads | int concurrentThreads(Code) | | |
numberOfObjects | int numberOfObjects(Code) | | |
MultithreadedReadTest | public MultithreadedReadTest(String s)(Code) | | |
changeReferenceSetting | void changeReferenceSetting(PersistenceBroker broker, Class clazz, String fieldName, boolean autoRetrieve, int autoUpdate, int autoDelete, boolean proxy)(Code) | | |
testMultithreadedLazyRead | public void testMultithreadedLazyRead() throws Exception(Code) | | Different threads try to materialize the same bunch of objects
|
testMultithreadedRead | public void testMultithreadedRead() throws Exception(Code) | | Different threads try to materialize the same bunch of objects.
|
testObjectMaterializationByDifferentThread | public void testObjectMaterializationByDifferentThread() throws Exception(Code) | | Read objects using lazy materialization for references from DB. Different threads
call the references on the read objects
|
|
|