public class JCAConnectionPayload extends Object
| Constructor and Description |
|---|
JCAConnectionPayload(org.epics.pvmanager.jca.JCAChannelHandler channleHandler,
gov.aps.jca.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
gov.aps.jca.Channel |
getChannel()
The JCA channel.
|
JCADataSource |
getJcaDataSource()
The JCADataSource that is using the channel.
|
boolean |
isChannelConnected()
True if the channel is not null and the connection state is connected.
|
boolean |
isLongString()
Whether the message payload should be handled as a long string.
|
boolean |
isWriteConnected()
True if the channel is not null, connected, and can be written to.
|
public JCAConnectionPayload(org.epics.pvmanager.jca.JCAChannelHandler channleHandler,
gov.aps.jca.Channel channel)
public JCADataSource getJcaDataSource()
public gov.aps.jca.Channel getChannel()
public boolean isChannelConnected()
public boolean isWriteConnected()
public boolean isLongString()
Copyright © 2010-2013 Brookhaven National Laboratory. All Rights Reserved.