RemoteCacheListenerOptimisticTest.java :  » JBoss » JBossCache » org » jboss » cache » notifications » Java Open Source

Java Open Source » JBoss » JBossCache 
JBossCache » org » jboss » cache » notifications » RemoteCacheListenerOptimisticTest.java
package org.jboss.cache.notifications;

import org.testng.annotations.Test;

/**
 * optimistic counterpart of {@link org.jboss.cache.notifications.RemoteCacheListenerTest}
 *
 * @author <a href="mailto:manik@jboss.org">Manik Surtani</a>
 * @since 2.0.0
 */
@Test(groups = {"functional"})
public class RemoteCacheListenerOptimisticTest extends RemoteCacheListenerTest
{
   public RemoteCacheListenerOptimisticTest()
   {
      optLocking = true;
   }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.