Searched defs:endExclusive (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCard.java99 * <code>endExclusive</code>. Other threads attempting communication
104 * the <code>beginExclusive()</code> and <code>endExclusive</code> calls
130 public abstract void endExclusive() throws CardException; method in class:Card
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java207 public synchronized void endExclusive() throws CardException { method in class:CardImpl
217 throw new CardException("endExclusive() failed", e);

Completed in 29 milliseconds