edu.ucsb.adl.middleware.rmi
Interface ConfigurationService

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

public interface ConfigurationService
extends java.rmi.Remote

RMI interface to the ADL configuration service.

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

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

Author:
Greg Janée
Alexandria Digital Library

Method Summary
 java.util.Properties performConfigurationService()
          Performs the ADL configuration service.
 

Method Detail

performConfigurationService

public java.util.Properties performConfigurationService()
                                                 throws MiddlewareException,
                                                        java.rmi.RemoteException
Performs the ADL configuration service.

Returns:
A property list.
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