Class ProcessHandlers
- java.lang.Object
-
- com.tonic.analysis.execution.invoke.handlers.ProcessHandlers
-
- All Implemented Interfaces:
NativeHandlerProvider
public final class ProcessHandlers extends Object implements NativeHandlerProvider
Native handlers for process and runtime entry points - Runtime memory queries, ProcessImpl, ProcessHandleImpl, Shutdown, ProcessEnvironment and SecurityManager - stubbed so simulated code never spawns a real process.
-
-
Constructor Summary
Constructors Constructor Description ProcessHandlers()
-
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
-
-