Package org.jboss.msc.service
Class ServiceContainer.TerminateListener.Info
- java.lang.Object
-
- org.jboss.msc.service.ServiceContainer.TerminateListener.Info
-
- Enclosing interface:
- ServiceContainer.TerminateListener
public static final class ServiceContainer.TerminateListener.Info extends Object
Container shutdown information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetShutdownCompleted()Returns the time the shutdown process was completed, in nanoseconds.longgetShutdownInitiated()Returns the time the shutdown process was initiated, in nanoseconds.
-
-
-
Method Detail
-
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
-
-