Uses of Class
dev.vality.fistful.P2PSessionNotFound
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.p2p_session |
-
Uses of P2PSessionNotFound in dev.vality.fistful
Methods in dev.vality.fistful that return P2PSessionNotFound Modifier and Type Method Description P2PSessionNotFoundP2PSessionNotFound. deepCopy()Methods in dev.vality.fistful with parameters of type P2PSessionNotFound Modifier and Type Method Description intP2PSessionNotFound. compareTo(P2PSessionNotFound other)booleanP2PSessionNotFound. equals(P2PSessionNotFound that)Constructors in dev.vality.fistful with parameters of type P2PSessionNotFound Constructor Description P2PSessionNotFound(P2PSessionNotFound other)Performs a deep copy on other. -
Uses of P2PSessionNotFound in dev.vality.fistful.p2p_session
Fields in dev.vality.fistful.p2p_session declared as P2PSessionNotFound Modifier and Type Field Description P2PSessionNotFoundManagementSrv.Get_result. ex1P2PSessionNotFoundManagementSrv.GetContext_result. ex1P2PSessionNotFoundManagementSrv.GetEvents_result. ex1P2PSessionNotFoundRepairerSrv.Repair_result. ex1Methods in dev.vality.fistful.p2p_session that return P2PSessionNotFound Modifier and Type Method Description P2PSessionNotFoundManagementSrv.Get_result. getEx1()P2PSessionNotFoundManagementSrv.GetContext_result. getEx1()P2PSessionNotFoundManagementSrv.GetEvents_result. getEx1()P2PSessionNotFoundRepairerSrv.Repair_result. getEx1()Methods in dev.vality.fistful.p2p_session with parameters of type P2PSessionNotFound Modifier and Type Method Description ManagementSrv.Get_resultManagementSrv.Get_result. setEx1(P2PSessionNotFound ex1)ManagementSrv.GetContext_resultManagementSrv.GetContext_result. setEx1(P2PSessionNotFound ex1)ManagementSrv.GetEvents_resultManagementSrv.GetEvents_result. setEx1(P2PSessionNotFound ex1)RepairerSrv.Repair_resultRepairerSrv.Repair_result. setEx1(P2PSessionNotFound ex1)Methods in dev.vality.fistful.p2p_session that throw P2PSessionNotFound 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)List<Event>ManagementSrv.Client. getEvents(String id, EventRange range)List<Event>ManagementSrv.Iface. getEvents(String id, EventRange range)SessionStateManagementSrv.AsyncClient.Get_call. getResult()Map<String,Value>ManagementSrv.AsyncClient.GetContext_call. getResult()List<Event>ManagementSrv.AsyncClient.GetEvents_call. getResult()VoidRepairerSrv.AsyncClient.Repair_call. getResult()SessionStateManagementSrv.Client. recvGet()Map<String,Value>ManagementSrv.Client. recvGetContext()List<Event>ManagementSrv.Client. recvGetEvents()voidRepairerSrv.Client. recvRepair()voidRepairerSrv.Client. repair(String id, RepairScenario scenario)voidRepairerSrv.Iface. repair(String id, RepairScenario scenario)Constructors in dev.vality.fistful.p2p_session with parameters of type P2PSessionNotFound Constructor Description Get_result(SessionState success, P2PSessionNotFound ex1)GetContext_result(Map<String,Value> success, P2PSessionNotFound ex1)GetEvents_result(List<Event> success, P2PSessionNotFound ex1)Repair_result(P2PSessionNotFound ex1, MachineAlreadyWorking ex2)