|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBreakpoint
A Scheduler Breakpoint.
| Method Summary | |
|---|---|
boolean |
isPositive()
If true then a match will trigger a breakpoint unless another breakpoint returns false |
boolean |
matches(RequestState aState,
Debugger aDebugger)
If it returns true for the given request state then the request will be placed in a breakpoint state |
| Method Detail |
|---|
boolean matches(RequestState aState,
Debugger aDebugger)
aState - the state to examineaDebugger - might be usefulboolean isPositive()
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||