OptimisticNotificationTest.java :  » JBoss » JBossCache » org » jboss » cache » jmx » Java Open Source

Java Open Source » JBoss » JBossCache 
JBossCache » org » jboss » cache » jmx » OptimisticNotificationTest.java
/*
 * JBoss, Home of Professional Open Source
 *
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package org.jboss.cache.jmx;


/**
 * @author <a href="mailto:manik@jboss.org">Manik Surtani (manik@jboss.org)</a>
 */
public class OptimisticNotificationTest extends NotificationTest
{
   public OptimisticNotificationTest()
   {
      optimistic = 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.