Skip navigation links
A B C E F G H I N R S T U 

N

NativeException - Exception in ej.sni
RuntimeException subclass that may be thrown from an SNI native using SNI_throwNativeException() function.
NativeException(int, String) - Constructor for exception ej.sni.NativeException
Constructs a new NativeException with the specified error code and detail message.
NativeException(int, String, Throwable) - Constructor for exception ej.sni.NativeException
Constructs a new NativeException with the specified error code, detail message and cause.
NativeInterface - Interface in com.is2t.hil
This class provides some utilities to implement simulated natives.
NativeIOException - Exception in ej.sni
IOException subclass that may be thrown from an SNI native using SNI_throwNativeIOException() function.
NativeIOException(int, String) - Constructor for exception ej.sni.NativeIOException
Constructs a new NativeIOException with the specified error code and detail message.
NativeIOException(int, String, Throwable) - Constructor for exception ej.sni.NativeIOException
Constructs a new NativeIOException with the specified error code, detail message and cause.
NativeResource - Interface in ej.sni
Wrapper to a resource (a Closeable) that has been registered into the simulator using NativeInterface.registerNativeResource(Closeable).
notifySuspendEnd() - Method in interface com.is2t.hil.NativeInterface
Notifies the simulator that the current native is no more suspended.
notifySuspendStart() - Method in interface com.is2t.hil.NativeInterface
Notifies the simulator that the current native is suspended so it can schedule a thread with a lower priority.
A B C E F G H I N R S T U 
Skip navigation links