public abstract class ClassFactoryContext extends ContextImpl
| Modifier and Type | Field and Description |
|---|---|
private ClassFactory |
cf |
static java.lang.String |
CONTEXT_ID |
| Modifier | Constructor and Description |
|---|---|
protected |
ClassFactoryContext(ContextManager cm,
ClassFactory cf) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupOnError(java.lang.Throwable error)
Handle any errors.
|
ClassFactory |
getClassFactory() |
abstract JarReader |
getJarReader()
Get the mechanism to rad jar files.
|
abstract CompatibilitySpace |
getLockSpace()
Get the lock compatibility space to use for the
transactional nature of the class loading lock.
|
abstract PersistentSet |
getPersistentSet()
Get the set of properties stored with this service.
|
appendErrorInfo, getContextManager, getIdName, isLastHandler, popMe, pushMepublic static final java.lang.String CONTEXT_ID
private final ClassFactory cf
protected ClassFactoryContext(ContextManager cm, ClassFactory cf)
public final ClassFactory getClassFactory()
public abstract CompatibilitySpace getLockSpace() throws StandardException
StandardExceptionpublic abstract PersistentSet getPersistentSet() throws StandardException
StandardExceptionpublic abstract JarReader getJarReader()
public final void cleanupOnError(java.lang.Throwable error)
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.