Class AbstractCas_ImplBase

  • All Implemented Interfaces:
    AbstractCas
    Direct Known Subclasses:
    CASImpl, JCasImpl

    public abstract class AbstractCas_ImplBase
    extends Object
    implements AbstractCas
    Base class from which CAS implementations should extend.
    • Constructor Detail

      • AbstractCas_ImplBase

        public AbstractCas_ImplBase()
    • Method Detail

      • setOwner

        public void setOwner​(CasOwner aCasOwner)
        Provides this CAS with a handle to the CASOwner that owns it. This is called by the framework when a CAS instance is created. This handle is used to implement the release() method by returning the CAS to its CasOwner.
        Parameters:
        aCasOwner - -