Uses of Interface
com.cosylab.epics.caj.impl.TransportClient

Packages that use TransportClient
com.cosylab.epics.caj   
com.cosylab.epics.caj.impl   
 

Uses of TransportClient in com.cosylab.epics.caj
 

Classes in com.cosylab.epics.caj that implement TransportClient
 class CAJChannel
          Implementation of CAJ JCA Channel.
 

Uses of TransportClient in com.cosylab.epics.caj.impl
 

Methods in com.cosylab.epics.caj.impl with parameters of type TransportClient
 boolean CATransport.acquire(TransportClient client)
          Acquires transport.
 Transport BroadcastConnector.connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress connectAddress, short transportRevision, short priority)
          NOTE: transport client is ignored for broadcast (UDP).
 Transport Connector.connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority)
          Connect.
 Transport CAConnector.connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority)
           
 void CATransport.release(TransportClient client)
          Releases transport.
 

Constructors in com.cosylab.epics.caj.impl with parameters of type TransportClient
CATransport(CAJContext context, TransportClient client, ResponseHandler responseHandler, SocketChannel channel, short remoteTransportRevision, short priority)
           
 



Copyright © 2004-2013 Cosylab. All Rights Reserved.