Snapper 1.1 API

org.enhydra.snapper.business
Class SiteListImpl

java.lang.Object
  extended by org.enhydra.snapper.business.SiteListImpl
All Implemented Interfaces:
java.lang.Runnable, SiteList

public class SiteListImpl
extends java.lang.Object
implements SiteList

Author:
Milin Radivoj

Field Summary
static DocumentGroup forAllDocumentGroup
           
static boolean stop
           
 
Constructor Summary
SiteListImpl()
           
 
Method Summary
 Site findSiteByName(java.lang.String name)
           
 DocumentGroup getDefaultDocumentGroup()
           
 Site[] getList()
           
 void init(java.lang.String confFilePath, java.lang.String documentGroupConfFilePath)
           
 void run()
           
 void stopThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forAllDocumentGroup

public static DocumentGroup forAllDocumentGroup

stop

public static boolean stop
Constructor Detail

SiteListImpl

public SiteListImpl()
Method Detail

getList

public Site[] getList()
Specified by:
getList in interface SiteList

findSiteByName

public Site findSiteByName(java.lang.String name)
Specified by:
findSiteByName in interface SiteList

getDefaultDocumentGroup

public DocumentGroup getDefaultDocumentGroup()
Specified by:
getDefaultDocumentGroup in interface SiteList

init

public void init(java.lang.String confFilePath,
                 java.lang.String documentGroupConfFilePath)
Specified by:
init in interface SiteList

run

public void run()
Specified by:
run in interface java.lang.Runnable

stopThread

public void stopThread()
Specified by:
stopThread in interface SiteList

Snapper 1.1 API