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, writepublic PVADataSource()
public PVADataSource(short defaultPriority)
public PVADataSource(org.epics.pvaccess.client.ChannelProvider channelProvider,
                     short defaultPriority)
public short getDefaultPriority()
public void close()
DataSourceclose in class DataSourceprotected ChannelHandler createChannel(String channelName)
DataSourcecreateChannel in class DataSourcechannelName - the name for a new channelCopyright © 2015. All rights reserved.