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 ShutdownRemote extends Remote 014 ////////////////////////////////////////////////////////////////////// 015 ////////////////////////////////////////////////////////////////////// 016 { 017 018 public boolean shutdown ( String password ) throws RemoteException; 019 020 ////////////////////////////////////////////////////////////////////// 021 ////////////////////////////////////////////////////////////////////// 022 }