Uses of Class
org.xipki.ca.api.mgmt.CaSystemStatus
-
Packages that use CaSystemStatus Package Description org.xipki.ca.api.mgmt -
-
Uses of CaSystemStatus in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return CaSystemStatus Modifier and Type Method Description CaSystemStatusCaManager. getCaSystemStatus()CaSystemStatusMgmtResponse.GetCaSystemStatus. getResult()static CaSystemStatusCaSystemStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CaSystemStatus[]CaSystemStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ca.api.mgmt with parameters of type CaSystemStatus Modifier and Type Method Description voidMgmtResponse.GetCaSystemStatus. setResult(CaSystemStatus result)Constructors in org.xipki.ca.api.mgmt with parameters of type CaSystemStatus Constructor Description GetCaSystemStatus(CaSystemStatus result)
-