1 22 package org.jboss.mq.il.jvm; 23 24 import java.util.Properties ; 25 26 import org.jboss.mq.il.ServerIL; 27 import org.jboss.mq.il.ServerILFactory; 28 29 36 public class JVMServerILFactory implements ServerILFactory { 37 38 46 public ServerIL getServerIL() 47 throws Exception { 48 throw new Exception ("WOW, JVM does not find its server to invok.!!!"); 53 } 54 55 56 public void init( Properties init ) { 57 } 58 59 } 60 | Popular Tags |