final class StoreClassFactoryContext extends ClassFactoryContext
Modifier and Type | Field and Description |
---|---|
private JarReader |
jarReader |
private AccessFactory |
store |
CONTEXT_ID
Constructor and Description |
---|
StoreClassFactoryContext(ContextManager cm,
ClassFactory cf,
AccessFactory store,
JarReader jarReader) |
Modifier and Type | Method and Description |
---|---|
JarReader |
getJarReader()
Get the mechanism to rad jar files.
|
CompatibilitySpace |
getLockSpace()
Get the lock compatibility space to use for the
transactional nature of the class loading lock.
|
PersistentSet |
getPersistentSet()
Get the set of properties stored with this service.
|
cleanupOnError, getClassFactory
appendErrorInfo, getContextManager, getIdName, isLastHandler, popMe, pushMe
private final AccessFactory store
private final JarReader jarReader
StoreClassFactoryContext(ContextManager cm, ClassFactory cf, AccessFactory store, JarReader jarReader)
public CompatibilitySpace getLockSpace() throws StandardException
ClassFactoryContext
getLockSpace
in class ClassFactoryContext
StandardException
public PersistentSet getPersistentSet() throws StandardException
ClassFactoryContext
getPersistentSet
in class ClassFactoryContext
StandardException
public JarReader getJarReader()
ClassFactoryContext
getJarReader
in class ClassFactoryContext
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.