NetKernel APIs


com.ten60.netkernel.scheduler.debug
Class BreakpointedState

java.lang.Object
  extended bycom.ten60.netkernel.scheduler.debug.BreakpointedState

public class BreakpointedState
extends Object

A Rquest state that has been stopped in a breakpoint


Constructor Summary
BreakpointedState(RequestState aState, IBreakpoint aBreakpoint)
          Creates a new instance of BreakpointedState
 
Method Summary
 IBreakpoint getBreakpoint()
           
 int getId()
           
 RequestState getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakpointedState

public BreakpointedState(RequestState aState,
                         IBreakpoint aBreakpoint)
Creates a new instance of BreakpointedState

Method Detail

getId

public int getId()

getState

public RequestState getState()

getBreakpoint

public IBreakpoint getBreakpoint()

NetKernel APIs


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