Package com.netscape.cmscore.apps
Class SubsystemListener
- java.lang.Object
-
- com.netscape.cmscore.apps.SubsystemListener
-
- Direct Known Subclasses:
SystemdNotifier
public abstract class SubsystemListener extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description SubsystemListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(IConfigStore config)
void
subsystemStarted()
-
-
-
Method Detail
-
init
public void init(IConfigStore config) throws java.lang.Exception
- Throws:
java.lang.Exception
-
subsystemStarted
public void subsystemStarted() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-