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

Packages that use CAContext
com.cosylab.epics.caj   
com.cosylab.epics.caj.cas   
com.cosylab.epics.caj.impl   
 

Uses of CAContext in com.cosylab.epics.caj
 

Classes in com.cosylab.epics.caj that implement CAContext
 class CAJContext
          Implementation of CAJ JCA Context.
 

Uses of CAContext in com.cosylab.epics.caj.cas
 

Classes in com.cosylab.epics.caj.cas that implement CAContext
 class CAJServerContext
          Implementation of CAJ JCA Context.
 

Methods in com.cosylab.epics.caj.cas that return CAContext
 CAContext CASTransport.getContext()
           
 

Constructors in com.cosylab.epics.caj.cas with parameters of type CAContext
BeaconEmitter(BroadcastTransport transport, CAContext context, float beaconPeriod)
          Constructor.
CASAcceptor(CAContext context, int port)
           
CASTransport(CAContext context, SocketChannel channel)
           
 

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

Methods in com.cosylab.epics.caj.impl that return CAContext
 CAContext Transport.getContext()
          Get context transport is living in.
 CAContext BroadcastTransport.getContext()
           
 CAContext CATransport.getContext()
           
 

Constructors in com.cosylab.epics.caj.impl with parameters of type CAContext
BroadcastConnector(CAContext context)
           
BroadcastTransport(CAContext context, ResponseHandler responseHandler, DatagramChannel channel, InetSocketAddress connectAddress, short remoteTransportRevision)
           
 



Copyright © 2004-2013 Cosylab. All Rights Reserved.