Package com.sun.ejb.spi.sfsb.store

Examples of com.sun.ejb.spi.sfsb.store.SFSBTxStoreManager


  if (states.size () > 0) {
      SFSBBeanState[] beanStates = (SFSBBeanState[]) states.toArray(
    new SFSBBeanState[0]);

      try {
    SFSBTxStoreManager txStoreManager = SFSBTxStoreManagerFactory.
        createSFSBTxStoreManager(_haStoreType);
    txStoreManager.checkpointSave(beanStates);
      } catch (SFSBStoreManagerException sfsbEx) {
    _logger.log(Level.WARNING, "Exception during checkpointSave",
      sfsbEx);
      } catch (Throwable th) {
    _logger.log(Level.WARNING, "Exception during checkpointSave",
View Full Code Here

TOP

Related Classes of com.sun.ejb.spi.sfsb.store.SFSBTxStoreManager

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.