public static interface SeBootstrap.Instance.StopResult
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | unwrap(java.lang.Class<T> nativeClass)Provides access to the wrapped native shutdown result. | 
<T> T unwrap(java.lang.Class<T> nativeClass)
Implementations may, or may not, have native shutdown results. Portable applications should not invoke this method, as the outcome is undefined.
T - Requested type of the native result to return.nativeClass - Requested type of the native result to return.null if the implementation has no
 native result.java.lang.ClassCastException - if the result is not null or is not assignable to the type T.