edu.ucsb.adl.middleware.rmi
Interface StatusService

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

public interface StatusService
extends java.rmi.Remote

RMI interface to the ADL status service.

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

$Log: StatusService.java,v $ Revision 1.1 2001/02/16 00:15:20 gjanee Initial revision

Author:
Greg Janée
Alexandria Digital Library

Method Summary
 java.lang.String performStatusService()
          Performs the ADL status service.
 

Method Detail

performStatusService

public java.lang.String performStatusService()
                                      throws MiddlewareException,
                                             java.rmi.RemoteException
Performs the ADL status service.

Returns:
An HTML document.
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