com.cosylab.epics.caj.impl
Class CAConnector

java.lang.Object
  extended by com.cosylab.epics.caj.impl.CAConnector
All Implemented Interfaces:
Connector

public class CAConnector
extends Object
implements Connector

Channel Access TCP connector.

Version:
$id$
Author:
Matej Sekoranja

Constructor Summary
CAConnector(CAJContext context)
           
 
Method Summary
 Transport connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority)
          Connect.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAConnector

public CAConnector(CAJContext context)
Parameters:
context -
Method Detail

connect

public Transport connect(TransportClient client,
                         ResponseHandler responseHandler,
                         InetSocketAddress address,
                         short transportRevision,
                         short priority)
                  throws ConnectionException
Description copied from interface: Connector
Connect.

Specified by:
connect in interface Connector
Parameters:
client - client requesting connection (transport).
responseHandler - reponse handler.
address - address of the server.
transportRevision - transport revision to be used.
priority - process priority.
Returns:
transport instance.
Throws:
ConnectionException
See Also:
Connector.connect(com.cosylab.epics.caj.impl.TransportClient, com.cosylab.epics.caj.impl.ResponseHandler, java.net.InetSocketAddress, short, short)


Copyright © 2004-2013 Cosylab. All Rights Reserved.