Package dev.vality.damsel.dominant.cache
Class DominantCacheSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.damsel.dominant.cache.DominantCacheSrv.AsyncClient
- All Implemented Interfaces:
DominantCacheSrv.AsyncIface
- Enclosing class:
- DominantCacheSrv
public static class DominantCacheSrv.AsyncClient extends org.apache.thrift.async.TAsyncClient implements DominantCacheSrv.AsyncIface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDominantCacheSrv.AsyncClient.Factorystatic classDominantCacheSrv.AsyncClient.GetCashRegisterProviders_callstatic classDominantCacheSrv.AsyncClient.GetCategories_callstatic classDominantCacheSrv.AsyncClient.GetContractTemplates_callstatic classDominantCacheSrv.AsyncClient.GetCountries_callstatic classDominantCacheSrv.AsyncClient.GetDocumentTypes_callstatic classDominantCacheSrv.AsyncClient.GetTradeBlocs_call -
Field Summary
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport -
Constructor Summary
Constructors Constructor Description AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) -
Method Summary
Modifier and Type Method Description voidgetCashRegisterProviders(org.apache.thrift.async.AsyncMethodCallback<List<CashRegisterProvider>> resultHandler)voidgetCategories(org.apache.thrift.async.AsyncMethodCallback<List<Category>> resultHandler)voidgetContractTemplates(org.apache.thrift.async.AsyncMethodCallback<List<ContractTemplate>> resultHandler)voidgetCountries(org.apache.thrift.async.AsyncMethodCallback<List<Country>> resultHandler)voidgetDocumentTypes(org.apache.thrift.async.AsyncMethodCallback<List<DocumentType>> resultHandler)voidgetTradeBlocs(org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>> resultHandler)Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
-
Constructor Details
-
AsyncClient
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
-
-
Method Details
-
getCategories
public void getCategories(org.apache.thrift.async.AsyncMethodCallback<List<Category>> resultHandler) throws org.apache.thrift.TException- Specified by:
getCategoriesin interfaceDominantCacheSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getDocumentTypes
public void getDocumentTypes(org.apache.thrift.async.AsyncMethodCallback<List<DocumentType>> resultHandler) throws org.apache.thrift.TException- Specified by:
getDocumentTypesin interfaceDominantCacheSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getCashRegisterProviders
public void getCashRegisterProviders(org.apache.thrift.async.AsyncMethodCallback<List<CashRegisterProvider>> resultHandler) throws org.apache.thrift.TException- Specified by:
getCashRegisterProvidersin interfaceDominantCacheSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getContractTemplates
public void getContractTemplates(org.apache.thrift.async.AsyncMethodCallback<List<ContractTemplate>> resultHandler) throws org.apache.thrift.TException- Specified by:
getContractTemplatesin interfaceDominantCacheSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getTradeBlocs
public void getTradeBlocs(org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>> resultHandler) throws org.apache.thrift.TException- Specified by:
getTradeBlocsin interfaceDominantCacheSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getCountries
public void getCountries(org.apache.thrift.async.AsyncMethodCallback<List<Country>> resultHandler) throws org.apache.thrift.TException- Specified by:
getCountriesin interfaceDominantCacheSrv.AsyncIface- Throws:
org.apache.thrift.TException
-