Package net.sf.joafip.store.service.objectio.manager

Examples of net.sf.joafip.store.service.objectio.manager.IClassNameManager


  final private ObjectIOManager objectIOManager;

  public StoreAccessForExport(final IStore store) throws StoreException {
    dataManager = store.getDataManager();
    classLoaderProvider = store.getClassLoaderProvider();
    final IClassNameManager classNameManager = store.getClassNameManager();
    final StoreSynchro storeSynchro = store.getStoreSynchro();
    classInfoFactory = store.getClassInfoFactory();
    final HelperBinaryConversion helperBinaryConversion = store
        .getHelperBinaryConversion();
    try {
View Full Code Here

TOP

Related Classes of net.sf.joafip.store.service.objectio.manager.IClassNameManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.