Searched refs:endExclusive (Results 1 - 3 of 3) 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/test/sun/security/smartcardio/
H A DTestExclusive.java27 * @summary verify that beginExclusive()/endExclusive() works
73 card.endExclusive();
76 card.endExclusive();
109 card.endExclusive();
/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 131 milliseconds