public class PVADataSource extends DataSource
Constructor and Description |
---|
PVADataSource() |
PVADataSource(org.epics.pvaccess.client.ChannelProvider channelProvider,
short defaultPriority) |
PVADataSource(short defaultPriority) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the DataSource and the resources associated with it.
|
protected ChannelHandler |
createChannel(String channelName)
Creates a channel handler for the given name.
|
short |
getDefaultPriority() |
channelHandlerLookupName, channelHandlerRegisterName, connectRead, connectWrite, disconnectRead, disconnectWrite, getChannels, isWriteable, write
public PVADataSource()
public PVADataSource(short defaultPriority)
public PVADataSource(org.epics.pvaccess.client.ChannelProvider channelProvider, short defaultPriority)
public short getDefaultPriority()
public void close()
DataSource
close
in class DataSource
protected ChannelHandler createChannel(String channelName)
DataSource
createChannel
in class DataSource
channelName
- the name for a new channelCopyright © 2010–2015. All rights reserved.