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 -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
interceptor, iprot_, oprot_, seqid_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidsendAccept(String party_id, Claim claim) voidsendCommit(String party_id, Claim claim) Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getInterceptor, getOutputProtocol, receiveBase, sendBase, sendBaseOneway, setInterceptor
-
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
-