Package org.apache.uima.cas.impl
Class CASImpl.SwitchControl
java.lang.Object
org.apache.uima.cas.impl.CASImpl.SwitchControl
- Enclosing class:
CASImpl
Instances are put into a Stack, to remember previous state to switch back to, when switching
class loaders and locking the CAS
https://issues.apache.org/jira/browse/UIMA-6057
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean
(package private) boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wasLocked
final boolean wasLocked -
wasSwitched
boolean wasSwitched
-
-
Constructor Details
-
SwitchControl
SwitchControl(boolean wasLocked)
-