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