2010 FRC Java API


com.sun.squawk.debugger
Class EventManager.MatchedRequests

java.lang.Object
  extended by com.sun.squawk.debugger.EventManager.MatchedRequests
Enclosing class:
EventManager

public static class EventManager.MatchedRequests
extends Object

Summary of the requests that matched given event.


Field Summary
 Vector requests
           
 int suspendPolicy
           
 boolean vmDeath
           
 
Constructor Summary
EventManager.MatchedRequests(Vector requests, boolean vmDeath, int suspendPolicy)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requests

public final Vector requests

suspendPolicy

public final int suspendPolicy
See Also:
Constant Field Values

vmDeath

public final boolean vmDeath
See Also:
Constant Field Values
Constructor Detail

EventManager.MatchedRequests

public EventManager.MatchedRequests(Vector requests,
                                    boolean vmDeath,
                                    int suspendPolicy)

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.