Package 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
-
-
Constructor Summary
Constructors Constructor Description CAConnector(CAJContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transportconnect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority)Connect.
-
-
-
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:ConnectorConnect.- Specified by:
connectin interfaceConnector- 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)
-
-