KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > cache > buddyreplication > BuddyReplicationWithPassivationTest


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.buddyreplication;
8
9 /**
10  * @author <a HREF="mailto:manik@jboss.org">Manik Surtani (manik@jboss.org)</a>
11  */

12 public class BuddyReplicationWithPassivationTest extends BuddyReplicationWithCacheLoaderTest
13 {
14    public BuddyReplicationWithPassivationTest()
15    {
16       passivation = true;
17    }
18
19
20 }
21
Popular Tags