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

Quick Search    Search Deep

org.apache.derby.impl.db
Class StoreClassFactoryContext  view StoreClassFactoryContext download StoreClassFactoryContext.java

java.lang.Object
  extended byorg.apache.derby.iapi.services.context.ContextImpl
      extended byorg.apache.derby.iapi.services.loader.ClassFactoryContext
          extended byorg.apache.derby.impl.db.StoreClassFactoryContext
All Implemented Interfaces:
org.apache.derby.iapi.services.context.Context

final class StoreClassFactoryContext
extends org.apache.derby.iapi.services.loader.ClassFactoryContext


Field Summary
private  org.apache.derby.iapi.services.loader.JarReader jarReader
           
private  org.apache.derby.iapi.store.access.AccessFactory store
           
 
Fields inherited from class org.apache.derby.iapi.services.loader.ClassFactoryContext
CONTEXT_ID
 
Fields inherited from class org.apache.derby.iapi.services.context.ContextImpl
 
Constructor Summary
(package private) StoreClassFactoryContext(org.apache.derby.iapi.services.context.ContextManager cm, org.apache.derby.iapi.services.loader.ClassFactory cf, org.apache.derby.iapi.store.access.AccessFactory store, org.apache.derby.iapi.services.loader.JarReader jarReader)
           
 
Method Summary
 org.apache.derby.iapi.services.loader.JarReader getJarReader()
          Get the mechanism to rad jar files.
 java.lang.Object getLockSpace()
           
 org.apache.derby.iapi.services.property.PersistentSet getPersistentSet()
           
 
Methods inherited from class org.apache.derby.iapi.services.loader.ClassFactoryContext
cleanupOnError, getClassFactory
 
Methods inherited from class org.apache.derby.iapi.services.context.ContextImpl
appendErrorInfo, getContextManager, getIdName, isLastHandler, popMe, pushMe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

private final org.apache.derby.iapi.store.access.AccessFactory store

jarReader

private final org.apache.derby.iapi.services.loader.JarReader jarReader
Constructor Detail

StoreClassFactoryContext

StoreClassFactoryContext(org.apache.derby.iapi.services.context.ContextManager cm,
                         org.apache.derby.iapi.services.loader.ClassFactory cf,
                         org.apache.derby.iapi.store.access.AccessFactory store,
                         org.apache.derby.iapi.services.loader.JarReader jarReader)
Method Detail

getLockSpace

public java.lang.Object getLockSpace()
                              throws org.apache.derby.iapi.error.StandardException

getPersistentSet

public org.apache.derby.iapi.services.property.PersistentSet getPersistentSet()
                                                                       throws org.apache.derby.iapi.error.StandardException

getJarReader

public org.apache.derby.iapi.services.loader.JarReader getJarReader()
Description copied from class: org.apache.derby.iapi.services.loader.ClassFactoryContext
Get the mechanism to rad jar files. The ClassFactory may keep the JarReader reference from the first class load.