Package org.epics.ca

Class ClientFactory


  • public class ClientFactory
    extends Object
    Factory and implementation of Channel Access V3 client. By default CAJ is used, but context can be changed by setting system property named by JCA_CONTEXT_CLASS_PROPERTY_NAME (e.g. org.epics.ca.ClientFactory.jcaContextClass).
    Author:
    mrk
    • Field Detail

      • JCA_CONTEXT_CLASS_PROPERTY_NAME

        public static final String JCA_CONTEXT_CLASS_PROPERTY_NAME
    • Constructor Detail

      • ClientFactory

        public ClientFactory()
    • Method Detail

      • start

        public static void start()
        Registers CA client channel provider factory.
      • stop

        public static void stop()
        Unregisters CA client channel provider factory and destroys shared channel provider instance (if necessary).