Class MSLedgerManagerFactory.SyncResult<T>

  • Enclosing class:
    MSLedgerManagerFactory

    static class MSLedgerManagerFactory.SyncResult<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean finished  
      (package private) int rc  
      (package private) T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      SyncResult()  
    • Field Detail

      • value

        T value
      • rc

        int rc
      • finished

        boolean finished
    • Constructor Detail

      • SyncResult

        SyncResult()
    • Method Detail

      • complete

        public void complete​(int rc,
                             T value)
      • block

        public void block()
      • getRetCode

        public int getRetCode()
      • getResult

        public T getResult()