Package org.epics.ca

Class Context

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class Context
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Context.Configuration  
    • Constructor Summary

      Constructors 
      Constructor Description
      Context()  
      Context​(java.util.Properties properties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      <T> Channel<T> createChannel​(java.lang.String channelName, java.lang.Class<T> channelType)  
      <T> Channel<T> createChannel​(java.lang.String channelName, java.lang.Class<T> channelType, int priority)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Context

        public Context()
      • Context

        public Context​(java.util.Properties properties)
    • Method Detail

      • createChannel

        public <T> Channel<T> createChannel​(java.lang.String channelName,
                                            java.lang.Class<T> channelType)
      • createChannel

        public <T> Channel<T> createChannel​(java.lang.String channelName,
                                            java.lang.Class<T> channelType,
                                            int priority)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable