Package com.netscape.cmscore.apps
Interface StartupNotifier
-
public interface StartupNotifier
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StartupNotifier.NotifyResult
static class
StartupNotifier.NotifyResultStatus
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(IConfigStore cs)
StartupNotifier.NotifyResult
notifyReady()
-
-
-
Method Detail
-
init
void init(IConfigStore cs)
-
notifyReady
StartupNotifier.NotifyResult notifyReady()
-
-