| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| gov.aps.jca | |
| gov.aps.jca.event |
| Modifier and Type | Class and Description |
|---|---|
class |
CAJChannel
Implementation of CAJ JCA
Channel. |
| Modifier and Type | Method and Description |
|---|---|
Channel |
CAJContext.createChannel(String name,
ConnectionListener l,
short priority) |
Channel |
CAJMonitor.getChannel() |
Channel[] |
CAJContext.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Context.createChannel(String name)
Create a new Channel using this context to access a process variable.
|
Channel |
Context.createChannel(String name,
ConnectionListener l)
Create a new Channel using this context to access a process variable with a ConnectionListener
to receive ConnectionEvent from the newly created Channel.
|
abstract Channel |
Context.createChannel(String name,
ConnectionListener l,
short priority)
Create a new Channel using this context to access a process variable with a ConnectionListener
to receive ConnectionEvent from the newly created Channel.
|
Channel |
Context.createChannel(String name,
short priority)
Create a new Channel using this context to access a process variable.
|
abstract Channel |
Monitor.getChannel() |
abstract Channel[] |
Context.getChannels()
Get all channels of this context.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
ContextExceptionEvent.getChannel()
The Channel associated with the exception if any.
|
| Constructor and Description |
|---|
AccessRightsEvent(Channel channel,
boolean read,
boolean write)
Constructs an AccessRightEvent object.
|
ConnectionEvent(Channel channel,
boolean connected) |
ContextExceptionEvent(Context ctxt,
Channel ch,
DBRType dbrType,
int count,
DBR dbr,
String msg) |
GetEvent(Channel channel,
DBR dbr,
CAStatus status) |
MonitorEvent(Channel channel,
DBR dbr,
CAStatus status) |
PutEvent(Channel channel,
DBRType type,
int count,
CAStatus status) |
Copyright © 2004-2020 EPICS. All Rights Reserved.