Class ImageDatabaseService
java.lang.Object
org.lsst.ccs.subsystem.focalplane.ImageDatabaseService
- All Implemented Interfaces:
org.lsst.ccs.framework.HasLifecycle
A configurable service for fetching image names.
- Author:
- tonyj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshutdown()static ImageDatabaseServicetestInstance(String dbURL) Create a test instance of the ImageDatabaseServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.lsst.ccs.framework.HasLifecycle
build, init, postBuild, postInit, postShutdown, postStart, start
-
Constructor Details
-
ImageDatabaseService
public ImageDatabaseService()
-
-
Method Details
-
testInstance
Create a test instance of the ImageDatabaseService- Parameters:
dbURL- The dbURL to use- Returns:
- The created and initialized ImageNameService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceorg.lsst.ccs.framework.HasLifecycle
-
getImageDatabase
-