1 /*
2 * Copyright (C) The Apache Software Foundation. All rights reserved.
3 *
4 * This software is published under the terms of the Apache Software License
5 * version 1.1, a copy of which has been included with this distribution in
6 * the LICENSE file.
7 */
8 package org.apache.avalon.excalibur.naming.rmi;
9
10 import java.rmi.Remote;
11 import org.apache.avalon.excalibur.naming.NamingProvider;
12
13 /***
14 * The underlying communication interface for remote contexts.
15 *
16 * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
17 * @version $Revision: 1.2 $
18 */
19 public interface RMINamingProvider
20 extends NamingProvider, Remote
21 {
22 }
This page was automatically generated by Maven