Class ThreadHandlers
- java.lang.Object
-
- com.tonic.analysis.execution.invoke.handlers.ThreadHandlers
-
- All Implemented Interfaces:
NativeHandlerProvider
public final class ThreadHandlers extends Object implements NativeHandlerProvider
Native handlers for java.lang.Thread, StackWalker and stack trace natives, stubbed as no-ops or empty results since the interpreter is single-threaded.
-
-
Constructor Summary
Constructors Constructor Description ThreadHandlers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(NativeRegistry registry)Adds this provider's handlers to a registry.
-
-
-
Method Detail
-
register
public void register(NativeRegistry registry)
Description copied from interface:NativeHandlerProviderAdds this provider's handlers to a registry.- Specified by:
registerin interfaceNativeHandlerProvider- Parameters:
registry- the registry to populate
-
-