Uses of Class
dev.vality.damsel.fault_detector.ServiceNotFoundException
-
Uses of ServiceNotFoundException in dev.vality.damsel.fault_detector
Fields in dev.vality.damsel.fault_detector declared as ServiceNotFoundException Modifier and Type Field Description ServiceNotFoundExceptionFaultDetectorSrv.RegisterOperation_result. ex1Methods in dev.vality.damsel.fault_detector that return ServiceNotFoundException Modifier and Type Method Description ServiceNotFoundExceptionServiceNotFoundException. deepCopy()ServiceNotFoundExceptionFaultDetectorSrv.RegisterOperation_result. getEx1()Methods in dev.vality.damsel.fault_detector with parameters of type ServiceNotFoundException Modifier and Type Method Description intServiceNotFoundException. compareTo(ServiceNotFoundException other)booleanServiceNotFoundException. equals(ServiceNotFoundException that)FaultDetectorSrv.RegisterOperation_resultFaultDetectorSrv.RegisterOperation_result. setEx1(ServiceNotFoundException ex1)Methods in dev.vality.damsel.fault_detector that throw ServiceNotFoundException Modifier and Type Method Description VoidFaultDetectorSrv.AsyncClient.RegisterOperation_call. getResult()voidFaultDetectorSrv.Client. recvRegisterOperation()voidFaultDetectorSrv.Client. registerOperation(String service_id, Operation operation, ServiceConfig service_config)voidFaultDetectorSrv.Iface. registerOperation(String service_id, Operation operation, ServiceConfig service_config)Регистрация операции сервиса *Constructors in dev.vality.damsel.fault_detector with parameters of type ServiceNotFoundException Constructor Description RegisterOperation_result(ServiceNotFoundException ex1)ServiceNotFoundException(ServiceNotFoundException other)Performs a deep copy on other.