Package com.sun.ejb.ee.sfsb.store

Examples of com.sun.ejb.ee.sfsb.store.ReplicatedSFSBStoreManager


       
  try {
      super.initializePersistenceStrategy(container, descriptor);

      //SFSBStoreManager storeManager = new HASFSBStoreManager();
            ReplicatedSFSBStoreManager storeManager = new ReplicatedSFSBStoreManager();
            storeManager.setPassedInPersistenceType(getPassedInPersistenceType());
            ReplicaCache replicaCache = new ReplicaCache(storeManager);
            storeManager.setReplicaCache(replicaCache);
            initStoreManager(storeManager, descriptor);
      container.setSFSBStoreManager(storeManager);
           
            //FIXME - register with health checker
            //register with jxta receiver
View Full Code Here

TOP

Related Classes of com.sun.ejb.ee.sfsb.store.ReplicatedSFSBStoreManager

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.