KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.jboss.cache.notifications;
2
3 /**
4  * optimistic counterpart of {@link org.jboss.cache.notifications.RemoteCacheListenerTest}
5  *
6  * @author <a HREF="mailto:manik@jboss.org">Manik Surtani</a>
7  * @since 2.0.0
8  */

9 public class RemoteCacheListenerOptimisticTest extends RemoteCacheListenerTest
10 {
11    public RemoteCacheListenerOptimisticTest()
12    {
13       optLocking = true;
14    }
15 }
16
Popular Tags