org.archive.wayback.webapp
Class WaybackCollection

java.lang.Object
  extended by org.archive.wayback.webapp.WaybackCollection

public class WaybackCollection
extends java.lang.Object

Abstraction point for sharing document collection and index across multiple AccessPoints.

Version:
$Date$, $Revision$
Author:
brad

Constructor Summary
WaybackCollection()
           
 
Method Summary
 ResourceIndex getResourceIndex()
           
 ResourceStore getResourceStore()
           
 java.util.List<Shutdownable> getShutdownables()
           
 void setResourceIndex(ResourceIndex resourceIndex)
           
 void setResourceStore(ResourceStore resourceStore)
           
 void setShutdownables(java.util.List<Shutdownable> shutdownables)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaybackCollection

public WaybackCollection()
Method Detail

shutdown

public void shutdown()
              throws java.io.IOException
Throws:
java.io.IOException

getResourceStore

public ResourceStore getResourceStore()
                               throws ConfigurationException
Throws:
ConfigurationException

setResourceStore

public void setResourceStore(ResourceStore resourceStore)

getResourceIndex

public ResourceIndex getResourceIndex()
                               throws ConfigurationException
Throws:
ConfigurationException

setResourceIndex

public void setResourceIndex(ResourceIndex resourceIndex)

getShutdownables

public java.util.List<Shutdownable> getShutdownables()

setShutdownables

public void setShutdownables(java.util.List<Shutdownable> shutdownables)


Copyright © 2005-2009 Internet Archive. All Rights Reserved.