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 class 
     
  • Field Summary

    Fields inherited from class org.apache.thrift.TServiceClient

    interceptor, iprot_, oprot_, seqid_
  • Constructor Summary

    Constructors
    Constructor
    Description
    Client(org.apache.thrift.protocol.TProtocol prot)
     
    Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(String party_id, Claim claim)
     
    void
    commit(String party_id, Claim claim)
     
    void
     
    void
     
    void
    sendAccept(String party_id, Claim claim)
     
    void
    sendCommit(String party_id, Claim claim)
     

    Methods inherited from class org.apache.thrift.TServiceClient

    getInputProtocol, getInterceptor, getOutputProtocol, receiveBase, sendBase, sendBaseOneway, setInterceptor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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