public class ChannelSearchManager extends Object
| Constructor and Description |
|---|
ChannelSearchManager(CAJContext context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
beaconAnomalyNotify()
Beacon anomaly detected.
|
void |
cancel()
Cancel.
|
boolean |
registerChannel(CAJChannel channel)
Register channel.
|
int |
registeredChannelCount()
Get number of registered channels.
|
void |
searchResponse(CAJChannel channel,
int responseSequenceNumber,
boolean isSequenceNumberValid,
long responseTime)
Search response received notification.
|
void |
unregisterChannel(CAJChannel channel)
Unregister channel.
|
public ChannelSearchManager(CAJContext context)
context - public boolean registerChannel(CAJChannel channel)
channel - the channel to register.public void unregisterChannel(CAJChannel channel)
channel - public int registeredChannelCount()
public void beaconAnomalyNotify()
public void cancel()
public void searchResponse(CAJChannel channel, int responseSequenceNumber, boolean isSequenceNumberValid, long responseTime)
channel - found channel.responseSequenceNumber - sequence number of search frame which contained search request.isSequenceNumberValid - valid flag of responseSequenceNumber.responseTime - time of search response.Copyright © 2004-2020 EPICS. All Rights Reserved.