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

Quick Search    Search Deep
A C E F G H I L M N O P R S T

A

activeCount - Variable in class org.apache.derby.iapi.services.context.ContextManager
 
activeThread - Variable in class org.apache.derby.iapi.services.context.ContextManager
 
addToThreadList(Thread, ContextManager) - Method in class org.apache.derby.iapi.services.context.ContextService
 
allContexts - Variable in class org.apache.derby.iapi.services.context.ContextService
 
append(String) - Method in class org.apache.derby.iapi.services.context.ErrorStringBuilder
Append an error string
appendErrorInfo() - Method in class org.apache.derby.iapi.services.context.ContextImpl
 
appendln(String) - Method in class org.apache.derby.iapi.services.context.ErrorStringBuilder
Append an error string with a newline

C

Context - interface org.apache.derby.iapi.services.context.Context.
Contexts are created and used to manage the execution environment.
ContextImpl - class org.apache.derby.iapi.services.context.ContextImpl.
Contexts are created and used to manage the execution environment.
ContextImpl(ContextManager, String) - Constructor for class org.apache.derby.iapi.services.context.ContextImpl
 
ContextManager - class org.apache.derby.iapi.services.context.ContextManager.
The ContextManager collects contexts as they are created.
ContextManager(ContextService, HeaderPrintWriter) - Constructor for class org.apache.derby.iapi.services.context.ContextManager
constructor specifying the hash table size and load factor for the hashed-by-id context stacks.
ContextService - class org.apache.derby.iapi.services.context.ContextService.
A set of static methods to supply easier access to contexts.
ContextService() - Constructor for class org.apache.derby.iapi.services.context.ContextService
 
checkInterrupt() - Method in class org.apache.derby.iapi.services.context.ContextManager
Check to see if we have been interrupted.
cleanupOnError(Throwable) - Method in interface org.apache.derby.iapi.services.context.Context
Contexts will be passed errors that are caught by the outer system when they are serious enough to require corrective action.
cleanupOnError(Throwable) - Method in class org.apache.derby.iapi.services.context.ContextManager
 
cleanupOnError(Throwable) - Method in class org.apache.derby.iapi.services.context.SystemContext
 
cmStack - Variable in class org.apache.derby.iapi.services.context.ContextManager
 
ctxTable - Variable in class org.apache.derby.iapi.services.context.ContextManager
 

E

ErrorStringBuilder - class org.apache.derby.iapi.services.context.ErrorStringBuilder.
Class used to form error messages.
ErrorStringBuilder(PrintWriterGetHeader) - Constructor for class org.apache.derby.iapi.services.context.ErrorStringBuilder
Construct an error string builder
errorStream - Variable in class org.apache.derby.iapi.services.context.ContextManager
 
errorStream - Variable in class org.apache.derby.iapi.services.context.ContextService
 
errorStringBuilder - Variable in class org.apache.derby.iapi.services.context.ContextManager
 

F

factory - Static variable in class org.apache.derby.iapi.services.context.ContextService
 
finder - Variable in class org.apache.derby.iapi.services.context.ContextManager
 
flushErrorString() - Method in class org.apache.derby.iapi.services.context.ContextManager
Flush the built up error string to whereever it is supposed to go, and reset the error string

G

get() - Method in class org.apache.derby.iapi.services.context.ErrorStringBuilder
Get the buffer
getContext(String) - Method in class org.apache.derby.iapi.services.context.ContextManager
 
getContext(String) - Static method in class org.apache.derby.iapi.services.context.ContextService
Find the context with the given name in the context service factory loaded for the system.
getContextManager() - Method in interface org.apache.derby.iapi.services.context.Context
Returns the context manager that has stored this context in its stack.
getContextManager() - Method in class org.apache.derby.iapi.services.context.ContextImpl
 
getContextOrNull(String) - Static method in class org.apache.derby.iapi.services.context.ContextService
Find the context with the given name in the context service factory loaded for the system.
getCurrentContextManager() - Method in class org.apache.derby.iapi.services.context.ContextService
Get current Context Manager
getFactory() - Static method in class org.apache.derby.iapi.services.context.ContextService
 
