Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.dialogs
Class OutOfFileHandlesDialog

java.lang.Object
  extended by oracle.ide.dialogs.OutOfFileHandlesDialog


public final class OutOfFileHandlesDialog
extends java.lang.Object

Dialog informing the user that the process has run out of file handles.

Since:
11.1.1.2

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

OutOfFileHandlesDialog

public OutOfFileHandlesDialog()

Method Detail

show

public static void show()
Show an error dialog informing the user that we have run out of file handles. The dialog will only be shown once.

isOutOfFileHandlesError

public static boolean isOutOfFileHandlesError(java.lang.Throwable t)
Determine whether a Throwable is caused by the process running out of file handles.
Parameters:
t - the Throwable
Returns:
true if the Throwable is caused by the process running out of file handles, false otherwise

startTesting

public static void startTesting()
Start testing the dialog.

finishTesting

public static void finishTesting()
Finish testing the dialog. Cleans up after the test.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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