public class JCAConnectionPayload extends Object
Constructor and Description |
---|
JCAConnectionPayload(org.epics.pvmanager.jca.JCAChannelHandler channleHandler,
gov.aps.jca.Channel channel,
JCAConnectionPayload previousPayload) |
Modifier and Type | Method and Description |
---|---|
gov.aps.jca.Channel |
getChannel()
The JCA channel.
|
org.epics.util.time.Timestamp |
getEventTime()
Returns the local time of the connection event.
|
gov.aps.jca.dbr.DBRType |
getFieldType() |
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.
|
String |
toString() |
public JCAConnectionPayload(org.epics.pvmanager.jca.JCAChannelHandler channleHandler, gov.aps.jca.Channel channel, JCAConnectionPayload previousPayload)
public JCADataSource getJcaDataSource()
public gov.aps.jca.Channel getChannel()
public gov.aps.jca.dbr.DBRType getFieldType()
public boolean isChannelConnected()
public boolean isWriteConnected()
public boolean isLongString()
public org.epics.util.time.Timestamp getEventTime()
Copyright © 2010–2015. All rights reserved.