1 23 package com.sun.enterprise.server.pluggable; 24 25 import com.sun.enterprise.server.ss.*; 26 import com.sun.enterprise.pluggable.Utils; 27 import com.sun.enterprise.autotxrecovery.TransactionRecovery; 28 29 35 public class PEPluggableFeatureImpl extends TomcatPluggableFeatureImpl { 36 37 static { 38 featureImplClasses.setProperty(Utils.getNQClassName(ASLazyKernel.class), 40 "com.sun.enterprise.server.ss.ASLazyKernel"); 41 featureImplClasses.setProperty(Utils.getNQClassName(TransactionRecovery.class), 42 "com.sun.enterprise.server.TransactionRecoveryServicePEImpl"); 43 44 } 45 46 49 public PEPluggableFeatureImpl() { 50 super(); 51 } 52 53 } 54 | Popular Tags |