Uses of Class
dev.vality.fistful.WithdrawalSessionNotFound
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.withdrawal_session |
-
Uses of WithdrawalSessionNotFound in dev.vality.fistful
Methods in dev.vality.fistful that return WithdrawalSessionNotFound Modifier and Type Method Description WithdrawalSessionNotFoundWithdrawalSessionNotFound. deepCopy()Methods in dev.vality.fistful with parameters of type WithdrawalSessionNotFound Modifier and Type Method Description intWithdrawalSessionNotFound. compareTo(WithdrawalSessionNotFound other)booleanWithdrawalSessionNotFound. equals(WithdrawalSessionNotFound that)Constructors in dev.vality.fistful with parameters of type WithdrawalSessionNotFound Constructor Description WithdrawalSessionNotFound(WithdrawalSessionNotFound other)Performs a deep copy on other. -
Uses of WithdrawalSessionNotFound in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as WithdrawalSessionNotFound Modifier and Type Field Description WithdrawalSessionNotFoundManagementSrv.Get_result. ex1WithdrawalSessionNotFoundManagementSrv.GetContext_result. ex1WithdrawalSessionNotFoundRepairerSrv.Repair_result. ex1Methods in dev.vality.fistful.withdrawal_session that return WithdrawalSessionNotFound Modifier and Type Method Description WithdrawalSessionNotFoundManagementSrv.Get_result. getEx1()WithdrawalSessionNotFoundManagementSrv.GetContext_result. getEx1()WithdrawalSessionNotFoundRepairerSrv.Repair_result. getEx1()Methods in dev.vality.fistful.withdrawal_session with parameters of type WithdrawalSessionNotFound Modifier and Type Method Description ManagementSrv.Get_resultManagementSrv.Get_result. setEx1(WithdrawalSessionNotFound ex1)ManagementSrv.GetContext_resultManagementSrv.GetContext_result. setEx1(WithdrawalSessionNotFound ex1)RepairerSrv.Repair_resultRepairerSrv.Repair_result. setEx1(WithdrawalSessionNotFound ex1)Methods in dev.vality.fistful.withdrawal_session that throw WithdrawalSessionNotFound Modifier and Type Method Description SessionStateManagementSrv.Client. get(String id, EventRange range)SessionStateManagementSrv.Iface. get(String id, EventRange range)Map<String,Value>ManagementSrv.Client. getContext(String id)Map<String,Value>ManagementSrv.Iface. getContext(String id)SessionStateManagementSrv.AsyncClient.Get_call. getResult()Map<String,Value>ManagementSrv.AsyncClient.GetContext_call. getResult()VoidRepairerSrv.AsyncClient.Repair_call. getResult()SessionStateManagementSrv.Client. recvGet()Map<String,Value>ManagementSrv.Client. recvGetContext()voidRepairerSrv.Client. recvRepair()voidRepairerSrv.Client. repair(String id, RepairScenario scenario)voidRepairerSrv.Iface. repair(String id, RepairScenario scenario)Constructors in dev.vality.fistful.withdrawal_session with parameters of type WithdrawalSessionNotFound Constructor Description Get_result(SessionState success, WithdrawalSessionNotFound ex1)GetContext_result(Map<String,Value> success, WithdrawalSessionNotFound ex1)Repair_result(WithdrawalSessionNotFound ex1, MachineAlreadyWorking ex2)