Uses of Class
org.xipki.ca.server.SystemEvent
-
Packages that use SystemEvent Package Description org.xipki.ca.server org.xipki.ca.server.db -
-
Uses of SystemEvent in org.xipki.ca.server
Methods in org.xipki.ca.server that return SystemEvent Modifier and Type Method Description SystemEventCaConfStore. getSystemEvent(String eventName)Retrieve the system event.SystemEventFileCaConfStore. getSystemEvent(String eventName)Methods in org.xipki.ca.server with parameters of type SystemEvent Modifier and Type Method Description voidCaConfStore. changeSystemEvent(SystemEvent systemEvent)voidFileCaConfStore. changeSystemEvent(SystemEvent systemEvent) -
Uses of SystemEvent in org.xipki.ca.server.db
Methods in org.xipki.ca.server.db that return SystemEvent Modifier and Type Method Description SystemEventDbCaConfStore. getSystemEvent(String eventName)Retrieve the system event.Methods in org.xipki.ca.server.db with parameters of type SystemEvent Modifier and Type Method Description voidDbCaConfStore. changeSystemEvent(SystemEvent systemEvent)
-