/* */ public static synchronized void initialise()
/* */ {
/* 75 */ if (!_added)
/* */ {
/* 77 */ Inventory.inventory().addToList(new ShadowingStoreSetup());
/* 78 */ Inventory.inventory().addToList(new ShadowNoFileLockStoreSetup());
/* 79 */ Inventory.inventory().addToList(new ActionStoreSetup());
/* 80 */ Inventory.inventory().addToList(new HashedActionStoreSetup());
/* 81 */ Inventory.inventory().addToList(new HashedStoreSetup());
/* 82 */ Inventory.inventory().addToList(new JDBCStoreSetup());
/* 83 */ Inventory.inventory().addToList(new JDBCActionStoreSetup());