org.apache.bookkeeper.client
Interface AsyncCallback.AddCallback

All Known Implementing Classes:
LedgerHandle
Enclosing interface:
AsyncCallback

public static interface AsyncCallback.AddCallback


Method Summary
 void addComplete(int rc, LedgerHandle lh, long entryId, Object ctx)
          Callback declaration
 

Method Detail

addComplete

void addComplete(int rc,
                 LedgerHandle lh,
                 long entryId,
                 Object ctx)
Callback declaration

Parameters:
rc - return code
ledgerId - ledger identifier
entryId - entry identifier
ctx - control object