KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > cache > notifications > CacheListenerOptimisticTest


1 /*
2  * JBoss, Home of Professional Open Source
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7 package org.jboss.cache.notifications;
8
9 public class CacheListenerOptimisticTest extends CacheListenerTest
10 {
11    public CacheListenerOptimisticTest(String JavaDoc s)
12    {
13       super(s);
14       optLocking = true;
15    }
16 }
17
Popular Tags