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 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