KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > cache > pojo > test > propagation > impl > PropagationRuleFactory


1 package org.jboss.cache.pojo.test.propagation.impl;
2
3 import org.jboss.cache.pojo.test.propagation.PropagationRule;
4
5 public class PropagationRuleFactory
6 {
7    public static PropagationRule getPropagationRule()
8    {
9       return new ORSummaryRule();
10    }
11 }
12
Popular Tags