|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.ca.ChannelFactory
|
+--gov.sns.jca.JcaChannelFactory
Concrete implementation of ChannelFactory that uses JCA.
| Field Summary | |
protected JcaSystem |
_jcaSystem
JCA channel system |
| Fields inherited from class gov.sns.ca.ChannelFactory |
channelMap, defaultFactory |
| Constructor Summary | |
JcaChannelFactory()
JcaChannelFactory constructor |
|
| Method Summary | |
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 |
| Methods inherited from class gov.sns.ca.ChannelFactory |
defaultFactory, getChannel, getChannel, newChannel, newFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected JcaSystem _jcaSystem
| Constructor Detail |
public JcaChannelFactory()
| Method Detail |
public boolean init()
init in class ChannelFactoryprotected Channel newChannel(java.lang.String signalName)
newChannel in class ChannelFactorysignalName - The name of the PV signal
protected ChannelSystem channelSystem()
channelSystem in class ChannelFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||