430431432433434435436437438439440
return lh; } public void asyncOpenLedger(long lId, byte passwd[], OpenCallback cb, Object ctx) throws InterruptedException{ OpenLedgerOp op = new OpenLedgerOp(lId, passwd, cb, ctx); LedgerManagementProcessor lmp = getMngProcessor(); lmp.addOp(op);