public final class ThreadingDebugHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
register(JoinPoint<?> jp)
Register a JoinPoint, to monitor that it will be unblocked.
|
static void |
registerJoin(JoinPoint<?> jp,
IAsync<?> sp)
Indicates that a JoinPoint is waiting for a synchronization point.
|
static void |
started(JoinPoint<?> jp)
Indicate a JoinPoint has been started.
|
static void |
unblocked(Async<?> sp)
Indicate the given JoinPoint has been unblocked.
|
public static void register(JoinPoint<?> jp)
public static void registerJoin(JoinPoint<?> jp, IAsync<?> sp)
public static void started(JoinPoint<?> jp)
public static void unblocked(Async<?> sp)
Copyright © 2019. All rights reserved.