Context
final class StoreClassFactoryContext extends ClassFactoryContext
Modifier and Type | Field | Description |
---|---|---|
private JarReader |
jarReader |
|
private AccessFactory |
store |
CONTEXT_ID
Constructor | Description |
---|---|
StoreClassFactoryContext(ContextManager cm,
ClassFactory cf,
AccessFactory store,
JarReader jarReader) |
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.