Uses of Class
dev.vality.fistful.withdrawal_session.SessionState
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of SessionState in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as SessionState Modifier and Type Field Description SessionStateManagementSrv.Get_result. successMethods in dev.vality.fistful.withdrawal_session that return SessionState Modifier and Type Method Description SessionStateSessionState. deepCopy()SessionStateManagementSrv.Client. get(String id, EventRange range)SessionStateManagementSrv.Iface. get(String id, EventRange range)SessionStateManagementSrv.AsyncClient.Get_call. getResult()SessionStateManagementSrv.Get_result. getSuccess()SessionStateManagementSrv.Client. recvGet()SessionStateSessionState. setContext(Map<String,Value> context)SessionStateSessionState. setId(String id)SessionStateSessionState. setRoute(Route route)SessionStateSessionState. setStatus(SessionStatus status)SessionStateSessionState. setWithdrawal(Withdrawal withdrawal)Methods in dev.vality.fistful.withdrawal_session that return types with arguments of type SessionState Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<SessionState>ManagementSrv.AsyncProcessor.Get. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.fistful.withdrawal_session with parameters of type SessionState Modifier and Type Method Description intSessionState. compareTo(SessionState other)booleanSessionState. equals(SessionState that)ManagementSrv.Get_resultManagementSrv.Get_result. setSuccess(SessionState success)Method parameters in dev.vality.fistful.withdrawal_session with type arguments of type SessionState Modifier and Type Method Description voidManagementSrv.AsyncClient. get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<SessionState> resultHandler)voidManagementSrv.AsyncIface. get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<SessionState> resultHandler)voidManagementSrv.AsyncProcessor.Get. start(I iface, ManagementSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<SessionState> resultHandler)Constructors in dev.vality.fistful.withdrawal_session with parameters of type SessionState Constructor Description Get_result(SessionState success, WithdrawalSessionNotFound ex1)SessionState(SessionState other)Performs a deep copy on other.Constructor parameters in dev.vality.fistful.withdrawal_session with type arguments of type SessionState Constructor Description Get_call(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<SessionState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)