/* */
/* */ public static synchronized void initialise()
/* */ {
/* 58 */ if (!_added)
/* */ {
/* 60 */ Inventory.inventory().addToList(new BasicLockStoreSetup());
/* 61 */ Inventory.inventory().addToList(new BasicPersistentLockStoreSetup());
/* 62 */ Inventory.inventory().addToList(new BasicSemaphoreSetup());
/* */
/* 64 */ _added = true;
/* */ }