Class TwoPartyDealFlow.Acceptor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final <Error class: unknown class> otherSideSession
      private final <Error class: unknown class> progressTracker
    • Constructor Summary

      Constructors 
      Constructor Description
      TwoPartyDealFlow.Acceptor(<Error class: unknown class> otherSideSession, <Error class: unknown class> progressTracker)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <Error class: unknown class> getOtherSideSession()
      <Error class: unknown class> getProgressTracker()
      • Methods inherited from class net.corda.finance.flows.TwoPartyDealFlow.Secondary

        call
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TwoPartyDealFlow.Acceptor

        TwoPartyDealFlow.Acceptor(<Error class: unknown class> otherSideSession, <Error class: unknown class> progressTracker)