Package io.antmedia.shutdown
Class AMSShutdownManager
java.lang.Object
io.antmedia.shutdown.AMSShutdownManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static AMSShutdownManager
private boolean
private Queue<IShutdownListener>
protected org.slf4j.Logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AMSShutdownManager
void
void
subscribe
(IShutdownListener listener)
-
Field Details
-
logger
protected org.slf4j.Logger logger -
instance
-
isShuttingDown
private volatile boolean isShuttingDown -
listeners
-
-
Constructor Details
-
AMSShutdownManager
private AMSShutdownManager()
-
-
Method Details
-
getInstance
-
subscribe
-
notifyShutdown
public void notifyShutdown() -
getListeners
-