Uses of Class
org.apache.uima.cas.impl.CASImpl.SwitchControl
-
Packages that use CASImpl.SwitchControl Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of CASImpl.SwitchControl in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type CASImpl.SwitchControl Modifier and Type Field Description private java.util.Deque<CASImpl.SwitchControl>
CASImpl.SharedViewData. switchControl
a stack used to remember and restore previous state of cas lock and class loaders when switching classloaders and locking the cas https://issues.apache.org/jira/browse/UIMA-6057Methods in org.apache.uima.cas.impl with parameters of type CASImpl.SwitchControl Modifier and Type Method Description (package private) void
CASImpl.SharedViewData. restoreClassLoader(boolean empty_switchControl, CASImpl.SwitchControl switchControlInstance)
-