49505152535455565758
{ /* * Now add various abstract records which crash recovery needs. */ Inventory.inventory().addToList(new XAResourceRecordSetup()); _added = true; } }
14151617181920212223
/* */ /* */ public static synchronized void initialise() /* */ { /* 48 */ if (!_added) /* */ { /* 54 */ Inventory.inventory().addToList(new XAResourceRecordSetup()); /* */ /* 56 */ _added = true; /* */ } /* */ }