org.lsst.ccs.startup
Class SubsystemBootFromStream

java.lang.Object
  extended by org.lsst.ccs.startup.SubsystemBootFromStream

public class SubsystemBootFromStream
extends Object

Boots a subsystem from a local resource.
Important: if you want this execution to be registered with the configuration system set the org.lsst.ccs.testcontext property explicitly to false. By default it is set to true: since you are not requesting a subsystem description from the Configuration service you may be able to register a run of a configuration which is NOT known to the configuration service! (So there are potential bug when you use this property to false: you must be sure that the corresponding configuration is registered -that will not crash the database but some request on historical data will fail-)

Author:
bamade

Constructor Summary
SubsystemBootFromStream()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsystemBootFromStream

public SubsystemBootFromStream()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 LSST. All Rights Reserved.