Package gov.aps.jca

Class Context

  • Direct Known Subclasses:
    CAJContext

    public abstract class Context
    extends Object
    The class representing a CA Context. A Context controls all IO operations and the circuits thru which Channels will be created and connected. Since CA 3.14 an application can create more than one context, thus ehancing IO control and Channels managment. Context are created thru the JCALibrary factory class.
    See Also:
    JCALibrary