Uses of Interface
org.apache.uima.resource.Session
-
Packages that use Session Package Description org.apache.uima Apache UIMAorg.apache.uima.impl Apache UIMA internalsorg.apache.uima.resource Interfaces forResourcesandResourceSpecifiers.org.apache.uima.resource.impl -
-
Uses of Session in org.apache.uima
Methods in org.apache.uima that return Session Modifier and Type Method Description SessionUimaContext. getSession()Returns the Session object, which can be used to store data that pertains to a particular client session.Methods in org.apache.uima with parameters of type Session Modifier and Type Method Description voidUimaContextAdmin. setSession(Session aSession)Sets the current session object. -
Uses of Session in org.apache.uima.impl
Fields in org.apache.uima.impl declared as Session Modifier and Type Field Description private SessionRootUimaContext_impl. mSessionCurrent Session Has general setter and getter; marked volatile to allow effect of setting to be seen on another threadMethods in org.apache.uima.impl that return Session Modifier and Type Method Description SessionChildUimaContext_impl. getSession()SessionRootUimaContext_impl. getSession()Methods in org.apache.uima.impl with parameters of type Session Modifier and Type Method Description voidChildUimaContext_impl. setSession(Session aSession)voidRootUimaContext_impl. setSession(Session aSession) -
Uses of Session in org.apache.uima.resource
Methods in org.apache.uima.resource with parameters of type Session Modifier and Type Method Description voidConfigurationManager. setSession(Session aSession)Sets the currentSession. -
Uses of Session in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement Session Modifier and Type Class Description classSession_implclassSessionNamespaceView_implFields in org.apache.uima.resource.impl declared as Session Modifier and Type Field Description private SessionSessionNamespaceView_impl. mRootSessionprivate SessionConfigurationManagerImplBase. mSessionCurrent session.Methods in org.apache.uima.resource.impl that return Session Modifier and Type Method Description SessionConfigurationManagerImplBase. getSession()Methods in org.apache.uima.resource.impl with parameters of type Session Modifier and Type Method Description voidSessionNamespaceView_impl. setRootSession(Session aSession)Sets the root session for this view.voidConfigurationManagerImplBase. setSession(Session aSession)Constructors in org.apache.uima.resource.impl with parameters of type Session Constructor Description SessionNamespaceView_impl(Session aRootSession, java.lang.String aNamespace)
-