edu.ucsb.adl.middleware.rmi
Interface CancelService

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
CancelServiceImpl

public interface CancelService
extends java.rmi.Remote

RMI interface to the ADL cancel service.

Version:
$Header: /export/home/gjanee/middleware/edu/ucsb/adl/middleware/rmi/RCS/CancelService.java,v 1.1 2001/02/16 00:14:33 gjanee Exp $

$Log: CancelService.java,v $ Revision 1.1 2001/02/16 00:14:33 gjanee Initial revision

Author:
Greg Janée
Alexandria Digital Library

Method Summary
 void performCancelService(int id)
          Performs the ADL cancel service.
 

Method Detail

performCancelService

public void performCancelService(int id)
                          throws MiddlewareException,
                                 java.rmi.RemoteException
Performs the ADL cancel service.

Parameters:
id - The query's ID. If the ID is invalid, the service does nothing.
Throws:
NoAuthorizationException - If the request is not allowed.
java.rmi.RemoteException - If an RMI error occurs.
InternalErrorException - If the request cannot otherwise be completed.
MiddlewareException