public static final class ServiceContainer.TerminateListener.Info
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private long |
shutdownCompleted |
private long |
shutdownInitiated |
| Constructor and Description |
|---|
Info(long shutdownInitiated,
long shutdownCompleted) |
| Modifier and Type | Method and Description |
|---|---|
long |
getShutdownCompleted()
Returns the time the shutdown process was completed, in nanoseconds.
|
long |
getShutdownInitiated()
Returns the time the shutdown process was initiated, in nanoseconds.
|
private final long shutdownInitiated
private final long shutdownCompleted
public long getShutdownInitiated()
public long getShutdownCompleted()