org.apache.bookkeeper.client
Interface AsyncCallback.CloseCallback

Enclosing interface:
AsyncCallback

public static interface AsyncCallback.CloseCallback


Method Summary
 void closeComplete(int rc, LedgerHandle lh, Object ctx)
          Callback definition
 

Method Detail

closeComplete

void closeComplete(int rc,
                   LedgerHandle lh,
                   Object ctx)
Callback definition

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