Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.services.context.ContextManager

Uses of ContextManager in org.apache.derby.iapi.services.context
 

Fields in org.apache.derby.iapi.services.context declared as ContextManager
private  ContextManager ContextImpl.myContextManager
           
 

Methods in org.apache.derby.iapi.services.context that return ContextManager
 ContextManager ContextService.getCurrentContextManager()
          Get current Context Manager
 ContextManager ContextService.newContextManager()
          It's up to the caller to track this context manager and set it in the context manager list using setCurrentContextManager.
 ContextManager ContextImpl.getContextManager()
           
 ContextManager Context.getContextManager()
          Returns the context manager that has stored this context in its stack.
 

Methods in org.apache.derby.iapi.services.context with parameters of type ContextManager
 void ContextService.resetCurrentContextManager(ContextManager cm)
           
private  boolean ContextService.addToThreadList(java.lang.Thread me, ContextManager associateCM)
           
 void ContextService.setCurrentContextManager(ContextManager cm)
           
(package private)  void ContextService.removeContext(ContextManager cm)
           
 

Constructors in org.apache.derby.iapi.services.context with parameters of type ContextManager
SystemContext(ContextManager cm)
           
ContextImpl(ContextManager cm, java.lang.String id)