com.cosylab.epics.caj.impl
Interface Connector

All Known Implementing Classes:
BroadcastConnector, CAConnector

public interface Connector

Interface defining socket connector (Connector-Transport pattern).

Version:
$id$
Author:
Matej Sekoranja

Method Summary
 Transport connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority)
          Connect.
 

Method Detail

connect

Transport connect(TransportClient client,
                  ResponseHandler responseHandler,
                  InetSocketAddress address,
                  short transportRevision,
                  short priority)
                  throws ConnectionException
Connect.

Parameters:
client - client requesting connection (transport).
address - address of the server.
responseHandler - reponse handler.
transportRevision - transport revision to be used.
priority - process priority.
Returns:
transport instance.
Throws:
ConnectionException


Copyright © 2004-2013 Cosylab. All Rights Reserved.