|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.epics.pvmanager.DataSource
org.epics.pvmanager.loc.LocalDataSource
public final class LocalDataSource
Data source for locally written data. Each instance of this data source will have its own separate channels and values.
| Constructor Summary | |
|---|---|
LocalDataSource()
Creates a new data source. |
|
| Method Summary | |
|---|---|
protected ChannelHandler |
createChannel(java.lang.String channelName)
Creates a channel handler for the given name. |
| Methods inherited from class org.epics.pvmanager.DataSource |
|---|
close, concludeWrite, connect, disconnect, getChannels, isWriteable, prepareWrite, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalDataSource()
| Method Detail |
|---|
protected ChannelHandler createChannel(java.lang.String channelName)
DataSource
createChannel in class DataSourcechannelName - the name for a new channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||