Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.jca |
Support for Epics 3 data source.
|
org.epics.pvmanager.loc |
Support for a data source that reads and writes channels
that reside in the local memory.
|
org.epics.pvmanager.pva | |
org.epics.pvmanager.sim |
Provides a data source implementation for simulated data.
|
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 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 |
TestDataSource.createChannel(String channelName) |
Copyright © 2012. All Rights Reserved.