Uses of Interface
org.apache.uima.resource.Session

Packages that use Session
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
org.apache.uima.resource.impl   
 

Uses of Session in org.apache.uima
 

Methods in org.apache.uima that return Session
 Session UimaContext.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
 void UimaContextAdmin.setSession(Session aSession)
          Sets the current session object.
 

Uses of Session in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return Session
 Session ChildUimaContext_impl.getSession()
           
 Session RootUimaContext_impl.getSession()
           
 

Methods in org.apache.uima.impl with parameters of type Session
 void 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 Session
 void ConfigurationManager.setSession(Session aSession)
          Sets the current Session.
 

Uses of Session in org.apache.uima.resource.impl
 

Classes in org.apache.uima.resource.impl that implement Session
 class Session_impl
           
 class SessionNamespaceView_impl
           
 

Methods in org.apache.uima.resource.impl with parameters of type Session
 void 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
SessionNamespaceView_impl(Session aRootSession, java.lang.String aNamespace)
           
 



Copyright © 2012. All Rights Reserved.