Class ClaimCommitterSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.claim_management.ClaimCommitterSrv.Client
- All Implemented Interfaces:
ClaimCommitterSrv.Iface
- Enclosing class:
- ClaimCommitterSrv
public static class ClaimCommitterSrv.Client extends org.apache.thrift.TServiceClient implements ClaimCommitterSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClaimCommitterSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidaccept(String party_id, Claim claim)voidcommit(String party_id, Claim claim)voidrecvAccept()voidrecvCommit()voidsendAccept(String party_id, Claim claim)voidsendCommit(String party_id, Claim claim)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
accept
public void accept(String party_id, Claim claim) throws PartyNotFound, InvalidChangeset, org.apache.thrift.TException- Specified by:
acceptin interfaceClaimCommitterSrv.Iface- Throws:
PartyNotFoundInvalidChangesetorg.apache.thrift.TException
-
sendAccept
- Throws:
org.apache.thrift.TException
-
recvAccept
- Throws:
PartyNotFoundInvalidChangesetorg.apache.thrift.TException
-
commit
- Specified by:
commitin interfaceClaimCommitterSrv.Iface- Throws:
org.apache.thrift.TException
-
sendCommit
- Throws:
org.apache.thrift.TException
-
recvCommit
public void recvCommit() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-