Searched refs:waitState (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServerMBean.java103 * or the specified <VAR>timeOut</VAR> has elapsed. The method <CODE>waitState</CODE> returns with a boolean value indicating whether
107 * <UL><LI> if <VAR>timeOut</VAR> is negative then <CODE>waitState</CODE> returns immediately (i.e. does not wait at all),</LI>
108 * <LI> if <VAR>timeOut</VAR> equals zero then <CODE>waitState</CODE> waits untill the value of this MBean's State attribute
126 public boolean waitState(int state , long timeOut) ; method in interface:CommunicatorServerMBean
H A DCommunicatorServer.java294 waitState(OFFLINE, 60000);
406 * The method <CODE>waitState</CODE> returns with a boolean value
412 * <UL><LI> if <VAR>timeOut</VAR> is negative then <CODE>waitState</CODE>
414 * <LI> if <VAR>timeOut</VAR> equals zero then <CODE>waitState</CODE>
434 public boolean waitState(int wantedState, long timeOut) { method in class:CommunicatorServer
437 "waitState", wantedState + "(0on,1off,2st) TO=" + timeOut +
450 "waitState", "timeOut < 0, return without wait");
460 "waitState", "timed out");
471 "waitState", "wait interrupted");
479 "waitState","returnin
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DMultiThreadDeadLockTest.java186 StateMachine.waitState(FREE_LISTENER);
199 StateMachine.waitState(CREATE_SOCKET);
217 public static void waitState(int s) { method in class:MultiThreadDeadLockTest.StateMachine

Completed in 184 milliseconds