Package | Description |
---|---|
org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
Modifier and Type | Method and Description |
---|---|
protected DeadlockDetector.Deadlock |
DeadlockDetector.createDeadlock(Collection<JPDAThread> threads)
Utility method used by the implementing class to create deadlock instances.
|
Modifier and Type | Method and Description |
---|---|
Set<DeadlockDetector.Deadlock> |
DeadlockDetector.getDeadlocks()
Get the set of detected deadlocks.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DeadlockDetector.setDeadlocks(Set<DeadlockDetector.Deadlock> deadlocks)
Used by overriding class to set the deadlocks when found.
|
Built on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.