Package org.yamcs
Class ServiceWithConfig
java.lang.Object
org.yamcs.ServiceWithConfig
Holder for a service together with its name and config. Services are used at three levels:
- Yamcs server global services
- Yamcs instance specific services
- Processor specific services
-
Constructor Summary
ConstructorDescriptionServiceWithConfig
(YamcsService service, String serviceClass, String name, YConfiguration args) ServiceWithConfig
(YamcsService service, String serviceClass, String name, YConfiguration args, boolean enabledAtStartup) -
Method Summary
-
Constructor Details
-
ServiceWithConfig
public ServiceWithConfig(YamcsService service, String serviceClass, String name, YConfiguration args, boolean enabledAtStartup) -
ServiceWithConfig
public ServiceWithConfig(YamcsService service, String serviceClass, String name, YConfiguration args)
-
-
Method Details