| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| gov.aps.jca | |
| gov.aps.jca.event |
| Modifier and Type | Method and Description |
|---|---|
ConnectionListener[] |
CAJChannel.getConnectionListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJChannel.addConnectionListener(ConnectionListener l) |
void |
CAJChannel.addConnectionListenerAndFireIfConnected(ConnectionListener l) |
Channel |
CAJContext.createChannel(String name,
ConnectionListener l,
short priority) |
void |
CAJChannel.removeConnectionListener(ConnectionListener l) |
| Constructor and Description |
|---|
CAJChannel(CAJContext context,
int channelID,
String name,
ConnectionListener listener,
short priority)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ConnectionListener[] |
Channel.getConnectionListeners()
Returns the ConnectionListeners registered with this channel.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Channel.addConnectionListener(ConnectionListener l)
Adds a ConnectionListener which will be notified of the connection state's changes of this Channel.
|
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.
|
abstract void |
Channel.removeConnectionListener(ConnectionListener l)
Removes a ConnectionListener .
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedEventDispatcher.dispatch(ConnectionEvent ev,
ConnectionListener cl) |
void |
LatestMonitorOnlyQueuedEventDispatcher.dispatch(ConnectionEvent ev,
ConnectionListener cl) |
void |
EventDispatcher.dispatch(ConnectionEvent ev,
ConnectionListener listener) |
void |
DirectEventDispatcher.dispatch(ConnectionEvent ev,
ConnectionListener cl) |
void |
AbstractEventDispatcher.dispatch(ConnectionEvent ev,
ConnectionListener listener) |
Copyright © 2004-2020 EPICS. All Rights Reserved.