stsci.arci
Interface ArchiveServer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
JiniArcClient, ArchiveServerImp

public interface ArchiveServer
extends java.rmi.Remote

This represents an interface to multiple archives. This is where one would go to list possible archives and to get particular archives. Use the ArchiveClient to get an implementaion of this for client code.


Method Summary
 ArchiveDescriptor[] listArchives()
          List the names of the known archives.
 

Method Detail

listArchives

public ArchiveDescriptor[] listArchives()
                                 throws java.rmi.RemoteException
List the names of the known archives. This could probly be held in a properties file.