Uses of Class
org.dogtagpki.tps.msg.EndOpMsg.TPSStatus
-
Packages that use EndOpMsg.TPSStatus Package Description org.dogtagpki.tps.main org.dogtagpki.tps.msg -
-
Uses of EndOpMsg.TPSStatus in org.dogtagpki.tps.main
Methods in org.dogtagpki.tps.main that return EndOpMsg.TPSStatus Modifier and Type Method Description EndOpMsg.TPSStatus
TPSException. getStatus()
Constructors in org.dogtagpki.tps.main with parameters of type EndOpMsg.TPSStatus Constructor Description TPSException(java.lang.String message, EndOpMsg.TPSStatus status)
TPSException(java.lang.String message, EndOpMsg.TPSStatus status, java.lang.Throwable cause)
-
Uses of EndOpMsg.TPSStatus in org.dogtagpki.tps.msg
Methods in org.dogtagpki.tps.msg that return EndOpMsg.TPSStatus Modifier and Type Method Description static EndOpMsg.TPSStatus
EndOpMsg.TPSStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EndOpMsg.TPSStatus[]
EndOpMsg.TPSStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dogtagpki.tps.msg with parameters of type EndOpMsg.TPSStatus Modifier and Type Method Description static int
EndOpMsg. statusToInt(EndOpMsg.TPSStatus status)
Constructors in org.dogtagpki.tps.msg with parameters of type EndOpMsg.TPSStatus Constructor Description EndOpMsg(TPSMessage.OpType theOp, int result, EndOpMsg.TPSStatus message)
-