Package org.apache.derby.iapi.services.context

Interface Summary
Context Contexts are created and used to manage the execution environment.
 

Class Summary
ContextImpl Contexts are created and used to manage the execution environment.
ContextManager The ContextManager collects contexts as they are created.
ContextManager.CtxStack The CtxStack implement a stack on top of an ArrayList (to avoid the inherent overhead associated with java.util.Stack which is built on top of java.util.Vector, which is fully synchronized).
ContextService A set of static methods to supply easier access to contexts.
SystemContext A context that shuts the system down if it gets an StandardException with a severity greater than or equal to ExceptionSeverity.SYSTEM_SEVERITY or an exception that is not a StandardException.
 


Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.