| Package | Description | 
|---|---|
| org.diirt.datasource | 
 
  | 
| org.diirt.datasource.file | 
 Support for a data source for file based channels
 (channel syntax). 
 | 
| org.diirt.datasource.loc | 
 Support for a data source that reads and writes channels
 that reside in the local memory (channel syntax). 
 | 
| org.diirt.datasource.pods.web | |
| org.diirt.datasource.sim | 
 DataSource for simulated data (channel syntax). 
 | 
| org.diirt.datasource.sys | 
 DataSource for system data (channel syntax). 
 | 
| org.diirt.datasource.test | 
 Support for a data source that simulates various error conditions. 
 | 
| org.diirt.support.ca | 
 Support for Epics 3 data source (channel syntax). 
 | 
| org.diirt.support.pva | 
 Support for Epics 4 data source (channel syntax). 
 | 
| 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 | 
LocalDataSource.createChannel(String channelName)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ChannelHandler | 
WebPodsDataSource.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ChannelHandler | 
JCADataSource.createChannel(String channelName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PVAChannelHandler  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ChannelHandler | 
PVADataSource.createChannel(String channelName)  | 
Copyright © 2015. All rights reserved.