getIdName() - Method in interface org.apache.derby.iapi.services.context.Context
Returns the current id name associated with this context.
getIdName() - Method in class org.apache.derby.iapi.services.context.ContextImpl
 
getMessageLocale() - Method in class org.apache.derby.iapi.services.context.ContextManager
 

H

headerGetter - Variable in class org.apache.derby.iapi.services.context.ErrorStringBuilder
 
holder - Variable in class org.apache.derby.iapi.services.context.ContextManager
 

I

isLastHandler(int) - Method in interface org.apache.derby.iapi.services.context.Context
Return whether or not this context is the "last" handler for a the specified severity level.
isLastHandler(int) - Method in class org.apache.derby.iapi.services.context.ContextImpl
 

L

logSeverityLevel - Variable in class org.apache.derby.iapi.services.context.ContextManager
 

M

messageLocale - Variable in class org.apache.derby.iapi.services.context.ContextManager
 
myContextManager - Variable in class org.apache.derby.iapi.services.context.ContextImpl
 
myIdName - Variable in class org.apache.derby.iapi.services.context.ContextImpl
 

N

newContextManager() - Method in class org.apache.derby.iapi.services.context.ContextService
It's up to the caller to track this context manager and set it in the context manager list using setCurrentContextManager.
notifyAllActiveThreads(Context) - Method in class org.apache.derby.iapi.services.context.ContextService
 

O

org.apache.derby.iapi.services.context - package org.apache.derby.iapi.services.context
 
owningCsf - Variable in class org.apache.derby.iapi.services.context.ContextManager
 

P

popContext() - Method in class org.apache.derby.iapi.services.context.ContextManager
 
popContext(Context) - Method in class org.apache.derby.iapi.services.context.ContextManager
 
popMe() - Method in interface org.apache.derby.iapi.services.context.Context
Pop myself of the context stack.
popMe() - Method in class org.apache.derby.iapi.services.context.ContextImpl
 
printWriter - Variable in class org.apache.derby.iapi.services.context.ErrorStringBuilder
 
pushContext(Context) - Method in class org.apache.derby.iapi.services.context.ContextManager
 
pushMe() - Method in interface org.apache.derby.iapi.services.context.Context
Push myself onto my context stack.
pushMe() - Method in class org.apache.derby.iapi.services.context.ContextImpl
 

R

removeContext(ContextManager) - Method in class org.apache.derby.iapi.services.context.ContextService
 
reportError(Throwable) - Method in class org.apache.derby.iapi.services.context.ContextManager
 
reset() - Method in class org.apache.derby.iapi.services.context.ErrorStringBuilder
Reset the buffer -- truncate it down to nothing.
resetCurrentContextManager(ContextManager) - Method in class org.apache.derby.iapi.services.context.ContextService
 

S

ShutdownException - exception org.apache.derby.iapi.services.context.ShutdownException.
A ShutdownException is a runtime exception that is used to notify code that the system has/is being shut down.
ShutdownException() - Constructor for class org.apache.derby.iapi.services.context.ShutdownException
 
SystemContext - class org.apache.derby.iapi.services.context.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.
SystemContext(ContextManager) - Constructor for class org.apache.derby.iapi.services.context.SystemContext
 
setCurrentContextManager(ContextManager) - Method in class org.apache.derby.iapi.services.context.ContextService
 
setInterrupted(Context) - Method in class org.apache.derby.iapi.services.context.ContextManager
 
setLocaleFinder(LocaleFinder) - Method in class org.apache.derby.iapi.services.context.ContextManager
Set the locale for this context.
setMessageLocale(String) - Method in class org.apache.derby.iapi.services.context.ContextManager
 
shutdown - Variable in class org.apache.derby.iapi.services.context.ContextManager
 
stackTrace(Throwable) - Method in class org.apache.derby.iapi.services.context.ErrorStringBuilder
Print a stacktrace from the throwable in the error buffer.
stop() - Static method in class org.apache.derby.iapi.services.context.ContextService
So it can be given to us and taken away...
stringWriter - Variable in class org.apache.derby.iapi.services.context.ErrorStringBuilder
 

T

threadContextList - Variable in class org.apache.derby.iapi.services.context.ContextService
Maintains a list of all the contexts that this thread has created and/or used.

A C E F G H I L M N O P R S T