Extension SDK

oracle.ide.util
Class SystemUtils

java.lang.Object
  extended byoracle.ide.util.SystemUtils

public final class SystemUtils
extends java.lang.Object

SystemUtils defines common "system-level" utility functions.


Method Summary
static void sleep(long millis)
          Sleeps for the specified number of milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sleep

public static void sleep(long millis)
Sleeps for the specified number of milliseconds. Identical to Thread.sleep(long), except that no exception is ever thrown.

Parameters:
millis - the number of milliseconds to sleep

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.