Searched refs:closeInternal (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractMidiDevice.java184 public final void closeInternal(Object object) { method in class:AbstractMidiDevice
185 if (Printer.trace) Printer.trace("> AbstractMidiDevice: closeInternal()");
196 if (Printer.trace) Printer.trace("< AbstractMidiDevice: closeInternal() completed");
500 * Here, the call to the magic method closeInternal() takes place.
510 AbstractMidiDevice.this.closeInternal(this);
534 * The logic of doing so is actually in closeInternal().
565 * Here, the call to the magic method closeInternal() takes place.
570 AbstractMidiDevice.this.closeInternal(this);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java92 * closeInternal().
956 closeInternal(false);
1538 closeInternal(true); // caller is initiating close
1552 private void closeInternal(boolean selfInitiated) throws IOException { method in class:SSLSocketImpl
1554 System.out.println(threadName() + ", called closeInternal("
1723 * Called by closeInternal() only. Be sure to consider the
1941 closeInternal(false); // reply to close

Completed in 41 milliseconds