Package org.jboss.msc.service
Class ServiceContainer.TerminateListener.Info
java.lang.Object
org.jboss.msc.service.ServiceContainer.TerminateListener.Info
- Enclosing interface:
- ServiceContainer.TerminateListener
Container shutdown information.
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the time the shutdown process was completed, in nanoseconds.longReturns the time the shutdown process was initiated, in nanoseconds.
-
Method Details
-
getShutdownInitiated
public long getShutdownInitiated()Returns the time the shutdown process was initiated, in nanoseconds.- Returns:
- the shutdown initiated time
-
getShutdownCompleted
public long getShutdownCompleted()Returns the time the shutdown process was completed, in nanoseconds.- Returns:
- the shutdown completed time
-