Uses of Class
dev.vality.damsel.claim_management.PartyNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management |
-
Uses of PartyNotFound in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as PartyNotFound Modifier and Type Field Description PartyNotFoundClaimCommitterSrv.Accept_result. ex1Methods in dev.vality.damsel.claim_management that return PartyNotFound Modifier and Type Method Description PartyNotFoundPartyNotFound. deepCopy()PartyNotFoundClaimCommitterSrv.Accept_result. getEx1()Methods in dev.vality.damsel.claim_management with parameters of type PartyNotFound Modifier and Type Method Description intPartyNotFound. compareTo(PartyNotFound other)booleanPartyNotFound. equals(PartyNotFound that)ClaimCommitterSrv.Accept_resultClaimCommitterSrv.Accept_result. setEx1(PartyNotFound ex1)Methods in dev.vality.damsel.claim_management that throw PartyNotFound Modifier and Type Method Description voidClaimCommitterSrv.Client. accept(String party_id, Claim claim)voidClaimCommitterSrv.Iface. accept(String party_id, Claim claim)VoidClaimCommitterSrv.AsyncClient.Accept_call. getResult()voidClaimCommitterSrv.Client. recvAccept()Constructors in dev.vality.damsel.claim_management with parameters of type PartyNotFound Constructor Description Accept_result(PartyNotFound ex1, InvalidChangeset ex2)PartyNotFound(PartyNotFound other)Performs a deep copy on other.