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

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DTerminalFactory.java42 * <li>obtain a TerminalFactory by calling
45 * <li>use this TerminalFactory object to access the CardTerminals by
49 * <p>Each TerminalFactory has a <code>type</code> indicating how it
66 * TerminalFactory. Factories of this type cannot be obtained by calling the
80 * <P>TerminalFactory utilizes an extensible service provider framework.
91 public final class TerminalFactory { class
94 "javax.smartcardio.TerminalFactory.DefaultType";
98 private final static TerminalFactory defaultFactory;
104 TerminalFactory factory = null;
106 factory = TerminalFactory
172 private TerminalFactory(TerminalFactorySpi spi, Provider provider, String type) { method in class:TerminalFactory
[all...]

Completed in 29 milliseconds