| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.dialogs.OutOfFileHandlesDialog
public final class OutOfFileHandlesDialog
Dialog informing the user that the process has run out of file handles.
| Constructor Summary | |
|---|---|
OutOfFileHandlesDialog()
 | 
|
| Method Summary | |
|---|---|
static void | 
finishTesting()
Finish testing the dialog.  | 
static boolean | 
isOutOfFileHandlesError(java.lang.Throwable t)
Determine whether a Throwable is caused by the process running out
 of file handles. | 
static void | 
show()
Show an error dialog informing the user that we have run out of file handles.  | 
static void | 
startTesting()
Start testing the dialog.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OutOfFileHandlesDialog()
| Method Detail | 
|---|
public static void show()
public static boolean isOutOfFileHandlesError(java.lang.Throwable t)
Throwable is caused by the process running out
 of file handles.
t - the Throwable
true if the Throwable is caused by the process
   running out of file handles, false otherwisepublic static void startTesting()
public static void finishTesting()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||