public class CAConnectionPayload extends Object
| Constructor and Description |
|---|
CAConnectionPayload(CAChannelHandler channleHandler,
gov.aps.jca.Channel channel,
CAConnectionPayload previousPayload) |
| Modifier and Type | Method and Description |
|---|---|
CADataSource |
getCADataSource()
The CADataSource that is using the channel.
|
gov.aps.jca.Channel |
getChannel()
The JCA channel.
|
Instant |
getEventTime()
Returns the local time of the connection event.
|
gov.aps.jca.dbr.DBRType |
getFieldType() |
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 CAConnectionPayload(CAChannelHandler channleHandler, gov.aps.jca.Channel channel, CAConnectionPayload previousPayload)
public CADataSource getCADataSource()
public gov.aps.jca.Channel getChannel()
public gov.aps.jca.dbr.DBRType getFieldType()
public boolean isChannelConnected()
public boolean isWriteConnected()
public boolean isLongString()
public Instant getEventTime()
Copyright © 2018 EPICS. All rights reserved.