public class JackieDataSourceProvider extends AbstractJackieDataSourceProvider
Provider for JackieDataSource
s that uses the name jackie.
This provider can be on the class-path together with the JCA-based data-source provider. As the JCA-based data-source provider uses a different name (ca), they do not collide. However, this means that process variables using the ca prefix are not going to be provided by EPICS Jackie. Instead, the jackie prefix has to be used.
When the JCA-based data-source provider is not on the class-path, the
CaDataSourceProvider
can be used instead. That provider uses the name
ca which means that process variables using the ca prefix
can be handled by that provider.
Constructor and Description |
---|
JackieDataSourceProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
Copyright © 2017–2018 aquenos GmbH. All rights reserved.