Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.file |
Support for a data source for file based channels
(channel syntax).
|
org.epics.pvmanager.jca |
Support for Epics 3 data source (channel syntax).
|
org.epics.pvmanager.loc |
Support for a data source that reads and writes channels
that reside in the local memory (channel syntax).
|
org.epics.pvmanager.pva |
Support for Epics 4 data source (channel syntax).
|
org.epics.pvmanager.sim |
DataSource for simulated data (channel syntax).
|
org.epics.pvmanager.sys |
DataSource for system data (channel syntax).
|
org.epics.pvmanager.test |
Support for a data source that simulates various error conditions.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiplexedChannelHandler<ConnectionPayload,MessagePayload>
Implements a
ChannelHandler on top of a single subscription and
multiplexes all reads on top of it. |
Modifier and Type | Method and Description |
---|---|
protected abstract ChannelHandler |
DataSource.createChannel(String channelName)
Creates a channel handler for the given name.
|
protected ChannelHandler |
CompositeDataSource.createChannel(String channelName) |
Modifier and Type | Method and Description |
---|---|
Map<String,ChannelHandler> |
DataSource.getChannels()
Returns the channel handlers for this data source.
|
Map<String,ChannelHandler> |
CompositeDataSource.getChannels() |
Modifier and Type | Method and Description |
---|---|
protected String |
DataSource.channelHandlerRegisterName(String channelName,
ChannelHandler handler)
Returns the name the given handler should be registered as.
|
Modifier and Type | Method and Description |
---|---|
protected ChannelHandler |
FileDataSource.createChannel(String channelName) |
Modifier and Type | Method and Description |
---|---|
protected ChannelHandler |
JCADataSource.createChannel(String channelName) |
Modifier and Type | Method and Description |
---|---|
protected ChannelHandler |
LocalDataSource.createChannel(String channelName) |
Modifier and Type | Class and Description |
---|---|
class |
PVAChannelHandler |
Modifier and Type | Method and Description |
---|---|
protected ChannelHandler |
PVADataSource.createChannel(String channelName) |
Modifier and Type | Method and Description |
---|---|
protected ChannelHandler |
SimulationDataSource.createChannel(String channelName) |
Modifier and Type | Method and Description |
---|---|
protected ChannelHandler |
SystemDataSource.createChannel(String channelName) |
Modifier and Type | Method and Description |
---|---|
protected ChannelHandler |
TestDataSource.createChannel(String channelName) |
protected ChannelHandler |
MockDataSource.createChannel(String channelName) |
Copyright © 2010–2015. All rights reserved.