001 package com.croftsoft.apps.vaft.core;
002
003 import java.rmi.*;
004
005 /*********************************************************************
006 * <P>
007 * @author
008 * <A HREF="http://www.alumni.caltech.edu/~croft">David W. Croft</A>
009 * @version
010 * 1998-04-26
011 *********************************************************************/
012
013 public interface SwapRemote extends Remote
014 //////////////////////////////////////////////////////////////////////
015 //////////////////////////////////////////////////////////////////////
016 {
017
018 public HostList swap ( HostList hostList ) throws RemoteException;
019
020 //////////////////////////////////////////////////////////////////////
021 //////////////////////////////////////////////////////////////////////
022 }