public class JcaChannelFactory extends ChannelFactory
| Constructor and Description |
|---|
JcaChannelFactory()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected ChannelSystem |
channelSystem()
JcaSystem handles static behavior of Jca channels
|
boolean |
init()
Initialize the channel system
|
protected Channel |
newChannel(java.lang.String signalName)
Create a JCA channel for the specified PV
|
void |
printInfo()
print information about this channel factory
|
defaultFactory, getChannel, getChannel, newChannel, newFactorypublic boolean init()
init in class ChannelFactoryprotected Channel newChannel(java.lang.String signalName)
newChannel in class ChannelFactorysignalName - The name of the PV signalprotected ChannelSystem channelSystem()
channelSystem in class ChannelFactorypublic void printInfo()
printInfo in class ChannelFactory