Class IndexServer

    • Constructor Detail

      • IndexServer

        public IndexServer()
        Deprecated.
    • Method Detail

      • init

        public void init​(String yamcsInstance,
                         YConfiguration args)
                  throws InitException
        Deprecated.
        Description copied from interface: YamcsService
        Initialize this service. This is called before the service is started. All operations should finish fast.
        Specified by:
        init in interface YamcsService
        Overrides:
        init in class CcsdsTmIndex
        Parameters:
        yamcsInstance - The yamcs instance, or null if this is a global service.
        args - The configured arguments for this service. If YamcsService.getSpec() is implemented then this contains the arguments after being validated (including any defaults).
        Throws:
        InitException - When something goes wrong during the execution of this method.