com.cosylab.epics.caj.impl
Interface TransportClient

All Known Implementing Classes:
CAJChannel

public interface TransportClient

Client (user) of the transport.

Version:
$id$
Author:
Matej Sekoranja

Method Summary
 void transportChanged()
          Notification of network change (server restarted).
 void transportClosed()
          Notification of forcefully closed transport.
 void transportResponsive(Transport transport)
          Notification of responsive transport (e.g.
 void transportUnresponsive()
          Notification of unresponsive transport (e.g.
 

Method Detail

transportUnresponsive

void transportUnresponsive()
Notification of unresponsive transport (e.g. no heartbeat detected) .


transportResponsive

void transportResponsive(Transport transport)
Notification of responsive transport (e.g. heartbeat detected again), called to discard transportUnresponsive notification.

Parameters:
transport - responsive transport.

transportChanged

void transportChanged()
Notification of network change (server restarted).


transportClosed

void transportClosed()
Notification of forcefully closed transport.



Copyright © 2004-2013 Cosylab. All Rights Reserved.