View Javadoc
1 /* 2 * @(#)LinkServerRemote.java 3 * 4 * JFoxMQ the open source JMS MOM. 5 * 6 * Corpyright 2002-2003 Huihoo Power, Inc. All Rights Reserved. This software 7 * is licensed under LGPL license. 8 * 9 * For more information, please visit: http://www.huihoo.org 10 */ 11 12 package org.huihoo.jfox.ms.crb.rmi; 13 14 import org.huihoo.jfox.ms.crb.LinkServer; 15 16 /*** 17 * @author Liang.Zhao (zlushangnwpu@sina.com) 18 * @version @created July 23th 2003 19 * 20 */ 21 public interface LinkServerRemote extends LinkServer, java.rmi.Remote { 22 //public void test()throws Exception; 23 }

This page was automatically generated by Maven