public class JCADataSource extends DataSource
 Type support can be configured by passing a custom JCATypeSupport
 to the constructor.
| 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. 
 | 
gov.aps.jca.Context | 
getContext()
The context used by the data source. 
 | 
int | 
getMonitorMask()
The monitor mask used for this data source. 
 | 
boolean | 
isDbePropertySupported()
Whether the metadata monitor should be established. 
 | 
boolean | 
isHonorZeroPrecision()
True if zero precision should be honored, or disregarded. 
 | 
boolean | 
isRtypValueOnly()
True if should only ask value for RTYP fields. 
 | 
boolean | 
isVarArraySupported()
True whether the context can use variable arrays (all
 array monitor request will have an element count of 0). 
 | 
channelHandlerLookupName, channelHandlerRegisterName, connectRead, connectWrite, disconnectRead, disconnectWrite, getChannels, isWriteable, writepublic void close()
DataSourceclose in class DataSourcepublic gov.aps.jca.Context getContext()
public int getMonitorMask()
public boolean isDbePropertySupported()
protected ChannelHandler createChannel(String channelName)
DataSourcecreateChannel in class DataSourcechannelName - the name for a new channelpublic boolean isVarArraySupported()
public boolean isRtypValueOnly()
public boolean isHonorZeroPrecision()
Copyright © 2015. All rights reserved.