use of com.arjuna.ats.arjuna.objectstore.StoreManager in project narayana by jbosstm.
the class RawOptimisticHammerUnitTest method init.
private static synchronized void init() throws Exception {
if (!_init) {
StoreManager sm = new StoreManager(null, new TwoPhaseVolatileStore(new ObjectStoreEnvironmentBean()), null);
_init = true;
}
}
use of com.arjuna.ats.arjuna.objectstore.StoreManager in project narayana by jbosstm.
the class OptimisticUnitTest method init.
private static synchronized void init() throws Exception {
if (!_init) {
StoreManager sm = new StoreManager(null, new TwoPhaseVolatileStore(new ObjectStoreEnvironmentBean()), null);
_init = true;
}
}
Aggregations