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

Quick Search    Search Deep
A D G N O P S T

A

ASSERT - Static variable in class org.apache.derby.iapi.services.sanity.SanityManager
The build tool may be configured to alter this source file to reset the static final variables so that assertion and debug checks can be compiled out of the code.
ASSERT(boolean) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
ASSERT checks the condition, and if it is false, throws AssertFailure.
ASSERT(boolean, String) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
ASSERT checks the condition, and if it is false, throws AssertFailure.
ASSERT - Static variable in class org.apache.derby.iapi.services.sanity.SanityState
 
AllDebugOff - Static variable in class org.apache.derby.iapi.services.sanity.SanityManager
 
AllDebugOn - Static variable in class org.apache.derby.iapi.services.sanity.SanityManager
AllDebugOn and AllDebugOff override individual flags
AssertFailure - exception org.apache.derby.iapi.services.sanity.AssertFailure.
AssertFailure is raised when an ASSERT check fails.
AssertFailure(String, Throwable) - Constructor for class org.apache.derby.iapi.services.sanity.AssertFailure
This constructor takes the pieces of information expected for each error.
AssertFailure(String) - Constructor for class org.apache.derby.iapi.services.sanity.AssertFailure
This constructor expects no arguments or nested error.

D

DEBUG - Static variable in class org.apache.derby.iapi.services.sanity.SanityManager
 
DEBUG(String, String) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
The DEBUG calls provide the ability to print information or perform actions based on whether a debug flag is set or not.
DEBUG - Static variable in class org.apache.derby.iapi.services.sanity.SanityState
 
DEBUGDEBUG - Static variable in class org.apache.derby.iapi.services.sanity.SanityManager
 
DEBUG_ALL_OFF() - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
This can be used to have the SanityManager return FALSE for any DEBUG_ON check.
DEBUG_ALL_ON() - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
This can be used to have the SanityManager return TRUE for any DEBUG_ON check.
DEBUG_CLEAR(String) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
Set the named debug flag to false.
DEBUG_ON(String) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
This can be called directly if you want to control what is done once the debug flag has been verified -- for example, if you are calling a routine that prints to the trace stream directly rather than returning a string to be printed, or if you want to perform more (or fewer!)
DEBUG_PRINT(String, String) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
The DEBUG_PRINT calls provides a convenient way to print debug information to the db2j.LOG file, The message includes a header
DEBUG_SET(String) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
Set the named debug flag to true.
DebugFlags - Static variable in class org.apache.derby.iapi.services.sanity.SanityManager
DebugFlags holds the values of all debug flags in the configuration file.
debugStream - Static variable in class org.apache.derby.iapi.services.sanity.SanityManager
debugStream holds a pointer to the debug stream for writing out debug messages.

G

GET_DEBUG_STREAM() - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
 

N

NOTREACHED() - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
 
nestedException - Variable in class org.apache.derby.iapi.services.sanity.AssertFailure
 

O

org.apache.derby.iapi.services.sanity - package org.apache.derby.iapi.services.sanity
 

P

printStackTrace() - Method in class org.apache.derby.iapi.services.sanity.AssertFailure
 
printStackTrace(PrintStream) - Method in class org.apache.derby.iapi.services.sanity.AssertFailure
 
printStackTrace(PrintWriter) - Method in class org.apache.derby.iapi.services.sanity.AssertFailure
 

S

SET_DEBUG_STREAM(PrintWriter) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
 
SanityManager - class org.apache.derby.iapi.services.sanity.SanityManager.
The SanityService provides assertion checking and debug control.
SanityManager() - Constructor for class org.apache.derby.iapi.services.sanity.SanityManager
 
SanityState - class org.apache.derby.iapi.services.sanity.SanityState.
 
SanityState() - Constructor for class org.apache.derby.iapi.services.sanity.SanityState
 
showTrace(AssertFailure) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
 
showTrace(Throwable) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
 

T

THROWASSERT(String) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
THROWASSERT throws AssertFailure.
THROWASSERT(String, Throwable) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
THROWASSERT throws AssertFailure.
THROWASSERT(Throwable) - Static method in class org.apache.derby.iapi.services.sanity.SanityManager
THROWASSERT throws AssertFailure.

A D G N O P S T