|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.epics.caj.impl.ChannelSearchManager
public class ChannelSearchManager
| Constructor Summary | |
|---|---|
ChannelSearchManager(CAJContext context)
Constructor. |
|
| Method Summary | |
|---|---|
void |
beaconAnomalyNotify()
Beacon anomaly detected. |
void |
cancel()
Cancel. |
void |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelSearchManager(CAJContext context)
context - | Method Detail |
|---|
public void cancel()
public int registeredChannelCount()
public void registerChannel(CAJChannel channel)
channel - public void unregisterChannel(CAJChannel channel)
channel -
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.public void beaconAnomalyNotify()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||