Uses of Interface
org.apache.uima.resource.Session
Packages that use Session
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of Session in org.apache.uima
Methods in org.apache.uima that return SessionModifier and TypeMethodDescriptionUimaContext.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 SessionModifier and TypeMethodDescriptionvoid
UimaContextAdmin.setSession
(Session aSession) Sets the current session object. -
Uses of Session in org.apache.uima.impl
Fields in org.apache.uima.impl declared as SessionModifier and TypeFieldDescriptionprivate Session
RootUimaContext_impl.mSession
Current 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 SessionModifier and TypeMethodDescriptionChildUimaContext_impl.getSession()
RootUimaContext_impl.getSession()
Methods in org.apache.uima.impl with parameters of type SessionModifier and TypeMethodDescriptionvoid
ChildUimaContext_impl.setSession
(Session aSession) void
RootUimaContext_impl.setSession
(Session aSession) -
Uses of Session in org.apache.uima.resource
Methods in org.apache.uima.resource with parameters of type SessionModifier and TypeMethodDescriptionvoid
ConfigurationManager.setSession
(Session aSession) Sets the currentSession
. -
Uses of Session in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement SessionFields in org.apache.uima.resource.impl declared as SessionModifier and TypeFieldDescriptionprivate Session
SessionNamespaceView_impl.mRootSession
private Session
ConfigurationManagerImplBase.mSession
Current session.Methods in org.apache.uima.resource.impl with parameters of type SessionModifier and TypeMethodDescriptionvoid
SessionNamespaceView_impl.setRootSession
(Session aSession) Sets the root session for this view.void
ConfigurationManagerImplBase.setSession
(Session aSession) Constructors in org.apache.uima.resource.impl with parameters of type Session