public abstract class AbstractCas_ImplBase extends Object implements AbstractCas
Constructor and Description |
---|
AbstractCas_ImplBase() |
Modifier and Type | Method and Description |
---|---|
void |
release()
Default implementation that returns this CAS to its CasManager by calling
CasOwner.releaseCas(AbstractCas) . |
void |
setOwner(CasOwner aCasOwner)
Provides this CAS with a handle to the CASOwner that owns it.
|
public void release()
CasOwner.releaseCas(AbstractCas)
.release
in interface AbstractCas
public void setOwner(CasOwner aCasOwner)
aCasOwner
- -Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.