Uses of Class
dev.vality.damsel.test.Failure
| Package | Description |
|---|---|
| dev.vality.damsel.test |
-
Uses of Failure in dev.vality.damsel.test
Fields in dev.vality.damsel.test declared as Failure Modifier and Type Field Description FailureEchoSrv.echo_result. exMethods in dev.vality.damsel.test that return Failure Modifier and Type Method Description FailureFailure. deepCopy()FailureEchoSrv.echo_result. getEx()FailureFailure. setReason(String reason)Methods in dev.vality.damsel.test with parameters of type Failure Modifier and Type Method Description intFailure. compareTo(Failure other)booleanFailure. equals(Failure that)EchoSrv.echo_resultEchoSrv.echo_result. setEx(Failure ex)Methods in dev.vality.damsel.test that throw Failure Modifier and Type Method Description ShoutEchoSrv.Client. echo(Shout shout)ShoutEchoSrv.Iface. echo(Shout shout)ShoutEchoSrv.AsyncClient.echo_call. getResult()ShoutEchoSrv.Client. recvEcho()Constructors in dev.vality.damsel.test with parameters of type Failure Constructor Description echo_result(Shout success, Failure ex)Failure(Failure other)Performs a deep copy on other.