NetKernel APIs


com.ten60.netkernel.scheduler.debug
Interface IBreakpoint


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

matches

public 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

Parameters:
aState - the state to examine
aDebugger - might be useful

isPositive

public boolean isPositive()
If true then a match will trigger a breakpoint unless another breakpoint returns false


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.