com.cosylab.epics.caj.impl
Class CAConnector
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAConnector
public CAConnector(CAJContext context)
- Parameters:
context -
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.