Searched refs:beginExclusive (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCard.java97 * <p>Once a thread has invoked <code>beginExclusive</code>, only this
104 * the <code>beginExclusive()</code> and <code>endExclusive</code> calls
115 public abstract void beginExclusive() throws CardException; method in class:Card
119 * <code>beginExclusive</code>.
/openjdk7/jdk/test/sun/security/smartcardio/
H A DTestExclusive.java27 * @summary verify that beginExclusive()/endExclusive() works
55 card.beginExclusive();
68 card.beginExclusive();
116 card.beginExclusive();
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java190 public synchronized void beginExclusive() throws CardException { method in class:CardImpl
202 throw new CardException("beginExclusive() failed", e);

Completed in 30 milliseconds