Home » openjdk-7 » com.sun » jdi » request » [javadoc | source]
com.sun.jdi.request
public interface: ThreadStartRequest [javadoc | source]

All Implemented Interfaces:
    EventRequest

All Known Implementing Classes:
    ThreadStartRequestImpl

Request for notification when a thread starts execution in the target VM. When an enabled ThreadStartRequest is hit, an event set containing a ThreadStartEvent will be placed on the EventQueue . The collection of existing ThreadStartRequests is managed by the EventRequestManager
Method from com.sun.jdi.request.ThreadStartRequest Summary:
addThreadFilter
Method from com.sun.jdi.request.ThreadStartRequest Detail:
 public  void addThreadFilter(ThreadReference thread)
    Restricts the events generated by this request to those in the given thread.