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


package org.apache.derby.iapi.services.context
  • Class
    Description
    Contexts are created and used to manage the execution environment.
    Contexts are created and used to manage the execution environment.
    The ContextManager collects contexts as they are created.
    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).
    A set of static methods to supply easier access to contexts.
    Specialized stack class that contains context managers.
    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.